Get customer details
x-ms-visibility: "important"
Gets customer details.
Responses
- 200
- 400
- 401
- 404
- 500
Customer matching the given identifier
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
brandBackgroundColor string
brandLogoBase64 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"
},
"brandBackgroundColor": "string",
"brandLogoBase64": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
Customer not found
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...