POST api/ItemMasterCategoryProduct/AddCategoryProduct
Request Information
URI Parameters
None.
Body Parameters
ItemMasterCategoryProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemProductTypeMainId | integer |
None. |
|
| ItemProductTypeId | integer |
None. |
|
| ItemProductTypeName | string |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| MachineIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemProductTypeMainId": 1,
"ItemProductTypeId": 2,
"ItemProductTypeName": "sample string 3",
"OperationType": "sample string 4",
"CreatedBy": 5,
"MachineIP": "sample string 6"
}
application/xml, text/xml
Sample:
<ItemMasterCategoryProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <CreatedBy>5</CreatedBy> <ItemProductTypeId>2</ItemProductTypeId> <ItemProductTypeMainId>1</ItemProductTypeMainId> <ItemProductTypeName>sample string 3</ItemProductTypeName> <MachineIP>sample string 6</MachineIP> <OperationType>sample string 4</OperationType> </ItemMasterCategoryProduct>
application/x-www-form-urlencoded
Sample:
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. |