POST shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/budgetSearch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
accountId | integer |
Required |
|
showAccountId | integer |
Required |
Body Parameters
BudgetSearchDtoName | Description | Type | Additional information |
---|---|---|---|
VendorId | integer |
None. |
|
CategoryId | integer |
None. |
|
ShowAccountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "VendorId": 1, "CategoryId": 1, "ShowAccountId": 1 }
Response Information
Resource Description
BudgetResponseDtoName | Description | Type | Additional information |
---|---|---|---|
BudgetId | integer |
None. |
|
SignageBudget | decimal number |
None. |
|
SignageBudgetModifiedOn | date |
None. |
|
SignageBudgetModifiedBy | string |
None. |
|
PlannedSignageAllowance | decimal number |
None. |
|
PlannedSignageAllowanceModifiedOn | date |
None. |
|
PlannedSignageAllowanceModifiedBy | string |
None. |
|
TotalSignageOrders | decimal number |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "BudgetId": 1, "SignageBudget": 1.0, "SignageBudgetModifiedOn": "2025-05-06T03:08:22.2380813+01:00", "SignageBudgetModifiedBy": "sample string 2", "PlannedSignageAllowance": 1.0, "PlannedSignageAllowanceModifiedOn": "2025-05-06T03:08:22.2380813+01:00", "PlannedSignageAllowanceModifiedBy": "sample string 3", "TotalSignageOrders": 1.0 }