eQuipAPI

<back to all web services

ExtractDlmsInventoryAdjustmentsAsync

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_adjustments/asyncGenerates a 947I inventory adjustment transaction set containing activities within a time period other than Receipts (527R), Issues (867I), and Shipments (945A).
ExtractDlmsInventoryAdjustmentsAsync Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
DodaaccodeOfAfpmbodystringNoThe 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 .xml suffix or ?format=xml

HTTP + XML

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

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

<ExtractDlmsInventoryAdjustmentsAsync 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>
  <DlmsTransactionIDToRegenerate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </DlmsTransactionIDToRegenerate>
  <DocumentNumber>String</DocumentNumber>
  <DodaaccodeOfAfpm>String</DodaaccodeOfAfpm>
  <IncludeAuditedAssets>false</IncludeAuditedAssets>
  <SourceTransactionID>0</SourceTransactionID>
  <SourceTransactionType>String</SourceTransactionType>
  <SuffixCode>String</SuffixCode>
  <UserID>String</UserID>
</ExtractDlmsInventoryAdjustmentsAsync>