Skip to main content
POST
/
cheques
Create Cheque
curl --request POST \
  --url 'http://{{baseurl}}/cheques' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "serial": "662",
  "dueDate": "2023-02-1",
  "value": "2800",
  "description": "This is a tset",
  "payee": "65601041395957aa45a16ab7"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response