eQuipAPI

<back to all web services

ExtractDlmsInventoryAdjustments

Generates a 947I inventory adjustment transaction set containing activities within a time period other than Receipts (527R), Issues (867I), and Shipments (945A). Requires a valid user to complete this request.

The following routes are available for this service:
GET/dlms/transactions/947I/inventory_adjustmentsGenerates a 947I inventory adjustment transaction set containing activities within a time period other than Receipts (527R), Issues (867I), and Shipments (945A).
ExtractDlmsInventoryAdjustments Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
DodaaccodeOfAfpmbodystringYesThe DoDAAC Code Of AF PM.
IncludeAuditedAssetsbodyBooleanNoSet to 'true' to include audited assets even if no quantity change occurred (default); set to 'false' to include only assets with quantity adjustments.
DocumentNumberbodystringNoDlms conformant Document Number that represents the default transaction identifier to use if the document number is not derivable from other data elements.
SourceTransactionTypebodystringNoSource Transaction Type
SourceTransactionIDbodyintNoSource Transaction ID
DlmsTransactionIDToRegeneratebodystringNoThe Dlms 824R Transaction ID that contains the lists of parts or assets to regenerate.
SuffixCodebodystringNoDocument Number Suffix Code.
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/ExtractDlmsInventoryAdjustments HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserID":"String","DodaaccodeOfAfpm":"String","IncludeAuditedAssets":false,"DocumentNumber":"String","SourceTransactionType":"String","SourceTransactionID":0,"DlmsTransactionIDToRegenerate":["String"],"SuffixCode":"String","DoNotPublishOutboundDocument":false,"EventTag":"String"}