POST report/BudgetExtractReport
Request Information
URI Parameters
None.
Body Parameters
BudgetExtractReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | string |
None. |
|
| CreatedById | integer |
None. |
|
| ShowId | integer |
None. |
|
| ShowAccountId | integer |
None. |
|
| ShowAccountIds | Collection of integer |
None. |
|
| Facilities | Collection of integer |
None. |
|
| Locations | Collection of integer |
None. |
|
| FunctionalAreas | Collection of integer |
None. |
|
| Booths | Collection of integer |
None. |
|
| Vendors | Collection of integer |
None. |
|
| Categories | Collection of integer |
None. |
|
| AccountingCodes | Collection of integer |
None. |
|
| LineItemStatuses | Collection of integer |
None. |
|
| ThirdPartyAccounts | Collection of integer |
None. |
|
| IsIpad | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": "sample string 1",
"CreatedById": 2,
"ShowId": 3,
"ShowAccountId": 4,
"ShowAccountIds": [
1,
2
],
"Facilities": [
1,
2
],
"Locations": [
1,
2
],
"FunctionalAreas": [
1,
2
],
"Booths": [
1,
2
],
"Vendors": [
1,
2
],
"Categories": [
1,
2
],
"AccountingCodes": [
1,
2
],
"LineItemStatuses": [
1,
2
],
"ThirdPartyAccounts": [
1,
2
],
"IsIpad": true
}
Response Information
Resource Description
BudgetExtractCheckDto| Name | Description | Type | Additional information |
|---|---|---|---|
| HasBudgetExtractReport | boolean |
None. |
|
| ReportGuid | globally unique identifier |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"HasBudgetExtractReport": true,
"ReportGuid": "342d18f5-5540-4309-a53c-b479488509da"
}