Authorization: Bearer ********************curl --location '/TenantProductMeasurePrices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"measurePrices": [
{
"productId": 0,
"measureUnitId": 0,
"subMeasureUnitId": 0,
"subQuantity": 0,
"currencyId": "string",
"price": 0,
"discount": 0,
"status": 0
}
],
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a"
}'[
{
"tenantId": 0,
"productId": 0,
"measureUnitId": 0,
"barcode": "string",
"currencyId": "string",
"price": 0,
"discount": 0,
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": null
}
]