| GET | /dlms/transactions/947I/inventory_adjustments/async | Generates a 947I inventory adjustment transaction set containing activities within a time period other than Receipts (527R), Issues (867I), and Shipments (945A). |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| DodaaccodeOfAfpm | body | string | No | The DoDAAC Code Of AF PM. |
| IncludeAuditedAssets | body | Boolean | No | Set to 'true' to include audited assets even if no quantity change occurred (default); set to 'false' to include only assets with quantity adjustments. |
| 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. |
| SourceTransactionType | body | string | No | Source Transaction Type |
| SourceTransactionID | body | int | No | Source Transaction ID |
| DlmsTransactionIDToRegenerate | body | string | No | The Dlms 824R Transaction ID that contains the lists of parts or assets to regenerate. |
| SuffixCode | body | string | No | Document Number Suffix Code. |
| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/oneway/ExtractDlmsInventoryAdjustmentsAsync HTTP/1.1
Host: equipstage3.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"}