POST api/ItemBasic1_Vital/AddItemBasic1Vital
Request Information
URI Parameters
None.
Body Parameters
ItemMasterBasic1_VitalInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LeatherLabourTypeId | integer |
None. |
|
| LeatherTypeId | integer |
None. |
|
| LeatherChemicalTypeId | integer |
None. |
|
| LeatherOperationId | integer |
None. |
|
| LeatherProcessingMethodId | integer |
None. |
|
| IsPackage | string |
None. |
|
| TestDeptId | integer |
None. |
|
| TestSubDeptId | integer |
None. |
|
| ItemId | integer |
None. |
|
| ItemProductTypeId | integer |
None. |
|
| ItemProductTypeMainId | integer |
None. |
|
| ItemUnitId | integer |
None. |
|
| Product | string |
None. |
|
| Style | string |
None. |
|
| ItemName | string |
None. |
|
| Brand | string |
None. |
|
| PartNo | string |
None. |
|
| EntryStatus | string |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Notes | string |
None. |
|
| MachineIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeatherLabourTypeId": 1,
"LeatherTypeId": 2,
"LeatherChemicalTypeId": 3,
"LeatherOperationId": 4,
"LeatherProcessingMethodId": 5,
"IsPackage": "sample string 6",
"TestDeptId": 7,
"TestSubDeptId": 8,
"ItemId": 9,
"ItemProductTypeId": 10,
"ItemProductTypeMainId": 11,
"ItemUnitId": 12,
"Product": "sample string 13",
"Style": "sample string 14",
"ItemName": "sample string 15",
"Brand": "sample string 16",
"PartNo": "sample string 17",
"EntryStatus": "sample string 18",
"OperationType": "sample string 19",
"CreatedBy": 20,
"Notes": "sample string 21",
"MachineIP": "sample string 22"
}
application/xml, text/xml
Sample:
<ItemMasterBasic1_VitalInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <Brand>sample string 16</Brand> <CreatedBy>20</CreatedBy> <EntryStatus>sample string 18</EntryStatus> <IsPackage>sample string 6</IsPackage> <ItemId>9</ItemId> <ItemName>sample string 15</ItemName> <ItemProductTypeId>10</ItemProductTypeId> <ItemProductTypeMainId>11</ItemProductTypeMainId> <ItemUnitId>12</ItemUnitId> <LeatherChemicalTypeId>3</LeatherChemicalTypeId> <LeatherLabourTypeId>1</LeatherLabourTypeId> <LeatherOperationId>4</LeatherOperationId> <LeatherProcessingMethodId>5</LeatherProcessingMethodId> <LeatherTypeId>2</LeatherTypeId> <MachineIP>sample string 22</MachineIP> <Notes>sample string 21</Notes> <OperationType>sample string 19</OperationType> <PartNo>sample string 17</PartNo> <Product>sample string 13</Product> <Style>sample string 14</Style> <TestDeptId>7</TestDeptId> <TestSubDeptId>8</TestSubDeptId> </ItemMasterBasic1_VitalInfo>
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. |