Update partner settings

Change the specified fields with the provided values.

Authentication

AuthorizationBearer

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

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
api_versionenumOptional
Default API version for partner.
commercial_conditionslist of stringsOptional
Commercial conditions for receivables.
currencyobjectOptional
Custom currency exchange rates.
default_rolemap from strings to anyOptional
A default role to provision upon new entity creation.
mailobjectOptional
Settings for email and mailboxes.
payableobjectOptional
Settings for the payables module.
paymentsobjectOptional
Settings for the payments module.
receivableobjectOptional
Settings for the receivables module.
unitslist of objectsOptional
Measurement units.
websitestringOptional
accountingobjectOptionalDeprecated
Settings for the accounting module.

Response

Successful Response
api_versionenum
Default API version for partner.
commercial_conditionslist of strings
Commercial conditions for receivables.
currencyobject
Custom currency exchange rates.
default_rolemap from strings to any
A default role to provision upon new entity creation.
mailobject
Settings for email and mailboxes.
payableobject
Settings for the payables module.
paymentsobject
Settings for the payments module.
receivableobject
Settings for the receivables module.
unitslist of objects
Measurement units.
websitestring
accountingobjectDeprecated
Settings for the accounting module.

Errors

400
Patch Settings Request Bad Request Error
422
Patch Settings Request Unprocessable Entity Error
500
Patch Settings Request Internal Server Error