Skip to main content
POST
/
consumers
/
{consumer_id}
/
accounting
/
matching-multiple
Match multiple entries
curl --request POST \
  --url https://api.chift.eu/consumers/{consumer_id}/accounting/matching-multiple \
  --header 'Content-Type: application/json' \
  --data '
{
  "matchings": [
    {
      "entries": [
        "<string>"
      ],
      "partner_id": "<string>"
    }
  ]
}
'
[ { "processed": true, "matching_number": "<string>", "error_msg": {} } ]

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

consumer_id
string<uuid>
required

Query Parameters

folder_id
string | null

Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.

Body

application/json
matchings
MatchingIn · object[]
required

Response

Successful Response

processed
boolean
required
matching_number
string | null
error_msg
Error Msg · object