POST api/POS/AddCounterReceipt
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Pr | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "StoreCode": "sample string 1", "FinYear": "sample string 2", "DocType": "sample string 3", "DocNo": "sample string 4", "PayData": "sample string 5", "CreatedBy": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"