curl --location -g --request POST 'http:///V1/requisition_lists' \
--header 'Content-Type: application/json' \
--data-raw '{
"requisitionList": {
"customer_id": 0,
"description": "string",
"extension_attributes": {},
"id": 0,
"items": [
{
"added_at": "string",
"extension_attributes": {},
"id": 0,
"options": [
"string"
],
"qty": 0,
"requisition_list_id": 0,
"sku": "string",
"store_id": 0
}
],
"name": "string",
"updated_at": "string"
}
}'
{
"customer_id": 0,
"description": "string",
"extension_attributes": {},
"id": 0,
"items": [
{
"added_at": "string",
"extension_attributes": {},
"id": 0,
"options": [
"string"
],
"qty": 0,
"requisition_list_id": 0,
"sku": "string",
"store_id": 0
}
],
"name": "string",
"updated_at": "string"
}