{
"id": "string",
"companyId": "string",
"status": "Draft",
"customerId": "string",
"customerCategoryId": "string",
"productCategoryId": "string",
"productId": "string",
"productVariantId": "string",
"value": 0,
"actionType": "Price",
"from": "2019-08-24T14:15:22Z",
"to": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/pricing/product/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"status": "Draft",
"customerId": "string",
"customerCategoryId": "string",
"productCategoryId": "string",
"productId": "string",
"productVariantId": "string",
"value": 0,
"actionType": "Price",
"from": "2019-08-24T14:15:22Z",
"to": "2019-08-24T14:15:22Z"
}'
{}