POST api/DepotMNR/PostDepotCustGrp
Request Information
URI Parameters
None.
Body Parameters
DepotCustGrpInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DSG_ID | integer |
None. |
|
| DSG_CP_ID | integer |
None. |
|
| DSG_AR_ID | integer |
None. |
|
| DSG_G_AR_ID | integer |
None. |
|
| DSG_STATUS | string |
None. |
|
| DSG_REMARKS | string |
None. |
|
| DSG_PROGRAM_ID | string |
None. |
|
| DSG_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DSG_ID": 1,
"DSG_CP_ID": 1,
"DSG_AR_ID": 1,
"DSG_G_AR_ID": 1,
"DSG_STATUS": "sample string 1",
"DSG_REMARKS": "sample string 2",
"DSG_PROGRAM_ID": "sample string 3",
"DSG_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<DepotCustGrpInputs 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_CP_ID>1</DSG_CP_ID> <DSG_CREATED_BY>1</DSG_CREATED_BY> <DSG_G_AR_ID>1</DSG_G_AR_ID> <DSG_ID>1</DSG_ID> <DSG_PROGRAM_ID>sample string 3</DSG_PROGRAM_ID> <DSG_REMARKS>sample string 2</DSG_REMARKS> <DSG_STATUS>sample string 1</DSG_STATUS> </DepotCustGrpInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |