Find Consumer

Describes how to find or search consumer

Find the consumer eFaktura identifier and its status information by providing the SSN, name, and address, i.e., whether they can receive an eInvoice or not.

Endpoint Details:

post
Header parameters
companyIdinteger · int64Required

ERP/ZERP companyId

Example: 1
organisationNumberinteger · int64Required

Organisation Number

Example: 986559469
customerIdinteger · int64Required

customer identifier from the ERP or ZERP customer table

Example: 10
firstNamestringOptional

first name of the customer

Example: Trond
lastNamestringOptional

last name of the customer

Example: Andersen
socialSecurityNumberstringOptional

social security number of the customer or consumer

efakturaIdentifierstringOptional

efakturaIdentifier of the customer or consumer

dateOfBirthstring · dateOptional

date of birth of the customer

emailstringOptional

email address

Example: [email protected]
telephoneNumberstringOptional

telephone number

Example: 4790037509
customerOrganisationNumberinteger · int64Optional

organsation number if the customer is representing a company

addressLine1stringOptional

address line 1

Example: Wonder Land
addressLine2stringOptional

Frydenlundgata 7

postalCodestringOptional

postal code

Example: 169
citystringOptional

city

Example: Oslo
countryCodestringOptional

country code

Example: NO
langstringOptional

language code such as no, en

Example: no
Responses
post
/v2/consumers

Last updated