Get customer data
x-ms-visibility: "important"
Send a request to get customer related info.
Responses
- 200
- 400
- 401
- 404
Return the JSON representation of the customer
application/json
Schema
Example (from schema)
Schema
id int64
name string
customerId string
websiteUrl string
partyid string
countryCode string
logoUrl string
logoThumbnailUrl string
logoCategory string
logoType string
logoWidth int32
logoHeight int32
isPlatform boolean nullable
driverInvoicingEnabled boolean nullable
siteInvoicingEnabled boolean nullable
paymentRecipient object
id int64
name string
contactEmail string
streetAddress string
city string
postalCode string
country string
accountNumber string
bankCode string
bankName string
businessId string
recipientType int32 nullable
Possible values: [0
, 1
]
Default value: 0
created date-time
lastUpdated date-time
language string
lastUpdated date-time nullable
{
"id": 0,
"name": "string",
"customerId": "string",
"websiteUrl": "string",
"partyid": "string",
"countryCode": "string",
"logoUrl": "string",
"logoThumbnailUrl": "string",
"logoCategory": "string",
"logoType": "string",
"logoWidth": 0,
"logoHeight": 0,
"isPlatform": true,
"driverInvoicingEnabled": true,
"siteInvoicingEnabled": true,
"paymentRecipient": {
"id": 0,
"name": "string",
"contactEmail": "string",
"streetAddress": "string",
"city": "string",
"postalCode": "string",
"country": "string",
"accountNumber": "string",
"bankCode": "string",
"bankName": "string",
"businessId": "string",
"recipientType": 0,
"created": "2024-10-10T06:49:37.465Z",
"lastUpdated": "2024-10-10T06:49:37.465Z",
"language": "string"
},
"lastUpdated": "2024-10-10T06:49:37.465Z"
}
Something went wrong
Customer not found or not authorised
Customer not found
Loading...