POST api/part/SaveOpeningRow

Request Information

URI Parameters

None.

Body Parameters

OpeningRequest
NameDescriptionTypeAdditional information
CustomerID

integer

None.

PartNo

string

None.

CustomerStock

integer

None.

CastingSR

integer

None.

LatheWIP

integer

None.

VMCWIP

integer

None.

MillingWIP

integer

None.

Rework

integer

None.

Deburring

integer

None.

Rejected

integer

None.

FGStock

integer

None.

SSNorms

integer

None.

CustomerNorms

integer

None.

MinBatchQty

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": 1,
  "PartNo": "sample string 2",
  "CustomerStock": 3,
  "CastingSR": 4,
  "LatheWIP": 5,
  "VMCWIP": 6,
  "MillingWIP": 7,
  "Rework": 8,
  "Deburring": 9,
  "Rejected": 10,
  "FGStock": 11,
  "SSNorms": 12,
  "CustomerNorms": 13,
  "MinBatchQty": 14,
  "UpdatedBy": 15
}

application/xml, text/xml

Sample:
<OpeningRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pressapi.Models">
  <CastingSR>4</CastingSR>
  <CustomerID>1</CustomerID>
  <CustomerNorms>13</CustomerNorms>
  <CustomerStock>3</CustomerStock>
  <Deburring>9</Deburring>
  <FGStock>11</FGStock>
  <LatheWIP>5</LatheWIP>
  <MillingWIP>7</MillingWIP>
  <MinBatchQty>14</MinBatchQty>
  <PartNo>sample string 2</PartNo>
  <Rejected>10</Rejected>
  <Rework>8</Rework>
  <SSNorms>12</SSNorms>
  <UpdatedBy>15</UpdatedBy>
  <VMCWIP>6</VMCWIP>
</OpeningRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.