POST api/CHA/GetFlatfile
Request Information
URI Parameters
None.
Body Parameters
GetFlatfile| Name | Description | Type | Additional information |
|---|---|---|---|
| CHA_JOB_ID | integer |
None. |
|
| CUS_CP_ID | integer |
None. |
|
| CHA_DUP_JOB | string |
None. |
|
| CHA_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHA_JOB_ID": 1,
"CUS_CP_ID": 1,
"CHA_DUP_JOB": "sample string 1",
"CHA_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<GetFlatfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHA_CREATED_BY>1</CHA_CREATED_BY> <CHA_DUP_JOB>sample string 1</CHA_DUP_JOB> <CHA_JOB_ID>1</CHA_JOB_ID> <CUS_CP_ID>1</CUS_CP_ID> </GetFlatfile>
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. |