| GET | /dlms/transactions/846P/inventory_transaction_counts/async | Generates the 846P transaction counts based on the recorded dlms transaction history. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| TransactionDate | body | DateTime | Yes | The date of the transactions to report.The datetime must be in the UTC format(yyyy-MM-dd HH:mm). |
| C_ICP_RIC | body | string | No | The Routing Identifier Code (RIC) of Contractor Inventory Control Point (C-ICP). |
| ICP_RIC | body | string | No | The Routing Identifier Code (RIC) of Inventory Control Point (ICP). |
| DodaaccodeOfAfpm | body | string | No | The Department of Defense Activity Address Code (DoDAAC) Code of the Air Force Program (AF PM). |
| TransactionSetPurposeCode | body | string | Yes | The code indicating the intent of the Transaction Set requested. |
| 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. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/CountDlmsInventoryTransactionsAsync HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/xml
Content-Length: length
<CountDlmsInventoryTransactionsAsync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel.Dlms.Transactions">
<DoNotPublishOutboundDocument>false</DoNotPublishOutboundDocument>
<EventTag>String</EventTag>
<C_ICP_RIC>String</C_ICP_RIC>
<DocumentNumber>String</DocumentNumber>
<DodaaccodeOfAfpm>String</DodaaccodeOfAfpm>
<ICP_RIC>String</ICP_RIC>
<TransactionDate>String</TransactionDate>
<TransactionSetPurposeCode>String</TransactionSetPurposeCode>
<UserID>String</UserID>
</CountDlmsInventoryTransactionsAsync>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />