Get customer details
x-ms-visibility: "important"
Gets customer details.
Responses
- 200
- 400
- 401
- 404
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
{
"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"
}
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Customer not found
Loading...