create one or multiple brands

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Brand Information

Fields

Responses

201 One or many brand documents created. Wrapped in a JsonAPI root response.

500 default error response

Example Request

curl --request POST \
     --url https://services.fountain.com/api/serviceorganizations/brands \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Click Try It!

to start a request and see the response here! Or choose an example:

Responses

application/json

{ "status": 201 }
{ "status": 500 }