POST api/CatchReceipt/Post
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
catchReceipt | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "receiptValue": "sample string 1", "checkBank": "sample string 2", "checkDate": "2025-04-03T14:01:20.9713448-07:00", "checkNumber": "sample string 4", "checkStatus": "sample string 5", "description": "sample string 6", "customerName": { "label": "sample string 1", "value": 2 }, "salemanName": { "label": "sample string 1", "value": 2 }, "stockName": { "label": "sample string 1", "value": 2 }, "empBranch": { "emp": 1, "branch": 2 }, "invoiceType": { "label": "sample string 1", "value": 2 } }
application/xml, text/xml
Sample:
<CatchReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationAPI.Models"> <checkBank>sample string 2</checkBank> <checkDate>2025-04-03T14:01:20.9713448-07:00</checkDate> <checkNumber>sample string 4</checkNumber> <checkStatus>sample string 5</checkStatus> <customerName> <label>sample string 1</label> <value>2</value> </customerName> <description>sample string 6</description> <empBranch> <branch>2</branch> <emp>1</emp> </empBranch> <invoiceType> <label>sample string 1</label> <value>2</value> </invoiceType> <receiptValue>sample string 1</receiptValue> <salemanName> <label>sample string 1</label> <value>2</value> </salemanName> <stockName> <label>sample string 1</label> <value>2</value> </stockName> </CatchReceipt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>