| POST | /dlms/transactions/867I/issues/async | Generate DLMS 867I Issue Report from inventory directly to the customer. | |
|---|---|---|---|
| GET | /dlms/transactions/867I/issues/async | Generate DLMS 867I Issue Report from inventory directly to the customer. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| StartDate | body | DateTime | No | Specify start date and end date together when not using asset list. |
| EndDate | body | DateTime | No | Specify start date and end date together when not using asset list. |
| Assets | body | List<int> | No | List of assets that are transferred or issued. |
| 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. |
| SourceTransactionID | body | int | Yes | Workflow Transaction ID based on which the assets are retreived. |
| DlmsTransactionIDToRegenerate | body | string | No | The Dlms 824R Transaction ID that contains the lists of parts or assets to regenerate. |
| SourceTransactionType | body | string | Yes | Name of the Workflow that is being used to invoke 867I. |
| 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 .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/ExtractDlmsIssueTransactionsAsync HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: application/xml
Content-Length: length
<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>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />