GET /management/companies/@id/partials/flag-list
Get a list of order flags for a company
This endpoint requires authentication.
Header | Value |
---|---|
Authorization | Set the value to Bearer + + access_token |
GET /management/companies/@id/partials/flag-list HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.7.0
Accept-Language: en-US,en;q=0.5
Array of String: [String]
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 61
[
"has_invoice",
"has_warranty",
"has_comments"
]