POST api/RFID/PostBundleData

Request Information

URI Parameters

None.

Body Parameters

BundleDataModel
NameDescriptionTypeAdditional information
RecID

string

None.

PONO

string

None.

Style

string

None.

CutNo

string

None.

BundleNo

integer

None.

GarmentType

string

None.

Colour

string

None.

Size

string

None.

Layer

string

None.

Marker

string

None.

Shade

string

None.

BundleQty

integer

None.

ItemNo

string

None.

DeliveryDate

date

None.

TransactionDate

date

None.

StickerFrom

integer

None.

StickerTo

integer

None.

LotNo

string

None.

OrderQty

string

None.

IsSynced

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RecID": "sample string 1",
  "PONO": "sample string 2",
  "Style": "sample string 3",
  "CutNo": "sample string 4",
  "BundleNo": 5,
  "GarmentType": "sample string 6",
  "Colour": "sample string 7",
  "Size": "sample string 8",
  "Layer": "sample string 9",
  "Marker": "sample string 10",
  "Shade": "sample string 11",
  "BundleQty": 12,
  "ItemNo": "sample string 13",
  "DeliveryDate": "2024-12-22T16:02:59.8959757-08:00",
  "TransactionDate": "2024-12-22T16:02:59.8959757-08:00",
  "StickerFrom": 16,
  "StickerTo": 17,
  "LotNo": "sample string 18",
  "OrderQty": "sample string 19",
  "IsSynced": true
}

application/xml, text/xml

Sample:
<BundleDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFIDWebAPI.Models">
  <BundleNo>5</BundleNo>
  <BundleQty>12</BundleQty>
  <Colour>sample string 7</Colour>
  <CutNo>sample string 4</CutNo>
  <DeliveryDate>2024-12-22T16:02:59.8959757-08:00</DeliveryDate>
  <GarmentType>sample string 6</GarmentType>
  <IsSynced>true</IsSynced>
  <ItemNo>sample string 13</ItemNo>
  <Layer>sample string 9</Layer>
  <LotNo>sample string 18</LotNo>
  <Marker>sample string 10</Marker>
  <OrderQty>sample string 19</OrderQty>
  <PONO>sample string 2</PONO>
  <RecID>sample string 1</RecID>
  <Shade>sample string 11</Shade>
  <Size>sample string 8</Size>
  <StickerFrom>16</StickerFrom>
  <StickerTo>17</StickerTo>
  <Style>sample string 3</Style>
  <TransactionDate>2024-12-22T16:02:59.8959757-08:00</TransactionDate>
</BundleDataModel>

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.