LinecallDeliveryPostEntry Data Type

Properties
name data type description
userId string
itemId number
quantity number
pickingType PickingType

Example

{
  "userId" : "...",
  "itemId" : 12345,
  "quantity" : 12345.0,
  "pickingType" : "CALLOFF"
}