POST projects/ReopenShow
Request Information
URI Parameters
None.
Body Parameters
ShowReopenName | Description | Type | Additional information |
---|---|---|---|
ShowId | integer |
None. |
|
IsEMSClosed | boolean |
None. |
|
IsESSClosed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShowId": 1, "IsEMSClosed": true, "IsESSClosed": true }
Response Information
Resource Description
ShowReopenResponseName | 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" }