| Generates a Dlms 527R Receipt Acknowledgement Transaction set. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| 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. |
| TransactionTypeCode | body | string | Yes | Transaction Type Code. |
| IdentificationID | Path | Guid | Yes | The ID of Dlms Acknowledgement |
| DoDAACCodeOfAFPM | body | string | Yes | The DoDAAC Code Of AF PM. |
| DlmsTransactionIDToRegenerate | body | List<string> | No | The Dlms 824R Transaction ID(s) that contains the lists of parts or assets to regenerate. |
| SuffixCode | body | string | No | Document Number Suffix Code. |
| DirectGenerate | body | boolean | No | Direct Generate flag for bypass internal site change. |
| QuantityToAcknowledge | body | int | No | Quantity to Acknowledge will be saved. |
| Notes | body | string | No | Notes will be saved. |
| 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 .soap12 suffix or ?format=soap12
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GenerateDlmsReceiptAcknowledgement 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>
<DirectGenerate>false</DirectGenerate>
<DlmsTransactionIDToRegenerate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</DlmsTransactionIDToRegenerate>
<DoDAACCodeOfAFPM>String</DoDAACCodeOfAFPM>
<DocumentNumber>String</DocumentNumber>
<IdentificationID>00000000-0000-0000-0000-000000000000</IdentificationID>
<Notes>String</Notes>
<QuantityToAcknowledge>0</QuantityToAcknowledge>
<SuffixCode>String</SuffixCode>
<TransactionTypeCode>String</TransactionTypeCode>
<UserID>String</UserID>
</GenerateDlmsReceiptAcknowledgement>
</soap12:Body>
</soap12:Envelope>