POST api/RateRequest/GetTarrifReference
Request Information
URI Parameters
None.
Body Parameters
TarrifReference| Name | Description | Type | Additional information |
|---|---|---|---|
| TRF_ID | integer |
None. |
|
| TRF_NAME | string |
None. |
|
| TRF_CP_ID | integer |
None. |
|
| TRF_PT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRF_ID": 1,
"TRF_NAME": "sample string 1",
"TRF_CP_ID": 1,
"TRF_PT_ID": 1
}
application/xml, text/xml
Sample:
<TarrifReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TRF_CP_ID>1</TRF_CP_ID> <TRF_ID>1</TRF_ID> <TRF_NAME>sample string 1</TRF_NAME> <TRF_PT_ID>1</TRF_PT_ID> </TarrifReference>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |