For the complete documentation index, see llms.txt. This page is also available as Markdown.

Matching Rules

The rules for matching openitems with transactions

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

ruleTypestring · enumOptional

The type of rule, i.e. used while looking through invoice-related open items

Possible values:
pointsinteger · int32Optional

The number of points to award for fit

get/erp/finance/openitems/matchingrules/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

ruleTypestring · enumOptional

The type of rule, i.e. used while looking through invoice-related open items

Possible values:
pointsinteger · int32Optional

The number of points to award for fit

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

ruleTypestring · enumOptional

The type of rule, i.e. used while looking through invoice-related open items

Possible values:
pointsinteger · int32Optional

The number of points to award for fit

put/erp/finance/openitems/matchingrules/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/finance/openitems/matchingrules/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

ruleTypestring · enumOptional

The type of rule, i.e. used while looking through invoice-related open items

Possible values:
pointsinteger · int32Optional

The number of points to award for fit

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

ruleTypestring · enumOptional

The type of rule, i.e. used while looking through invoice-related open items

Possible values:
pointsinteger · int32Optional

The number of points to award for fit

post/erp/finance/openitems/matchingrules
get
Responses
200

OK

*/*
contextstringOptional

message context

messageValuestringOptional

message

get/erp/finance/openitems/matchingrules/max_points
200

OK

Last updated

Was this helpful?