Get an e-invoicing connection by ID

Path parameters

einvoicing_connection_idstringRequired

Headers

AuthorizationstringRequired

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

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
created_atdatetime
Date of Integration
updated_atdatetime
Last update of Integration
addressobject
Integration Address
credentialslist of objects
List of credentials
entity_idstringformat: "uuid"
ID of the entity
legal_namestring
Legal name of the Entity
statusstring
Current status of the integration
is_receiverbooleanOptionalDefaults to true

Set to true if the entity needs to receive e-invoices.

is_senderbooleanOptionalDefaults to true

Set to true if the entity needs to send e-invoices. Either is_sender or is_receiver or both must be true.

provider_idstringOptional
ID assigned by integration partner

Errors