GET projects/{showId}/GetEMSShowReopenValidations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowReopenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AllItemsInvoiced | boolean |
None. |
|
| AllSAPInvoiced | boolean |
None. |
|
| AllItemsComplete | boolean |
None. |
|
| AllScannedFreightMerged | boolean |
None. |
|
| ShowNotLocked | boolean |
None. |
|
| ShowNotClosed | boolean |
None. |
|
| CustomerMasterChangeEmpty | boolean |
None. |
|
| AllShowCustomersHaveTFCNumber | boolean |
None. |
|
| CanCloseEMSSide | boolean |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"AllItemsInvoiced": true,
"AllSAPInvoiced": true,
"AllItemsComplete": true,
"AllScannedFreightMerged": true,
"ShowNotLocked": true,
"ShowNotClosed": true,
"CustomerMasterChangeEmpty": true,
"AllShowCustomersHaveTFCNumber": true,
"CanCloseEMSSide": true,
"IsSuccessful": true,
"Message": "sample string 11"
}