POST api/CHAMasters/GetEFMMasterList
Request Information
URI Parameters
None.
Body Parameters
CHAEFMMasterList| Name | Description | Type | Additional information |
|---|---|---|---|
| CFM_ID | integer |
None. |
|
| CFM_FTA_TYPE_CODE | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| CFM_DST_CO_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CFM_ID": 1,
"CFM_FTA_TYPE_CODE": "sample string 1",
"START": 1,
"LENGTH": 1,
"CFM_DST_CO_ID": 1
}
application/xml, text/xml
Sample:
<CHAEFMMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CFM_DST_CO_ID>1</CFM_DST_CO_ID> <CFM_FTA_TYPE_CODE>sample string 1</CFM_FTA_TYPE_CODE> <CFM_ID>1</CFM_ID> <LENGTH>1</LENGTH> <START>1</START> </CHAEFMMasterList>
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. |