POST api/DepotOnline/GetTariffMaster

Request Information

URI Parameters

None.

Body Parameters

GetTariffMaster
NameDescriptionTypeAdditional information
RC_AP_ID

integer

None.

RC_DP_ID

integer

None.

RD_CM_ID

integer

None.

RD_CDL_ID

integer

None.

RD_DM_ID

integer

None.

RD_RM_ID

integer

None.

RC_CUR_ID

integer

None.

RC_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RC_AP_ID": 1,
  "RC_DP_ID": 1,
  "RD_CM_ID": 1,
  "RD_CDL_ID": 1,
  "RD_DM_ID": 1,
  "RD_RM_ID": 1,
  "RC_CUR_ID": 1,
  "RC_DATE": "2024-05-19T14:07:59.875224+05:30"
}

application/xml, text/xml

Sample:
<GetTariffMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RC_AP_ID>1</RC_AP_ID>
  <RC_CUR_ID>1</RC_CUR_ID>
  <RC_DATE>2024-05-19T14:07:59.875224+05:30</RC_DATE>
  <RC_DP_ID>1</RC_DP_ID>
  <RD_CDL_ID>1</RD_CDL_ID>
  <RD_CM_ID>1</RD_CM_ID>
  <RD_DM_ID>1</RD_DM_ID>
  <RD_RM_ID>1</RD_RM_ID>
</GetTariffMaster>

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.