Skip to main content

Update customer

x-ms-visibility: "important"

Update customer details such as name, website URL, logo URLs, and invoicing settings.

Request Body required

Details of the customer to be updated.

    name string
    websiteUrl string
    logoUrl string
    logoThumbnailUrl string
    logoType string
    logoWidth int32 nullable
    logoHeight int32 nullable
    countryCode string
    partyId string
    paymentRecipientId int64 nullable
    driverInvoicingEnabled boolean nullable
    siteInvoicingEnabled boolean nullable
Responses

Customer updated successfully.


Schema
    name string
    websiteUrl string
    partyId string
    countryCode string
    logoUrl string
    logoType string
    logoWidth int32 nullable
    logoHeight int32 nullable
    logoThumbnailUrl string
    isPlatform boolean nullable
    driverInvoicingEnabled boolean nullable
    siteInvoicingEnabled boolean nullable
    subscriptionPackage string
    paymentMethod string
    paymentRecipient object
    name string
    contactEmail string
    streetAddress string
    city string
    postalCode string
    country string
    accountNumber string
    bankCode string
Loading...