Update an e-invoicing connection
Update an e-invoicing connection
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
einvoicing_connection_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
address
Integration Address
is_receiver
Set to true if the entity needs to receive e-invoices.
is_sender
Set to true if the entity needs to send e-invoices. Either is_sender or is_receiver or both must be true.
Response
Successful Response
id
created_at
Date of Integration
updated_at
Last update of Integration
address
Integration Address
credentials
List of credentials
entity_id
ID of the entity
legal_name
Legal name of the Entity
status
Current status of the integration
is_receiver
Set to true if the entity needs to receive e-invoices.
is_sender
Set to true if the entity needs to send e-invoices. Either is_sender or is_receiver or both must be true.
provider_id
ID assigned by integration partner
Errors
400
Patch Einvoicing Connections ID Request Bad Request Error
401
Patch Einvoicing Connections ID Request Unauthorized Error
403
Patch Einvoicing Connections ID Request Forbidden Error
404
Patch Einvoicing Connections ID Request Not Found Error
409
Patch Einvoicing Connections ID Request Conflict Error
422
Patch Einvoicing Connections ID Request Unprocessable Entity Error
429
Patch Einvoicing Connections ID Request Too Many Requests Error