Identities are the different profiles or trade names under which you can send documents from your administration.
Retrieve the default identity
Returns the default identity of this administration.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
A list of identities
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null
Updates the default identity
Updates the default identity.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
A list of identities
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null
Retrieve identity by given id
Returns the identity with the given id.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- idstring | integer · pattern:- ^\d+$· required- A unique record identifier 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
A identity
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null
Deletes an identity
Deletes an identity. Always returns a 204 status code even if the identity could not be deleted.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- idstring | integer · pattern:- ^\d+$· required- A unique record identifier 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
Identity deleted
Updates an identity
Updates an identity.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- idstring | integer · pattern:- ^\d+$· required- A unique record identifier 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
Identity updated
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null
Retrieve identities
An administration can have multiple identities, for example to cover multiple tradenames or offices. This does not include the default identity.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
A list of identities
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null
Creates an identity
Most fields for an identity are required. You can provide zero or more custom fields, for each provided
custom field value the id and value are required.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
Responses
Identity created
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- administration_idstring | integer · pattern:- ^\d+$- A unique record identifier of an administration 
- company_namestring | null
- citystring | null
- countrystring | null
- zipcodestring | null
- address1string | null
- address2string | null
- emailstring | null
- phonestring | null
- bank_account_namestring | null
- bank_account_numberstring | null
- bank_account_bicstring | null
- custom_fieldsobject[]
- updated_atstring · date-time
- created_atstring · date-time
- chamber_of_commercestring | null
- tax_numberstring | null