POST api/SupplierItem/AddContent

Add content to supplier item

Request Information

URI Parameters

None.

Body Parameters

SupplierItemAddContentParameters
NameDescriptionTypeAdditional information
SupplierItemId

globally unique identifier

None.

UserName

string

None.

ClientId

globally unique identifier

None.

OrderId

globally unique identifier

None.

OrderLineId

globally unique identifier

None.

ProductId

globally unique identifier

None.

ProductNumber

string

None.

SupplierProductNumber

string

None.

ProductName

string

None.

PackagingId

globally unique identifier

None.

GTIN

string

None.

BatchNumber

string

None.

BestBefore

date

None.

Quantity

decimal number

None.

QuantityBase

decimal number

None.

NetWeight

decimal number

None.

GrossWeight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplierItemId": "1d3d94ae-c054-472d-8287-cf00437b24b1",
  "UserName": "sample string 2",
  "ClientId": "43be72e1-6793-4051-b7a5-db30353ef09d",
  "OrderId": "0aa487d0-e325-4a3f-bdad-abb0aa3858df",
  "OrderLineId": "5b087386-207e-4867-bcd1-05c33ed92d49",
  "ProductId": "ddd6f958-e974-481c-a300-7ee870878743",
  "ProductNumber": "sample string 7",
  "SupplierProductNumber": "sample string 8",
  "ProductName": "sample string 9",
  "PackagingId": "70230761-9f57-429f-8f74-163bfbd369b6",
  "GTIN": "sample string 11",
  "BatchNumber": "sample string 12",
  "BestBefore": "2026-06-25T16:16:45.5996131+02:00",
  "Quantity": 14.0,
  "QuantityBase": 15.0,
  "NetWeight": 16.0,
  "GrossWeight": 17.0
}

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 'SupplierItemAddContentParameters'.

Response Information

Resource Description

SupplierItem
NameDescriptionTypeAdditional information
SupplierItemId

globally unique identifier

None.

ClientId

globally unique identifier

None.

OrderId

globally unique identifier

None.

SSCCNumber

string

None.

Picked

boolean

None.

Delivered

boolean

None.

ProductName

string

None.

BatchNumber

string

None.

BestBefore

date

None.

Quantity

decimal number

None.

NetWeight

decimal number

None.

Grossweight

decimal number

None.

Topload

decimal number

None.

IsPickItem

boolean

None.

PackageNumber

integer

None.

TemperatureControlled

integer

None.

PackagingTypeId

globally unique identifier

None.

PackagingTypeName

string

None.

PackagingTypeCode

string

None.

PackagingTypeWeight

decimal number

None.

Volume

decimal number

None.

ProductId

globally unique identifier

None.

ProductNumber

string

None.

DetailList

Collection of SupplierItemDetail

None.

Response Formats

application/json, text/json

Sample:
{
  "SupplierItemId": "16cea3ad-8a67-4c99-a316-90cf901f8bed",
  "ClientId": "d5609f33-c583-4ffb-9e0a-9a9c44245472",
  "OrderId": "6d4fbcc9-a849-45c2-94e6-618ea8f33926",
  "SSCCNumber": "sample string 4",
  "Picked": true,
  "Delivered": true,
  "ProductName": "sample string 7",
  "BatchNumber": "sample string 8",
  "BestBefore": "2026-06-25T16:16:45.5996131+02:00",
  "Quantity": 10.0,
  "NetWeight": 11.0,
  "Grossweight": 12.0,
  "Topload": 13.0,
  "IsPickItem": true,
  "PackageNumber": 15,
  "TemperatureControlled": 16,
  "PackagingTypeId": "099ced17-003f-4ea9-a553-68528f7551d2",
  "PackagingTypeName": "sample string 18",
  "PackagingTypeCode": "sample string 19",
  "PackagingTypeWeight": 20.0,
  "Volume": 21.0,
  "ProductId": "db4e2fa7-5c75-4fd1-b566-9a8843c895dd",
  "ProductNumber": "sample string 23",
  "DetailList": null
}