| GET | /dlms/transactions/832N/catalog_entries/async | Processes 832N Catalog Data New or Update transactions |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. Contact your eQuip admin. |
| CatalogType | body | string | Yes | The CatalogType to identify the request for New, Update. |
| DodaaccodeOfAfpm | body | string | No | The DoDAAC Code Of AF PM. |
| 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. |
| 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. |
| 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 .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/ExtractDlmsCatalogDataAsync HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/csv
Content-Length: length
{"UserID":"String","CatalogType":"String","DodaaccodeOfAfpm":"String","DocumentNumber":"String","DlmsTransactionIDToRegenerate":["String"],"SuffixCode":"String","DoNotPublishOutboundDocument":false,"EventTag":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{}