Bol accounts
All endpoints that are created for managing bol accounts.
Create a new bol user in the database.
Request Body
Name
Type
Description
{
"bolUserId": 1
}{
"error": "Missing details"
}{
"error": "Failed to add account"
}Get all bol user.
[
{
"userId": 1,
"bolUserId": 1,
"clientId": "50343e9d-66b2-3d74-9eda-2e53485674dd6",
"secret": ".OP!(d?#[p[D6dk?Y^1[rYCviefESOScWD3[I31d?q5!!VLv!WD7tt!xJ}ODszOP",
"country": "Netherlands",
"label": "nl",
"errorCount": 0,
"lastError": "0000-00-00 00:00:00.000"
},
{
"userId": 1,
"bolUserId": 2,
"clientId": "50343e9d-66b2-3d74-9eda-2e53485674dd6",
"secret": ".OP!(d?#[p[D6dk?Y^1[rYCviefESOScWD3[I31d?q5!!VLv!WD7tt!xJ}ODszOP",
"country": "Netherlands",
"label": "nl",
"errorCount": 0,
"lastError": "0000-00-00 00:00:00.000"
}
]Get an existing bol user.
Path Parameters
Name
Type
Description
Update an existing bol user.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete an existing bol user.
Path Parameters
Name
Type
Description
Last updated