POST api/Master/PostProductMaster
Request Information
URI Parameters
None.
Body Parameters
InputProductMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PRC_ID | integer |
None. |
|
| PRC_CODE | string |
None. |
|
| PRC_NAME | string |
None. |
|
| PRC_AR_ID | integer |
None. |
|
| PRC_CATEGORY | string |
None. |
|
| PRC_NOTES | string |
None. |
|
| PRC_STATUS | string |
None. |
|
| PRC_TYPE | string |
None. |
|
| PRC_PROGRAM_ID | string |
None. |
|
| PRC_CREATED_BY | integer |
None. |
|
| PRC_HSN | string |
None. |
|
| PRC_AR_CODE | string |
None. |
|
| PRC_STATUS_CODE | string |
None. |
|
| PRC_CATEGORY_CODE | string |
None. |
|
| PRC_TYPE_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRC_ID": 1,
"PRC_CODE": "sample string 1",
"PRC_NAME": "sample string 2",
"PRC_AR_ID": 1,
"PRC_CATEGORY": "sample string 3",
"PRC_NOTES": "sample string 4",
"PRC_STATUS": "sample string 5",
"PRC_TYPE": "sample string 6",
"PRC_PROGRAM_ID": "sample string 7",
"PRC_CREATED_BY": 1,
"PRC_HSN": "sample string 8",
"PRC_AR_CODE": "sample string 9",
"PRC_STATUS_CODE": "sample string 10",
"PRC_CATEGORY_CODE": "sample string 11",
"PRC_TYPE_CODE": "sample string 12"
}
application/xml, text/xml
Sample:
<InputProductMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PRC_AR_CODE>sample string 9</PRC_AR_CODE> <PRC_AR_ID>1</PRC_AR_ID> <PRC_CATEGORY>sample string 3</PRC_CATEGORY> <PRC_CATEGORY_CODE>sample string 11</PRC_CATEGORY_CODE> <PRC_CODE>sample string 1</PRC_CODE> <PRC_CREATED_BY>1</PRC_CREATED_BY> <PRC_HSN>sample string 8</PRC_HSN> <PRC_ID>1</PRC_ID> <PRC_NAME>sample string 2</PRC_NAME> <PRC_NOTES>sample string 4</PRC_NOTES> <PRC_PROGRAM_ID>sample string 7</PRC_PROGRAM_ID> <PRC_STATUS>sample string 5</PRC_STATUS> <PRC_STATUS_CODE>sample string 10</PRC_STATUS_CODE> <PRC_TYPE>sample string 6</PRC_TYPE> <PRC_TYPE_CODE>sample string 12</PRC_TYPE_CODE> </InputProductMaster>
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. |