POST api/CHAImpMstrs/GetTNMasterList

Request Information

URI Parameters

None.

Body Parameters

GetTNMasterListInput
NameDescriptionTypeAdditional information
TRF_ID

integer

None.

TRF_NOTN_NUM

string

None.

START

integer

None.

LENGTH

integer

None.

TRF_NOTN_SL_NO

string

None.

TRF_NOTN_CTH

string

None.

TRF_NOTN_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TRF_ID": 1,
  "TRF_NOTN_NUM": "sample string 1",
  "START": 1,
  "LENGTH": 1,
  "TRF_NOTN_SL_NO": "sample string 2",
  "TRF_NOTN_CTH": "sample string 3",
  "TRF_NOTN_CP_ID": 1
}

application/xml, text/xml

Sample:
<GetTNMasterListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <TRF_ID>1</TRF_ID>
  <TRF_NOTN_CP_ID>1</TRF_NOTN_CP_ID>
  <TRF_NOTN_CTH>sample string 3</TRF_NOTN_CTH>
  <TRF_NOTN_NUM>sample string 1</TRF_NOTN_NUM>
  <TRF_NOTN_SL_NO>sample string 2</TRF_NOTN_SL_NO>
</GetTNMasterListInput>

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.