POST api/DepotMNR/GetDepotCustGrpList

Request Information

URI Parameters

None.

Body Parameters

GetDepotCustGrpInuputs
NameDescriptionTypeAdditional information
DSG_AR_ID

integer

None.

DSG_G_AR_ID

integer

None.

DSG_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DSG_AR_ID": 1,
  "DSG_G_AR_ID": 1,
  "DSG_STATUS": "sample string 1"
}

application/xml, text/xml

Sample:
<GetDepotCustGrpInuputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DSG_AR_ID>1</DSG_AR_ID>
  <DSG_G_AR_ID>1</DSG_G_AR_ID>
  <DSG_STATUS>sample string 1</DSG_STATUS>
</GetDepotCustGrpInuputs>

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.