POST api/ForwadingBilling/GetForwardingBuyingContractList

Request Information

URI Parameters

None.

Body Parameters

GetForwadingBuyingInputs
NameDescriptionTypeAdditional information
CRH_NUMBER

string

None.

CRH_AP_ID

integer

None.

CRH_POO_ID

integer

None.

CRH_POL_ID

integer

None.

CRH_POD_ID

integer

None.

CRH_POF_ID

integer

None.

CRH_STATUS

string

None.

CRH_PROGRAM_ID

string

None.

CRH_CP_ID

integer

None.

CRH_SEARCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CRH_NUMBER": "sample string 1",
  "CRH_AP_ID": 1,
  "CRH_POO_ID": 1,
  "CRH_POL_ID": 1,
  "CRH_POD_ID": 1,
  "CRH_POF_ID": 1,
  "CRH_STATUS": "sample string 2",
  "CRH_PROGRAM_ID": "sample string 3",
  "CRH_CP_ID": 1,
  "CRH_SEARCH": "sample string 4"
}

application/xml, text/xml

Sample:
<GetForwadingBuyingInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CRH_AP_ID>1</CRH_AP_ID>
  <CRH_CP_ID>1</CRH_CP_ID>
  <CRH_NUMBER>sample string 1</CRH_NUMBER>
  <CRH_POD_ID>1</CRH_POD_ID>
  <CRH_POF_ID>1</CRH_POF_ID>
  <CRH_POL_ID>1</CRH_POL_ID>
  <CRH_POO_ID>1</CRH_POO_ID>
  <CRH_PROGRAM_ID>sample string 3</CRH_PROGRAM_ID>
  <CRH_SEARCH>sample string 4</CRH_SEARCH>
  <CRH_STATUS>sample string 2</CRH_STATUS>
</GetForwadingBuyingInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.