POST showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/SubmitOrderTraferRevisions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showAccountId | integer |
Required |
|
accountId | integer |
Required |
|
showId | integer |
Required |
Body Parameters
OrderRevisionDtoName | Description | Type | Additional information |
---|---|---|---|
TSSOrderId | integer |
None. |
|
LocationId | integer |
None. |
|
BoothId | integer |
None. |
|
BillToKey | integer |
None. |
|
AcctSalesKey | integer |
None. |
|
AcctMgmtKey | integer |
None. |
|
AcctMgmtLocalKey | integer |
None. |
|
FunctionalAreaId | integer |
None. |
|
SetupStart | date |
None. |
|
SetupEnd | date |
None. |
|
StrikeStart | date |
None. |
|
StrikeEnd | date |
None. |
|
RevisionReasonTypes | Collection of RevisionReasonType |
None. |
|
RevisionReasonOther | string |
None. |
|
ProjectAccountId | integer |
None. |
|
OriginSystem | string |
None. |
|
OriginSystemId | integer |
None. |
|
ChangeRequest | boolean |
None. |
|
ModifiedById | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TSSOrderId": 1, "LocationId": 2, "BoothId": 3, "BillToKey": 1, "AcctSalesKey": 1, "AcctMgmtKey": 1, "AcctMgmtLocalKey": 1, "FunctionalAreaId": 4, "SetupStart": "2025-05-06T03:01:01.280859+01:00", "SetupEnd": "2025-05-06T03:01:01.280859+01:00", "StrikeStart": "2025-05-06T03:01:01.280859+01:00", "StrikeEnd": "2025-05-06T03:01:01.280859+01:00", "RevisionReasonTypes": [ 1, 1 ], "RevisionReasonOther": "sample string 5", "ProjectAccountId": 6, "OriginSystem": "sample string 7", "OriginSystemId": 1, "ChangeRequest": true, "ModifiedById": 1 }
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true