Request
Body Params application/json
order_id
string <uuid> | nullÂ
optionalitem_id
string <uuid> | nullÂ
optionalactivity_id
string <uuid> | nullÂ
optionaltransaction
string  | nullÂ
optionalposition
integer  | nullÂ
optionalitem_code
string  | nullÂ
optionalreserved
number  | nullÂ
optionalquantity
number  | nullÂ
optionalquantity_delivered
number  | nullÂ
optionalquantity_backorder
number  | nullÂ
optionalquantity_original
number  | nullÂ
optionaldelivered_date
string <date>
optionalresource_ref
string  | nullÂ
optionalexternal_ref
string  | nullÂ
optional{
"code": "NULL",
"description": "string",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
"activity_id": "98dae057-958f-4b2f-9ed4-41f109afdc3f",
"transaction": "NULL",
"position": 0,
"type": "NULL",
"unit": "string",
"item_code": "NULL",
"reserved": "NULL",
"quantity": "NULL",
"quantity_delivered": "NULL",
"quantity_backorder": "NULL",
"quantity_original": "NULL",
"status": "NULL",
"delivered_date": "NULL",
"resource_ref": "NULL",
"external_ref": "NULL"
}
Request samples
curl --location --request PUT 'https://api.vplan.com/v1/order//row/' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "NULL",
"description": "string",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
"activity_id": "98dae057-958f-4b2f-9ed4-41f109afdc3f",
"transaction": "NULL",
"position": 0,
"type": "NULL",
"unit": "string",
"item_code": "NULL",
"reserved": "NULL",
"quantity": "NULL",
"quantity_delivered": "NULL",
"quantity_backorder": "NULL",
"quantity_original": "NULL",
"status": "NULL",
"delivered_date": "NULL",
"resource_ref": "NULL",
"external_ref": "NULL"
}'
Responses
This response does not have a body.
Modified at 2024-10-14 12:07:08