...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | PwsMessage[] | The web service response status and message. Click here for more information. | |
ResponseId | Int32 | Click here for more information | 1 |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information | 2018-01-17T19:38:49.0775059Z |
InvoiceIdentity | PwsInvoiceRef | The identity of the updated invoice. | |
Invoice | PwsInvoiceElement | The complete details If FullDetailFlag is specified on request. | |
ExceededContracts | PwsExceededContractDetail[] | Details about exceeded contracts (i.e. saving of invoice would cause cap to be exceeded on NTE contracts). To save invoice anyways, re-issue request with OverrideCapExceededWarningFlag set to true. | |
InvoiceTimestamp | String | This is an optimistic locking timestamp for the updated invoice. | |
StolenLocks | PwsEntityLockSummary | This structure contains information about the locks that were stolen in order to complete this request, Will be included only when LocksToSteal is specified in the request. |
...