Creates a new store
POST
/api/chains
The name must not be empty. All other parameters are optional. Returns the created store chain.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Request Body
application/json
JSON
{
"name": "string",
"status": 0,
"headquartersZip": "string",
"headquartersCity": "string",
"headquartersCountry": "string",
"allowPress": true,
"forumThread": 0,
"notes": "string",
"commonStoreInformation": "string",
"kams": [
0
],
"estimatedStoreCount": 0
}
Responses
Success