POST api/v1/values/addCheck?date={date}&expiry={expiry}&customerCode={customerCode}&cashCode={cashCode}&bank={bank}&checkNo={checkNo}&description={description}&price={price}&creator={creator}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
Required |
|
| expiry | string |
Required |
|
| customerCode | string |
Required |
|
| cashCode | string |
Required |
|
| bank | string |
Required |
|
| checkNo | string |
Required |
|
| description | string |
Required |
|
| price | decimal number |
Required |
|
| creator | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
stringResponse 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>