Skip to main content
API

Update customer

x-ms-visibility: "important"

Send a request to update customer with the data given in a body.

Request Body required

Customer object that needs to be updated

    name string
    websiteUrl uri
    partyId string
    countryCode string

    ISO-3166 alpha-2 country code

    logoUrl uri
    logoThumbnailUrl uri
    logoType string
    logoWidth int32
    logoHeight int32
    driverInvoicingEnabled boolean nullable
    siteInvoicingEnabled boolean nullable
    paymentRecipientId int64 nullable
Responses

The customer has been updated successfully

Loading...