Skip to main content

Get customer

GET 

/api/v2/Contracts/Customers/:key

Get customer

Request

Path Parameters

    key stringrequired

    Guid or ExternalKey

Responses

Success

Schema
    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...