POST api/DA/FetchCLA

Request Information

URI Parameters

None.

Body Parameters

GetCLAList
NameDescriptionTypeAdditional information
DH_ID

integer

None.

DH_CP_ID

integer

None.

DH_ACC_PERIOD

integer

None.

DH_ACC_YEAR

integer

None.

DH_CUR_ID

integer

None.

DH_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DH_ID": 1,
  "DH_CP_ID": 1,
  "DH_ACC_PERIOD": 1,
  "DH_ACC_YEAR": 1,
  "DH_CUR_ID": 1,
  "DH_STATUS": "sample string 1"
}

application/xml, text/xml

Sample:
<GetCLAList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DH_ACC_PERIOD>1</DH_ACC_PERIOD>
  <DH_ACC_YEAR>1</DH_ACC_YEAR>
  <DH_CP_ID>1</DH_CP_ID>
  <DH_CUR_ID>1</DH_CUR_ID>
  <DH_ID>1</DH_ID>
  <DH_STATUS>sample string 1</DH_STATUS>
</GetCLAList>

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.