| POST | /dlms/transactions/870S/order_status_reports | Generates Order Status Report | |
|---|---|---|---|
| GET | /dlms/transactions/870S/order_status_reports | Generates Order Status Report |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| ListofTransactions | body | List<Transactions> | Yes | List of Transaction Ids. |
| StatusReportCode | body | string | Yes | The Status Report Code of dlms transactions. |
| TransactionSetPurposeCode | body | string | Yes | The Transaction Set Purpose Code of dlms transactions. |
| OrderOrItemCode | body | string | Yes | The Order/Item Code of dlms transactions. |
| TransactionRequestId | body | Guid | Yes | The TransactionRequestId of dlms Transactions. |
| DocumentNumber | body | string | No | Dlms conformant Document Number that represents the default transaction identifier to use if the document number is not derivable from other data elements. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DoNotPublishOutboundDocument | query | bool | No | Enable publish later, after all sequences are done. |
| EventTag | query | Guid | No | The EventTag is used to group related transactions together in a single chain for publishing. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RequisitionId | Path | Guid | Yes | The Id of requisition. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/GenerateOrderStatusReport HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
ListofTransactions:
[
{
}
],
StatusReportCode: String,
TransactionSetPurposeCode: String,
OrderOrItemCode: String,
TransactionRequestId: String,
DocumentNumber: String,
DoNotPublishOutboundDocument: False,
EventTag: String
}