POST v6/operation/receive/purchaseOrder/save

Request Information

URI Parameters

None.

Body Parameters

ReceivePOSaveModelv6
NameDescriptionTypeAdditional information
PurchaseOrderItemId

integer

None.

PackingSlip

string

None.

LocationZoneId

integer

None.

MasterLabelId

integer

None.

Barcode

string

None.

ContainerCount

integer

None.

LotNumber

string

None.

Quantity

decimal number

None.

FlagTypeId

integer

None.

ExpirationDate

date

None.

ManufacturingDate

date

None.

Allergens

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "purchaseOrderItemId": 1,
  "packingSlip": "sample string 2",
  "locationZoneId": 3,
  "masterLabelId": 4,
  "barcode": "sample string 5",
  "containerCount": 6,
  "lotNumber": "sample string 7",
  "quantity": 8.0,
  "flagTypeId": 9,
  "expirationDate": "2025-11-08T08:28:30.967422+00:00",
  "manufacturingDate": "2025-11-08T08:28:30.967422+00:00",
  "allergens": [
    1,
    2
  ]
}

Response Information

Resource Description

ReceivePOSaveOutputModelv6
NameDescriptionTypeAdditional information
TransactionId

integer

None.

MasterLabelId

integer

None.

MasterLabel

string

None.

Response Formats

application/json, text/json

Sample:
{
  "transactionId": 1,
  "masterLabelId": 2,
  "masterLabel": "sample string 3"
}