eQuipAPI

<back to all web services

ExtractDlmsIssueTransactionsAsync

Generates DLMS 867I Product Transfer and Resale Report (Issue) that provides issues from inventory directly to the customer. Requires a valid user to complete this request.

Generate DLMS 867I Issue Report from inventory directly to the customer.
ExtractDlmsIssueTransactionsAsync Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
StartDatebodyDateTimeNoSpecify start date and end date together when not using asset list.
EndDatebodyDateTimeNoSpecify start date and end date together when not using asset list.
AssetsbodyList<int>NoList of assets that are transferred or issued.
DocumentNumberbodystringNoDlms conformant Document Number that represents the default transaction identifier to use if the document number is not derivable from other data elements.
SourceTransactionIDbodyintYesWorkflow Transaction ID based on which the assets are retreived.
DlmsTransactionIDToRegeneratebodystringNoThe Dlms 824R Transaction ID that contains the lists of parts or assets to regenerate.
SourceTransactionTypebodystringYesName of the Workflow that is being used to invoke 867I.
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 .soap11 suffix or ?format=soap11

HTTP + SOAP11

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

POST /soap11 HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: ExtractDlmsIssueTransactionsAsync

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<ExtractDlmsIssueTransactionsAsync 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>
  <Assets xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </Assets>
  <DlmsTransactionIDToRegenerate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </DlmsTransactionIDToRegenerate>
  <DocumentNumber>String</DocumentNumber>
  <EndDate>0001-01-01T00:00:00</EndDate>
  <SourceTransactionID>0</SourceTransactionID>
  <SourceTransactionType>String</SourceTransactionType>
  <StartDate>0001-01-01T00:00:00</StartDate>
  <SuffixCode>String</SuffixCode>
  <UserID>String</UserID>
</ExtractDlmsIssueTransactionsAsync>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

    </soap:Body>
</soap:Envelope>