eQuipAPI

<back to all web services

CountDlmsInventoryTransactions

Generates the 846P transaction counts based on the recorded dlms transaction history; Requires a valid user to complete this request.

The following routes are available for this service:
GET/dlms/transactions/846P/inventory_transaction_countsGenerates the 846P transaction counts based on the recorded dlms transaction history.
CountDlmsInventoryTransactions Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
TransactionDatebodyDateTimeYesThe date of the transactions to report.The datetime must be in the UTC format(yyyy-MM-dd HH:mm).
C_ICP_RICbodystringNoThe Routing Identifier Code (RIC) of Contractor Inventory Control Point (C-ICP).
ICP_RICbodystringNoThe Routing Identifier Code (RIC) of Inventory Control Point (ICP).
DodaaccodeOfAfpmbodystringNoThe Department of Defense Activity Address Code (DoDAAC) Code of the Air Force Program (AF PM).
TransactionSetPurposeCodebodystringYesThe code indicating the intent of the Transaction Set requested.
DocumentNumberbodystringNoDlms conformant Document Number that represents the default transaction identifier to use if the document number is not derivable from other data elements.
DlmsOutboundRequest Parameters:
NameParameterData TypeRequiredDescription
DoNotPublishOutboundDocumentqueryboolNoEnable publish later, after all sequences are done.
EventTagqueryGuidNoThe 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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/oneway/CountDlmsInventoryTransactions HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserID":"String","TransactionDate":"String","C_ICP_RIC":"String","ICP_RIC":"String","DodaaccodeOfAfpm":"String","TransactionSetPurposeCode":"String","DocumentNumber":"String","DoNotPublishOutboundDocument":false,"EventTag":"String"}