Update customer
x-ms-visibility: "important"
Update customer details such as name, website URL, logo URLs, and invoicing settings.
application/json
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
- 200
- 400
- 401
- 404
Customer updated successfully.
application/json
Schema
Example (from schema)
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
{
"name": "string",
"websiteUrl": "string",
"partyId": "string",
"countryCode": "string",
"logoUrl": "string",
"logoType": "string",
"logoWidth": 0,
"logoHeight": 0,
"logoThumbnailUrl": "string",
"isPlatform": true,
"driverInvoicingEnabled": true,
"siteInvoicingEnabled": true,
"subscriptionPackage": "string",
"paymentMethod": "string",
"paymentRecipient": {
"name": "string",
"contactEmail": "string",
"streetAddress": "string",
"city": "string",
"postalCode": "string",
"country": "string",
"accountNumber": "string",
"bankCode": "string"
}
}
Invalid input provided
User not authorised
Customer not found
Loading...