POST report/BudgetExtractReportMultiple
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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |