POST api/ItemBasic1_Vital/AddItemBasic1Vital

Request Information

URI Parameters

None.

Body Parameters

ItemMasterBasic1_VitalInfo
NameDescriptionTypeAdditional information
LeatherLabourTypeId

integer

None.

LeatherOperationId

integer

None.

LeatherProcessingMethodId

integer

None.

LeatherTypeId

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,
  "LeatherOperationId": 2,
  "LeatherProcessingMethodId": 3,
  "LeatherTypeId": 4,
  "IsPackage": "sample string 5",
  "TestDeptId": 6,
  "TestSubDeptId": 7,
  "ItemId": 8,
  "ItemProductTypeId": 9,
  "ItemProductTypeMainId": 10,
  "ItemUnitId": 11,
  "Product": "sample string 12",
  "Style": "sample string 13",
  "ItemName": "sample string 14",
  "Brand": "sample string 15",
  "PartNo": "sample string 16",
  "EntryStatus": "sample string 17",
  "OperationType": "sample string 18",
  "CreatedBy": 19,
  "Notes": "sample string 20",
  "MachineIP": "sample string 21"
}

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 15</Brand>
  <CreatedBy>19</CreatedBy>
  <EntryStatus>sample string 17</EntryStatus>
  <IsPackage>sample string 5</IsPackage>
  <ItemId>8</ItemId>
  <ItemName>sample string 14</ItemName>
  <ItemProductTypeId>9</ItemProductTypeId>
  <ItemProductTypeMainId>10</ItemProductTypeMainId>
  <ItemUnitId>11</ItemUnitId>
  <LeatherLabourTypeId>1</LeatherLabourTypeId>
  <LeatherOperationId>2</LeatherOperationId>
  <LeatherProcessingMethodId>3</LeatherProcessingMethodId>
  <LeatherTypeId>4</LeatherTypeId>
  <MachineIP>sample string 21</MachineIP>
  <Notes>sample string 20</Notes>
  <OperationType>sample string 18</OperationType>
  <PartNo>sample string 16</PartNo>
  <Product>sample string 12</Product>
  <Style>sample string 13</Style>
  <TestDeptId>6</TestDeptId>
  <TestSubDeptId>7</TestSubDeptId>
</ItemMasterBasic1_VitalInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ItemMasterBasic1_VitalInfo'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.