MatchingRules

The rules for matching openitems with transactions

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
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
chevron-right
200

successful operation

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

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
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
chevron-right
200

successful operation

*/*
post
/erp/finance/openitems/matchingrules
get
Responses
chevron-right
200

OK

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

OK

Last updated

Was this helpful?