POST api/Master/PutPackageMaster
Request Information
URI Parameters
None.
Body Parameters
PackageMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PAC_ID | integer |
None. |
|
| PAC_CODE | string |
None. |
|
| PAC_IN_KG | decimal number |
None. |
|
| PAC_AR_ID | integer |
None. |
|
| PAC_NOTES | string |
None. |
|
| PAC_STATUS | string |
None. |
|
| PAC_PROGRAM_ID | string |
None. |
|
| PAC_CREATED_BY | integer |
None. |
|
| PAC_AR_CODE | string |
None. |
|
| PAC_STATUS_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PAC_ID": 1,
"PAC_CODE": "sample string 1",
"PAC_IN_KG": 1.1,
"PAC_AR_ID": 1,
"PAC_NOTES": "sample string 2",
"PAC_STATUS": "sample string 3",
"PAC_PROGRAM_ID": "sample string 4",
"PAC_CREATED_BY": 1,
"PAC_AR_CODE": "sample string 5",
"PAC_STATUS_CODE": "sample string 6"
}
application/xml, text/xml
Sample:
<PackageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PAC_AR_CODE>sample string 5</PAC_AR_CODE> <PAC_AR_ID>1</PAC_AR_ID> <PAC_CODE>sample string 1</PAC_CODE> <PAC_CREATED_BY>1</PAC_CREATED_BY> <PAC_ID>1</PAC_ID> <PAC_IN_KG>1.1</PAC_IN_KG> <PAC_NOTES>sample string 2</PAC_NOTES> <PAC_PROGRAM_ID>sample string 4</PAC_PROGRAM_ID> <PAC_STATUS>sample string 3</PAC_STATUS> <PAC_STATUS_CODE>sample string 6</PAC_STATUS_CODE> </PackageMaster>
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. |