GET projects/{showId}/GetEMSShowReopenValidations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShowReopenResponse
NameDescriptionTypeAdditional 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"
}