curl --location --request PUT 'https://api-inventory.simprasuite.com/integration/api/transfersalespricelist/detail' \
--header 'Content-Type: application\json' \
--data-raw '{
"id": "string",
"transferSalePriceType": 1,
"unitId": "string",
"salesPercentage": 0,
"salesPrice": 0,
"listPriceType": 1
}'