Authorization: Bearer ********************
{
"documentPkId" : "2411131417370461078"
}
curl --location --request POST 'https://retailapiv2.smartlogic.mn/api/sale/saleRefund' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"documentPkId" : "2411131417370461078"
}'
{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": {
"DocumentPkId": 2411151526010045436
}
}