POST api/MRGPreparation/GetMRGPreparation

Request Information

URI Parameters

None.

Body Parameters

GetMRGPreparationList
NameDescriptionTypeAdditional information
SP_FROM_DATE

date

None.

SP_FROM_PT_ID

integer

None.

SP_TO_PT_ID

integer

None.

SP_POO_CT_ID

integer

None.

SP_POF_CT_ID

integer

None.

SP_CONT_TYPE_ID

integer

None.

SP_COM_ID

integer

None.

SP_SRV_TYPE

integer

None.

SP_SRV_TERM

integer

None.

SP_TO_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SP_FROM_DATE": "2025-12-06T05:22:52.5747443+00:00",
  "SP_FROM_PT_ID": 1,
  "SP_TO_PT_ID": 1,
  "SP_POO_CT_ID": 1,
  "SP_POF_CT_ID": 1,
  "SP_CONT_TYPE_ID": 1,
  "SP_COM_ID": 1,
  "SP_SRV_TYPE": 1,
  "SP_SRV_TERM": 1,
  "SP_TO_DATE": "2025-12-06T05:22:52.5747443+00:00"
}

application/xml, text/xml

Sample:
<GetMRGPreparationList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SP_COM_ID>1</SP_COM_ID>
  <SP_CONT_TYPE_ID>1</SP_CONT_TYPE_ID>
  <SP_FROM_DATE>2025-12-06T05:22:52.5747443+00:00</SP_FROM_DATE>
  <SP_FROM_PT_ID>1</SP_FROM_PT_ID>
  <SP_POF_CT_ID>1</SP_POF_CT_ID>
  <SP_POO_CT_ID>1</SP_POO_CT_ID>
  <SP_SRV_TERM>1</SP_SRV_TERM>
  <SP_SRV_TYPE>1</SP_SRV_TYPE>
  <SP_TO_DATE>2025-12-06T05:22:52.5747443+00:00</SP_TO_DATE>
  <SP_TO_PT_ID>1</SP_TO_PT_ID>
</GetMRGPreparationList>

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.