POST api/DepotMNR/GetDepotMNRDiscount

Request Information

URI Parameters

None.

Body Parameters

GetDepotMNRDISInuputs
NameDescriptionTypeAdditional information
DMD_CP_ID

integer

None.

DMD_AR_ID

integer

None.

DMD_CONT_NUM

string

None.

DMD_DIS_TYPE

string

None.

DMD_STATUS

string

None.

DMD_VALID_FROM

date

None.

DMD_VALID_TILL

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DMD_CP_ID": 1,
  "DMD_AR_ID": 1,
  "DMD_CONT_NUM": "sample string 1",
  "DMD_DIS_TYPE": "sample string 2",
  "DMD_STATUS": "sample string 3",
  "DMD_VALID_FROM": "2025-12-06T04:26:59.3085981+00:00",
  "DMD_VALID_TILL": "2025-12-06T04:26:59.3085981+00:00"
}

application/xml, text/xml

Sample:
<GetDepotMNRDISInuputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DMD_AR_ID>1</DMD_AR_ID>
  <DMD_CONT_NUM>sample string 1</DMD_CONT_NUM>
  <DMD_CP_ID>1</DMD_CP_ID>
  <DMD_DIS_TYPE>sample string 2</DMD_DIS_TYPE>
  <DMD_STATUS>sample string 3</DMD_STATUS>
  <DMD_VALID_FROM>2025-12-06T04:26:59.3085981+00:00</DMD_VALID_FROM>
  <DMD_VALID_TILL>2025-12-06T04:26:59.3085981+00:00</DMD_VALID_TILL>
</GetDepotMNRDISInuputs>

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.