Skip to main content

PurchaseOrders

brandRetailerIdstringnullable

Unique identifier of the brand retailer in the Time and Action

Example: B1234
departmentsobject[]nullable

List of departments

factoryIdstring[]nullable

Local IDs of the factory in the Time and Action

Example: ["F1234"]
localBrandRetailerIdstringnullable

Local Custom ID of the Brand/Retailer organization of the Purchase Order in a Time & Action

Example: B1234
localFactoryIdstringnullable

Local Custom ID of the Factory organization of the Purchase Order in a Time & Action

Example: F1234
localSupplierIdstringnullable

Local Custom ID of the Supplier organization of the Purchase Order in a Time & Action

Example: S1234
poNumberstringnullable

Purchase order number

Example: PO1234
supplierIdstring[]nullable

Local IDs of the supplier in the Time and Action

Example: ["S1234"]
PurchaseOrders
{
"brandRetailerId": "B1234",
"departments": [
{
"departmentId": "020"
}
],
"factoryId": [
"F1234"
],
"localBrandRetailerId": "B1234",
"localFactoryId": "F1234",
"localSupplierId": "S1234",
"poNumber": "PO1234",
"supplierId": [
"S1234"
]
}