POST api/CHAImpMstrs/GetTrfNotifMaster

Request Information

URI Parameters

None.

Body Parameters

GetTNMaster
NameDescriptionTypeAdditional information
TRF_NOTN_NUM

string

None.

TRF_NOTN_SL_NO

string

None.

TRF_NOTN_CUR_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TRF_NOTN_NUM": "sample string 1",
  "TRF_NOTN_SL_NO": "sample string 2",
  "TRF_NOTN_CUR_ID": 1
}

application/xml, text/xml

Sample:
<GetTNMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TRF_NOTN_CUR_ID>1</TRF_NOTN_CUR_ID>
  <TRF_NOTN_NUM>sample string 1</TRF_NOTN_NUM>
  <TRF_NOTN_SL_NO>sample string 2</TRF_NOTN_SL_NO>
</GetTNMaster>

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.