POST api/SupplierItem/RemoveContent

Remove content from supplier item

Request Information

URI Parameters

None.

Body Parameters

SupplierItemRemoveContentParameters
NameDescriptionTypeAdditional information
SupplierItemDetailId

globally unique identifier

None.

SupplierItemId

globally unique identifier

None.

ClientId

globally unique identifier

None.

UserName

string

None.

OrderLineId

globally unique identifier

None.

Quantity

decimal number

None.

QuantityBase

decimal number

None.

NetWeight

decimal number

None.

GrossWeight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplierItemDetailId": "319c4a04-118d-416f-8caf-f36cb46f70e8",
  "SupplierItemId": "455a0bb9-4091-4a7f-bde7-1bfc919a38d9",
  "ClientId": "14bd103f-7d53-4365-8924-3b59b69726af",
  "UserName": "sample string 4",
  "OrderLineId": "74ec5b34-6bbc-4acd-85e0-93d102d66ee5",
  "Quantity": 6.0,
  "QuantityBase": 7.0,
  "NetWeight": 8.0,
  "GrossWeight": 9.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 'SupplierItemRemoveContentParameters'.

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": "d8123371-13e0-479e-a71b-6df61055e62e",
  "ClientId": "6b14b49a-5f46-40dc-8567-6f9d7dd810a6",
  "OrderId": "5e35bfc3-dc60-4cb7-bee2-ffd38516dcc4",
  "SSCCNumber": "sample string 4",
  "Picked": true,
  "Delivered": true,
  "ProductName": "sample string 7",
  "BatchNumber": "sample string 8",
  "BestBefore": "2026-06-25T16:15:54.3048075+02:00",
  "Quantity": 10.0,
  "NetWeight": 11.0,
  "Grossweight": 12.0,
  "Topload": 13.0,
  "IsPickItem": true,
  "PackageNumber": 15,
  "TemperatureControlled": 16,
  "PackagingTypeId": "3128dec7-937e-44d7-8f37-80c8fa06633b",
  "PackagingTypeName": "sample string 18",
  "PackagingTypeCode": "sample string 19",
  "PackagingTypeWeight": 20.0,
  "Volume": 21.0,
  "ProductId": "4b4fa410-1d5b-4612-a48b-c0ef3b85b050",
  "ProductNumber": "sample string 23",
  "DetailList": null
}