Retrieve an available BP information
This endpoint is tailored to retrieve the available BP (business partner) information.
Responses
- 200
- 401
- 403
- 404
OK - The request was processed successfully.
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- legalForm stringnull
- countryOfIncorporation stringnull
- address stringnull
- city stringnull
- zip stringnull
- stateOrProvince stringnull
- activePackage integer
availableBalance object
currency string nullableamount string
{
"id": 1,
"legalForm": "public limited company",
"countryOfIncorporation": "CH",
"address": "Baslerstrasse 60",
"city": "Zürich",
"zip": "8048",
"stateOrProvince": "Canton of Zürich",
"activePackage": 1,
"availableBalance": {
"currency": "string",
"amount": "string"
}
}
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Not Found -- The requested resource could not be found.
Loading...