GET asac/details?asacType={asacType}&id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| asacType | AsacEnum |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AsacDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Url | string |
None. |
|
| AsacType | AsacEnum |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"url": "sample string 2",
"asacType": 1
}