Skip to content

Update accounts

POST
/api/connector/v1/accounts/update

Updates one or more existing accounts in the system. Note this operation supports Portfolio Access Tokens.

MultipleAccountUpdateParameters
object
ClientToken
required

Token identifying the client application.

string
>= 1 characters
AccessToken
required

Access token of the client application.

string
>= 1 characters
Client
required

Name and version of the client application.

string
>= 1 characters
ChainId

Unique identifier of the chain. Required when using Portfolio Access Tokens, ignored otherwise.

string format: uuid
nullable
AccountUpdates
required

Accounts to be updated.

Array<object>
>= 1 items <= 1000 items
Account update parameters
object
Id
required

Unique identifier of the account.

string format: uuid
Discriminator
required
Account type discriminator

Type of the account.

Customer

Company

string
Allowed values: Customer Company
Customer
Customer update parameters

Customer data to be updated. Required when Discriminator is Customer.

object
Email
String update value

Email address (or null if the email should not be updated).

object
Value

Value which is to be updated.

string
nullable
TaxIdentifier
String update value

Tax identification number (or null if the tax identification number should not be updated).

object
Value

Value which is to be updated.

string
nullable
BillingCode
String update value

Billing code (or null if the billing code should not be updated).

object
Value

Value which is to be updated.

string
nullable
AccountingCode
String update value

Accounting code (or null if the accounting code should not be updated).

object
Value

Value which is to be updated.

string
nullable
Notes
String update value

Notes (or null if the notes should not be updated).

object
Value

Value which is to be updated.

string
nullable
LastName
String update value

Last name (or null if the last name should not be updated).

object
Value

Value which is to be updated.

string
nullable
FirstName
String update value

First name (or null if the first name should not be updated).

object
Value

Value which is to be updated.

string
nullable
SecondLastName
String update value

Second last name (or null if the second last name should not be updated).

object
Value

Value which is to be updated.

string
nullable
BirthPlace
String update value

Birth place (or null if the birth place should not be updated).

object
Value

Value which is to be updated.

string
nullable
Telephone
String update value

Telephone number (or null if the telephone should not be updated).

object
Value

Value which is to be updated.

string
nullable
Occupation
String update value

Occupation (or null if the occupation should not be updated).

object
Value

Value which is to be updated.

string
nullable
CarRegistrationNumber
String update value

Car registration number (or null if the car registration number should not be updated).

object
Value

Value which is to be updated.

string
nullable
DietaryRequirements
String update value

Dietary requirements (or null if the dietary requirements should not be updated).

object
Value

Value which is to be updated.

string
nullable
LoyaltyCode
String update value

Loyalty code (or null if the loyalty code should not be updated).

object
Value

Value which is to be updated.

string
nullable
NationalityCode
String update value

Nationality code (or null if the nationality code should not be updated).

object
Value

Value which is to be updated.

string
nullable
CompanyId
Guid update value

Unique identifier of the company (or null if the company should not be updated).

object
Value

Value which is to be updated.

string format: uuid
nullable
BirthDate
String update value

Birth date (or null if the birth date should not be updated).

object
Value

Value which is to be updated.

string
nullable
Sex
String update value

Sex (or null if the sex should not be updated).

object
Value

Value which is to be updated.

string
nullable
Title
String update value

Title (or null if the title should not be updated).

object
Value

Value which is to be updated.

string
nullable
PreferredLanguageCode
String update value

Preferred language code (or null if the preferred language code should not be updated).

object
Value

Value which is to be updated.

string
nullable
Options
Customer update options

Options of the customer.

object
SendMarketingEmails
Boolean update value

Send marketing email (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Invoiceable
Boolean update value

Invoiceable (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
BillAddressObjection
Boolean update value

Bill address objection (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Classifications
Customer update classifications

Classifications of the customer.

object
PaymasterAccount
Boolean update value

Paymaster account (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Blacklist
Boolean update value

Blacklist (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Media
Boolean update value

Media (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
LoyaltyProgram
Boolean update value

Loyalty program (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
PreviousComplaint
Boolean update value

Previous complaint (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Returning
Boolean update value

Returning (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Staff
Boolean update value

Staff (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
FriendOrFamily
Boolean update value

Friend or family (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
TopManagement
Boolean update value

Top management (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Important
Boolean update value

Important (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
VeryImportant
Boolean update value

Very important (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Problematic
Boolean update value

Problematic (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Cashlist
Boolean update value

Cashlist (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
DisabledPerson
Boolean update value

Disabled person (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Military
Boolean update value

Military (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Airline
Boolean update value

Airline (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
HealthCompliant
Boolean update value

Health compliant (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
InRoom
Boolean update value

In room (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
WaitingForRoom
Boolean update value

Waiting for room (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Student
Boolean update value

Student (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
LegalEntityIdentifiers
Customer update legal entity identifiers

Legal entity identifiers of the customer.

object
ItDestinationCode
String update value

Italian destination code (or null if the Italian destination code should not be updated).

object
Value

Value which is to be updated.

string
nullable
ItFiscalCode
String update value

Italian fiscal code (or null if the Italian fiscal code should not be updated).

object
Value

Value which is to be updated.

string
nullable
Company
Company update parameters

Company data to be updated. Required when Discriminator is Company.

object
Email
String update value

Email address (or null if the email should not be updated).

object
Value

Value which is to be updated.

string
nullable
TaxIdentifier
String update value

Tax identification number (or null if the tax identification number should not be updated).

object
Value

Value which is to be updated.

string
nullable
BillingCode
String update value

Billing code (or null if the billing code should not be updated).

object
Value

Value which is to be updated.

string
nullable
AccountingCode
String update value

Accounting code (or null if the accounting code should not be updated).

object
Value

Value which is to be updated.

string
nullable
Notes
String update value

Notes (or null if the notes should not be updated).

object
Value

Value which is to be updated.

string
nullable
Name
String update value

Name (or null if the name should not be updated).

object
Value

Value which is to be updated.

string
nullable
MotherCompanyId
Guid update value

Mother company identifier (or null if the mother company identifier should not be updated).

object
Value

Value which is to be updated.

string format: uuid
nullable
WebsiteUrl
String update value

Website url (or null if the website url should not be updated).

object
Value

Value which is to be updated.

string
nullable
InvoiceDueInterval
String update value

Invoice due interval (or null if the invoice due interval should not be updated).

object
Value

Value which is to be updated.

string
nullable
Classifications
Company update classifications

Classifications of the company.

object
Corporate
Boolean update value

Corporate (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Internal
Boolean update value

Internal (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Private
Boolean update value

Private (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
OnlineTravelAgency
Boolean update value

Online travel agency (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
GlobalDistributionSystem
Boolean update value

Global distribution system (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Marketing
Boolean update value

Marketing (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Inactive
Boolean update value

Inactive (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
GovernmentEntity
Boolean update value

Government Entity (or null if the value should not be updated).

object
Value

Value which is to be updated.

boolean
Options
Company update options

Options of the company.

object
Invoiceable
Boolean update value

Whether the company is invoiceable or not (or null if the Invoiceable field should not be updated).

object
Value

Value which is to be updated.

boolean
AddFeesToInvoices
Boolean update value

Whether the company has an additional fee applied for invoicing or not (or null if the AddFeesToInvoices field should not be updated).

object
Value

Value which is to be updated.

boolean
AddTaxDeductedPaymentToInvoices
Boolean update value

Whether tax-deducted payments should be automatically added to invoices (or null if the AddTaxDeductedPaymentToInvoices field should not be updated).

object
Value

Value which is to be updated.

boolean
CreditRatingBasic
Any of:
Credit rating basic
string
Allowed values: CreditOk PaymentRequiredUpfront LocalDecisionRequired
Department
String update value

Department (or null if the department should not be updated).

object
Value

Value which is to be updated.

string
nullable
DunsNumber
String update value

Duns number (or null if the duns number should not be updated).

object
Value

Value which is to be updated.

string
nullable
ReferenceId
String update value

Reference identifier (or null if the reference identifier should not be updated).

object
Value

Value which is to be updated.

string
nullable
ExternalIdentifier
String update value

External identifier (or null if the external identifier should not be updated).

object
Value

Value which is to be updated.

string
nullable
AdditionalTaxIdentifier
String update value

Additional tax identifier (or null if the additional tax identifier should not be updated).

object
Value

Value which is to be updated.

string
nullable
Contact
String update value

Contact (or null if the contact should not be updated).

object
Value

Value which is to be updated.

string
nullable
ContactPerson
String update value

Contact person (or null if the contact person should not be updated).

object
Value

Value which is to be updated.

string
nullable
FiscalIdentifier
String update value

Fiscal identifier (or null if the fiscal identifier should not be updated).

object
Value

Value which is to be updated.

string
nullable
Iata
String update value

IATA of the company (or null if the iata should not be updated).

object
Value

Value which is to be updated.

string
nullable
Telephone
String update value

Telephone number (or null if the telephone number should not be updated).

object
Value

Value which is to be updated.

string
nullable
SourceId
Guid update value

Source identifier (or null if the source identifier should not be updated).

object
Value

Value which is to be updated.

string format: uuid
nullable
Example
{
"ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
"AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
"Client": "Sample Client 1.0.0",
"AccountUpdates": [
{
"Id": "3ff104e6-3ba8-4dfc-8d35-b0ec00c5fd4c",
"Discriminator": "Company",
"Customer": null,
"Company": {
"Email": {
"Value": "example@example.com"
},
"TaxIdentifier": {
"Value": "CZ8810310963"
},
"BillingCode": {
"Value": null
},
"AccountingCode": {
"Value": null
},
"Notes": {
"Value": "Example notes"
},
"Name": {
"Value": "Example company"
},
"MotherCompanyId": {
"Value": "839e9d92-aa8b-48bf-8384-b0ec0081bb34"
},
"WebsiteUrl": {
"Value": "https://www.example.com"
},
"InvoiceDueInterval": {
"Value": null
},
"CreditRatingBasic": {
"Value": "CreditOk"
},
"Department": {
"Value": "Accounting"
},
"DunsNumber": {
"Value": "987654321"
},
"ReferenceId": {
"Value": null
},
"ExternalIdentifier": {
"Value": "COM-123"
},
"AdditionalTaxIdentifier": {
"Value": "XY00112233445"
},
"Contact": {
"Value": "Sample contact"
},
"ContactPerson": {
"Value": "Sample person"
},
"FiscalIdentifier": {
"Value": "FiscalIdentifier"
},
"Iata": {
"Value": "PAO"
},
"Telephone": {
"Value": "111-222-333"
},
"SourceId": {
"Value": "F42098A0-8507-4963-ACC9-B0EC00821949"
},
"Classifications": {
"Corporate": {
"Value": true
},
"Internal": {
"Value": true
},
"Private": {
"Value": true
},
"OnlineTravelAgency": {
"Value": true
},
"GlobalDistributionSystem": {
"Value": true
},
"Marketing": {
"Value": true
},
"Inactive": {
"Value": true
}
},
"Options": {
"Invoiceable": {
"Value": "true"
},
"AddFeesToInvoices": {
"Value": "true"
}
}
}
},
{
"Id": "71db411f-c1d6-4e1c-9cd7-44e8bf45f936",
"Discriminator": "Customer",
"Company": null,
"Customer": {
"Email": {
"Value": "example@example.com"
},
"TaxIdentifier": {
"Value": "CZ8810310963"
},
"BillingCode": {
"Value": null
},
"AccountingCode": {
"Value": null
},
"Notes": {
"Value": "Example notes"
},
"LastName": {
"Value": "Sample"
},
"FirstName": {
"Value": "Sample"
},
"SecondLastName": {
"Value": null
},
"BirthPlace": {
"Value": "Sample place"
},
"Telephone": {
"Value": "111-222-333"
},
"Occupation": {
"Value": null
},
"CarRegistrationNumber": {
"Value": null
},
"LoyaltyCode": {
"Value": null
},
"NationalityCode": {
"Value": "US"
},
"CompanyId": {
"Value": "839e9d92-aa8b-48bf-8384-b0ec0081bb34"
},
"BirthDate": {
"Value": "2000-01-01"
},
"Sex": {
"Value": "Male"
},
"Title": {
"Value": "Mister"
},
"PreferredLanguageCode": {
"Value": null
},
"Options": {
"SendMarketingEmails": {
"Value": true
},
"Invoiceable": {
"Value": true
},
"BillAddressObjection": {
"Value": true
}
},
"Classifications": {
"PaymasterAccount": {
"Value": true
},
"Blacklist": {
"Value": true
},
"Media": {
"Value": true
},
"LoyaltyProgram": {
"Value": true
},
"PreviousComplaint": {
"Value": true
},
"Returning": {
"Value": true
},
"Staff": {
"Value": true
},
"FriendOrFamily": {
"Value": true
},
"TopManagement": {
"Value": true
},
"Important": {
"Value": true
},
"VeryImportant": {
"Value": true
},
"Problematic": {
"Value": true
},
"Cashlist": {
"Value": true
},
"DisabledPerson": {
"Value": true
},
"Military": {
"Value": true
},
"Airline": {
"Value": true
},
"HealthCompliant": {
"Value": true
},
"InRoom": {
"Value": true
},
"WaitingForRoom": {
"Value": true
},
"Student": {
"Value": true
}
},
"LegalEntityIdentifiers": {
"ItDestinationCode": {
"Value": null
},
"ItFiscalCode": {
"Value": null
}
}
}
}
]
}

OK

AccountResult
object
Accounts
required

Updated accounts.

Array<object>
<= 1000 items
Account
object
Id
required

Unique identifier of the account.

string format: uuid
Discriminator
required
Account type

Type of the account.

Company

Customer

string
Allowed values: Company Customer
Customer
Customer

Updated customer data.

object
ChainId
required

Unique identifier of the chain.

string format: uuid
CreatedUtc
required

Creation date and time of the customer in UTC timezone in ISO 8601 format.

string format: date-time
>= 1 characters
UpdatedUtc
required

Last update date and time of the customer in UTC timezone in ISO 8601 format.

string format: date-time
>= 1 characters
UpdaterProfileId
required

Unique identifier of the user who updated the customer.

string format: uuid
Email

Email address of the customer.

string format: email
nullable
TaxIdentifier

Tax identification number of the customer.

string
nullable
BillingCode

Billing code of the customer.

string
nullable
AccountingCode

Accounting code of the customer.

string
nullable
Notes

Internal notes about the customer.

string
nullable
LastName
required

Last name of the customer.

string
>= 1 characters
FirstName

First name of the customer.

string
nullable
SecondLastName

Second last name of the customer.

string
nullable
BirthPlace

Place of birth.

string
nullable
Telephone

Telephone number of the customer (possibly mobile).

string
nullable
Occupation

Occupation of the customer.

string
nullable
CarRegistrationNumber

Registration number of the customer’s car.

string
nullable <= 255 characters
DietaryRequirements

Dietary requirements of the customer.

string
nullable <= 255 characters
LoyaltyCode

Loyalty code of the customer.

string
nullable
NationalityCode

ISO 3166-1 code of the Country.

string
nullable
CompanyId

Unique identifier of Company the customer is associated with.

string format: uuid
nullable
BirthDate

Date of birth in ISO 8601 format.

string format: date-time
nullable
Sex

Sex of the customer.

string
nullable
Title

Title prefix of the customer.

Mister (Mr.)

Miss (Ms.)

Misses (Mrs.)

string
Allowed values: Mister Miss Misses
PreferredLanguageCode

Language and culture code of the customer’s preferred language. E.g. en-US or fr-FR.

string
nullable
Options
required
Customer options

Options of the customer.

object
SendMarketingEmails

Send marketing emails.

boolean
Invoiceable

Invoiceable.

boolean
BillAddressObjection

Bill address objection.

boolean
Classifications
required
Customer classifications

Classifications of the customer.

object
PaymasterAccount

Paymaster account.

boolean
Blacklist

Blacklist.

boolean
Media

Media.

boolean
LoyaltyProgram

Loyalty program.

boolean
PreviousComplaint

Previous complaint.

boolean
Returning

Returning.

boolean
Staff

Staff.

boolean
FriendOrFamily

Friend or family.

boolean
TopManagement

Top management.

boolean
Important

Important.

boolean
VeryImportant

Very important.

boolean
Problematic

Problematic.

boolean
Cashlist

Cash list.

boolean
DisabledPerson

Disabled person.

boolean
Military

Military.

boolean
Airline

Airline.

boolean
HealthCompliant

Health compliant.

boolean
InRoom

In room.

boolean
WaitingForRoom

Waiting for room.

boolean
Student

Student.

boolean
LegalEntityIdentifiers
required
Customer legal identifiers

Legal entity identifiers of the customer.

object
ItDestinationCode

Italian destination code.

string
nullable
ItFiscalCode

Italian fiscal code.

string
nullable
Company
Company

Updated company data.

object
ChainId
required

Unique identifier of the chain.

string format: uuid
CreatedUtc
required

Creation date and time of the Company in UTC timezone in ISO 8601 format.

string format: date-time
>= 1 characters
UpdatedUtc
required

Last update date and time of the Company in UTC timezone in ISO 8601 format.

string format: date-time
>= 1 characters
UpdaterProfileId
required

Unique identifier of the user who updated the company.

string format: uuid
Email

Email address of the company.

string format: email
nullable
TaxIdentifier

Tax identification number of the company.

string
nullable
BillingCode

Billing code of the company.

string
nullable
AccountingCode

Accounting code of the company.

string
nullable
Notes

Additional notes.

string
nullable
Name
required

Name of the company.

string
>= 1 characters
MotherCompanyId

Unique identifier of mother company.

string format: uuid
nullable
WebsiteUrl

The website url of the company.

string format: uri
nullable
InvoiceDueInterval

The maximum time (in ISO 8601 duration format), when the invoice has to be be paid.

string
nullable
CreditRatingBasic

Credit rating to define credit worthiness of the company.

CreditOk (Company can book services.)

PaymentRequiredUpfront (Company must pay upfront.)

LocalDecisionRequired (Requires local approval.)

string
Allowed values: CreditOk PaymentRequiredUpfront LocalDecisionRequired
Department

The internal segmentation of a company, e.g. sales department.

string
nullable
DunsNumber

The Dun & Bradstreet unique 9-digit DUNS number.

string
nullable
ReferenceId

External system identifier - custom identifier used by an external system such as an external database.

string
nullable
ExternalIdentifier

Identifier of company from external system.

string
nullable
AdditionalTaxIdentifier

Additional tax identifier of the company.

string
nullable
Contact

Other contact details, such as telephone, email or similar.

string
nullable
ContactPerson

Contact person of the company.

string
nullable
FiscalIdentifier

Fiscal identifier of the company.

string
nullable
Iata

Iata of the company.

string
nullable
Telephone

Contact telephone number.

string
nullable
SourceId

Unique identifier of the Source.

string format: uuid
nullable
Classifications
required
Company classifications

Classifications of the company.

object
Corporate

Corporate.

boolean
Internal

Internal.

boolean
Private

Private.

boolean
OnlineTravelAgency

Online travel agency.

boolean
GlobalDistributionSystem

Global distribution system.

boolean
Marketing

Marketing.

boolean
Inactive

Inactive.

boolean
GovernmentEntity

Government Entity

boolean
Options
required
Company options

Options of the company.

object
Invoiceable

Whether the company is invoiceable or not.

boolean
AddFeesToInvoices

Whether the company has an additional fee applied for invoicing or not.

boolean
AddTaxDeductedPaymentToInvoices

Whether tax-deducted payments should be automatically added to invoices.

boolean
Example
{
"Accounts": [
{
"Id": "3ff104e6-3ba8-4dfc-8d35-b0ec00c5fd4c",
"Discriminator": "Company",
"Customer": null,
"Company": {
"ChainId": "79fa3c17-bec6-454f-b3be-b0ec00818acd",
"CreatedUtc": "2024-01-03T07:52:20Z",
"UpdatedUtc": "2024-01-18T10:20:31Z",
"UpdaterProfileId": "93f03906-ed13-4a26-b8dc-b0ec0082194f",
"Email": "example@example.com",
"TaxIdentifier": "CZ8810310963",
"BillingCode": null,
"AccountingCode": null,
"Notes": "Example notes",
"Name": "Example company",
"MotherCompanyId": "839e9d92-aa8b-48bf-8384-b0ec0081bb34",
"WebsiteUrl": "https://www.example.com",
"InvoiceDueInterval": null,
"CreditRatingBasic": "CreditOk",
"Department": "Accounting",
"DunsNumber": "987654321",
"ReferenceId": null,
"ExternalIdentifier": "COM-123",
"AdditionalTaxIdentifier": "XY00112233445",
"Contact": "Sample contact",
"ContactPerson": "Sample person",
"FiscalIdentifier": "FiscalIdentifier",
"Iata": "PAO",
"Telephone": "111-222-333",
"SourceId": "F42098A0-8507-4963-ACC9-B0EC00821949",
"Classifications": {
"Corporate": true,
"Internal": true,
"Private": true,
"OnlineTravelAgency": true,
"GlobalDistributionSystem": true,
"Marketing": true,
"Inactive": true
},
"Options": {
"Invoiceable": true,
"AddFeesToInvoices": true
}
}
},
{
"Id": "71db411f-c1d6-4e1c-9cd7-44e8bf45f936",
"Discriminator": "Customer",
"Customer": {
"ChainId": "79fa3c17-bec6-454f-b3be-b0ec00818acd",
"CreatedUtc": "2024-01-03T07:52:19Z",
"UpdatedUtc": "2024-01-18T10:25:41Z",
"UpdaterProfileId": "93f03906-ed13-4a26-b8dc-b0ec0082194f",
"Email": "example@example.com",
"TaxIdentifier": "CZ8810310963",
"BillingCode": null,
"AccountingCode": null,
"Notes": "Example notes",
"LastName": "Sample",
"FirstName": "Sample",
"SecondLastName": null,
"BirthPlace": "Sample place",
"Telephone": "111-222-333",
"Occupation": null,
"CarRegistrationNumber": null,
"LoyaltyCode": null,
"NationalityCode": "US",
"CompanyId": "839e9d92-aa8b-48bf-8384-b0ec0081bb34",
"BirthDate": "2000-01-01T00:00:00Z",
"Sex": "Male",
"Title": "Mister",
"PreferredLanguageCode": null,
"Options": {
"SendMarketingEmails": true,
"Invoiceable": true,
"BillAddressObjection": true
},
"Classifications": {
"PaymasterAccount": true,
"Blacklist": true,
"Media": true,
"LoyaltyProgram": true,
"PreviousComplaint": true,
"Returning": true,
"Staff": true,
"FriendOrFamily": true,
"TopManagement": true,
"Important": true,
"VeryImportant": true,
"Problematic": true,
"Cashlist": true,
"DisabledPerson": true,
"Military": true,
"Airline": true,
"HealthCompliant": true,
"InRoom": true,
"WaitingForRoom": true,
"Student": true
},
"LegalEntityIdentifiers": {
"ItDestinationCode": null,
"ItFiscalCode": null
}
},
"Company": null
}
]
}

Server has successfully fulfilled the request and there is no additional information to send back.

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Error caused by the client app, e.g. in case of malformed request or invalid identifier of a resource. In most cases, such an error signifies a bug in the client app (consumer of the API).

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Error caused by usage of invalid ClientToken, AccessToken, or you may not have the necessary permission to use the endpoint.

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Server error that should be reported to the end user of the client app. Happens for example when the server-side validation fails or when a business-logic check is violated.

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Error caused by heavy request that takes too long to process (typically tens of seconds). To get around this, request data in smaller batches. For more information, see Request timeouts

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Error caused by too many requests sent in a given amount of time. Response contains Retry-After header indicating how long the user agent should wait before making a follow-up request. For more information, see Request limits.

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable

Unexpected error on the Mews side. This may be due to a software fault. If such a situation occurs, the error will be logged and the development team notified, however you can raise an issue through GitHub on our documentation repository.

ConnectorApiExceptionResult
object
Message
string
nullable
RequestId
string
nullable
Details
nullable