{
"description": "string",
"end_date": "2019-01-01",
"name": "string",
"start_date": "2019-01-01",
"revision": 1,
"product_price_list_prices": [
{
"id": "http://example.com"
}
]
}
curl --location --request POST '/entities/ProductPriceLists' \
--header 'Content-Type: application / json' \
--data-raw '{
"description": "string",
"end_date": "2019-01-01",
"name": "string",
"start_date": "2019-01-01",
"revision": 1,
"product_price_list_prices": [
{
"id": "http://example.com"
}
]
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"description": "string",
"end_date": "2019-01-01",
"name": "string",
"start_date": "2019-01-01",
"revision": 1,
"product_price_list_prices": [
"http://example.com"
]
}
}