Get list of customers
Get list of customers
Query Parameters
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string
Items object[]
Array [Name string requiredCode stringStreet stringCity stringPostalCode stringCountry stringNote stringGuid guid required]
{
"ContinuationToken": "string",
"Items": [
{
"Name": "string",
"Code": "string",
"Street": "string",
"City": "string",
"PostalCode": "string",
"Country": "string",
"Note": "string",
"Guid": "string"
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...