curl --location --request POST 'https://api-inventory.simprasuite.com/pos/api/genericpossales' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"checkItem": {
"propertyKey": "string",
"checkId": "string",
"modifiedOn": "2019-08-24T14:15:22.123Z",
"type": 1,
"checkItems": [
{
"transactionId": "string",
"menuItemId": "string",
"taxRatio": 0,
"businessDate": "2019-08-24T14:15:22.123Z",
"quantity": 0,
"amount": 0,
"discountAmount": 0,
"reasonCode": "string",
"priceLevel": 0,
"comboItemTransactionId": "string",
"condimentTransactionId": "string",
"revenueCenterId": "string",
"isComplimentary": true,
"type": 1
}
]
}
}'