| POST | /dlms/transactions/527R/materiels_due_and_receipts | Generates a Dlms 527R D4 or D6 Materiels Due-In and Receipts 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. |
| SourceTransactionType | body | string | Yes | Name of the Workflow that is being used to invoke 527R. |
| SourceTransactionID | body | int | Yes | Workflow Transaction ID based on which the assets are retreived. |
| C_ICPRIC | body | string | No | The C-ICP RIC. |
| DodaacCodeOfAfPm | body | string | No | The Department of Defense Activity Address Code (DoDAAC) Code of the Air Force Program (AF PM). |
| TransactionSetPurposeCode | body | string | No | The Transaction Set Purpose Code of dlms transactions. |
| 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. |
| IdentificationID | body | Guid | Yes | The ID of 867I Issue Transaction |
| DocumentIdentifierCode | body | string | Yes | Document Identifier Code |
| 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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/GenerateDlmsMaterielDueIn HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
DocumentNumber: String,
SourceTransactionType: String,
SourceTransactionID: 0,
C_ICPRIC: String,
DodaacCodeOfAfPm: String,
TransactionSetPurposeCode: String,
DlmsTransactionIDToRegenerate:
[
String
],
SuffixCode: String,
DocumentIdentifierCode: String,
QuantityToAcknowledge: 0,
Notes: String,
DoNotPublishOutboundDocument: False,
EventTag: String
}