| GET | /dlms/transactions/lookup/{UserID}/{TransactionRequestType} | Returns lookup information like Sites, C-ICP RIC and DODAAC - DoDAAC of AF PM to Generate a Dlms 846R 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. |
| TransactionRequestType | query | TransactionRequestType | Yes | Type of the transaction request type.; 1 for Generate a Dlms 846R Transaction Set; 2 for Generate 846P EOD Transaction Count. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Sites | body | List<Site> | No | Sites |
| C_ICP_RIC | body | string | No | C-ICP RIC |
| DODAAC_DoDAAC_of_AF_PM | body | string | No | DODAAC - DoDAAC of AF PM |
| DoDAACCode | body | string | No | DoDAAC Code |
| ICP_RIC | body | string | No | ICP_RIC |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SiteCode | body | string | No | |
| SiteDescription | body | string | No | |
| SiteIDInternal | body | string | No | |
| SiteName | body | string | No | |
| CreatedBy | body | int? | No | |
| CreatedDate | body | DateTime? | No | |
| UpdatedBy | body | int? | No | |
| UpdatedDate | body | DateTime? | No |
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/reply/GetLookupInformation HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
TransactionRequestType: 1
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Sites:
[
{
SiteID: 0,
SiteName: String,
SiteDescription: String,
ProviderName: String,
CustomerID: 0,
SiteCode: String,
strConnection: String,
CreatedBy: 0,
CreatedDate: 0001-01-01,
UpdatedBy: 0,
UpdatedDate: 0001-01-01,
DoDAACCode: String,
IsInternal: False
}
],
C_ICP_RIC: String,
DODAAC_DoDAAC_of_AF_PM: String,
DoDAACCode: String,
ICP_RIC: String
}