Creates an account template.
POST/demand/accounts/{account_id}/allocation-templates
This endpoint will create an account template by providing the template name, the account for which it will be created for and the allocation specification - which suppliers are blocked, how the allocated suppliers are distributed into groups, and what their minimum and maximum percentages are.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
A location for the created allocation template.
Response Headers
location
The location of a resource. Must follow https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.2
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.