POST
/
consumers
/
{consumer_id}
/
accounting
/
matching
curl --request POST \
  --url https://api.chift.eu/consumers/{consumer_id}/accounting/matching \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "entries": [
    "<string>"
  ],
  "partner_id": "<string>"
}'
{
  "matching_number": "<string>",
  "balance": 123
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required

Query Parameters

folder_id
string

Body

application/json
entries
string[]
required
partner_id
string
required

Response

200
application/json
Successful Response
matching_number
string
required
balance
number
required