eQuipAPI

<back to all web services

ExtractDlmsIssueTransactions

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.

The following routes are available for this service:
POST/dlms/transactions/867I/issuesGenerate DLMS 867I Issue Report from inventory directly to the customer.
GET/dlms/transactions/867I/issuesGenerate DLMS 867I Issue Report from inventory directly to the customer.
ExtractDlmsIssueTransactions 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.
DlmsTransactionIDToRegeneratebodyList<string>NoThe Dlms 824R Transaction ID(s) 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 .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/ExtractDlmsIssueTransactions HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserID":"String","StartDate":"\/Date(-62135596800000-0000)\/","EndDate":"\/Date(-62135596800000-0000)\/","Assets":[0],"DocumentNumber":"String","SourceTransactionID":0,"DlmsTransactionIDToRegenerate":["String"],"SourceTransactionType":"String","SuffixCode":"String","DoNotPublishOutboundDocument":false,"EventTag":"String"}