POST api/ItemMasterBasic4_Dimension/AddItemBasic4Dim
Request Information
URI Parameters
None.
Body Parameters
ItemMasterBasic4_Dimension| Name | Description | Type | Additional information |
|---|---|---|---|
| DimId | integer |
None. |
|
| ItemId | decimal number |
None. |
|
| ProductL | decimal number |
None. |
|
| ProductB | decimal number |
None. |
|
| ProductH | decimal number |
None. |
|
| ProductW | decimal number |
None. |
|
| PackingL | decimal number |
None. |
|
| PackingB | decimal number |
None. |
|
| PackingH | decimal number |
None. |
|
| PackingW | decimal number |
None. |
|
| OperationType | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Notes | string |
None. |
|
| MachineIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DimId": 1,
"ItemId": 2.1,
"ProductL": 3.1,
"ProductB": 4.1,
"ProductH": 5.1,
"ProductW": 6.1,
"PackingL": 7.1,
"PackingB": 8.1,
"PackingH": 9.1,
"PackingW": 10.1,
"OperationType": "sample string 11",
"CreatedBy": 12,
"Notes": "sample string 13",
"MachineIP": "sample string 14"
}
application/xml, text/xml
Sample:
<ItemMasterBasic4_Dimension xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models"> <CreatedBy>12</CreatedBy> <DimId>1</DimId> <ItemId>2.1</ItemId> <MachineIP>sample string 14</MachineIP> <Notes>sample string 13</Notes> <OperationType>sample string 11</OperationType> <PackingB>8.1</PackingB> <PackingH>9.1</PackingH> <PackingL>7.1</PackingL> <PackingW>10.1</PackingW> <ProductB>4.1</ProductB> <ProductH>5.1</ProductH> <ProductL>3.1</ProductL> <ProductW>6.1</ProductW> </ItemMasterBasic4_Dimension>
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. |