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