Skip to main content
API

Get customer data

x-ms-visibility: "important"

Send a request to get customer related info.

Responses

Return the JSON representation of the customer


Schema
    id int64
    name string
    customerId string
    websiteUrl string
    partyid string
    countryCode string
    logoUrl string
    logoThumbnailUrl string
    logoCategory string
    logoType string
    logoWidth int32
    logoHeight int32
    isPlatform boolean nullable
    driverInvoicingEnabled boolean nullable
    siteInvoicingEnabled boolean nullable
    paymentRecipient object
    id int64
    name string
    contactEmail string
    streetAddress string
    city string
    postalCode string
    country string
    accountNumber string
    bankCode string
    bankName string
    businessId string
    recipientType int32 nullable

    Possible values: [0, 1]

    Default value: 0

    created date-time
    lastUpdated date-time
    language string
    lastUpdated date-time nullable
Loading...