v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBProduct
ProductPriceListPrices.create
Creates new ProductPriceListPrice
post/entities/ProductPriceListPrices
Query parameters
validation-levelinteger
Specify validation level of ProductPriceListPrice on create. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
Response
Creation confirmation. Returns created ProductPriceListPrice
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"currency_id": "01234567-abcd-dcba-ffff-000000000000",
"price": 4.32,
"product_id": "01234567-abcd-dcba-ffff-000000000000",
"product_price_list_id": "01234567-abcd-dcba-ffff-000000000000",
"settings": "blob",
"revision": 1
}
}