Skip to main content

Get customers

GET 

/api/v2/Contracts/Customers

Get customers

Request

Query Parameters

    ContinuationToken string

    Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.

Responses

Success

Schema
    ContinuationToken stringnullable
    Items object[]nullable
  • Array [
  • Guid guid
    Name stringnullablerequired
    Code stringnullable
    Street stringnullable
    City stringnullable
    PostalCode stringnullable
    Country stringnullable
    Note stringnullable
    BusinessId stringnullable
    VatNumber stringnullable
    Website stringnullable
    Description stringnullable
    ContactPersonName stringnullable
    PhoneNumber stringnullable
    Email stringnullable
    ExternalKey stringnullable
  • ]
Loading...