GET api/AccountDetails/Portal_GetTosYracFileInfo/{CompanyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetTosYracFileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TOSYRACHTTPRoot | string |
None. |
|
| ResTermENG | string |
None. |
|
| ComTermENG | string |
None. |
|
| ResRightsENG | string |
None. |
|
| ComRightsENG | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TOSYRACHTTPRoot": "sample string 1",
"ResTermENG": "sample string 2",
"ComTermENG": "sample string 3",
"ResRightsENG": "sample string 4",
"ComRightsENG": "sample string 5"
}