SubClient
Creates a SubClient resource.
Creates a SubClient resource.
POST
/api/spa/sub-clientsAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Request Body
application/ld+json
required
The new SubClient resource
{
"externalId": "string",
"description": "Example description",
"color": "#083E5D"
}application/json
required
The new SubClient resource
{
"externalId": "string",
"description": "Example description",
"color": "#083E5D"
}Response
201
SubClient resource created
id
integer
externalId
string | null
description
string
color
string
HTML color code to be used on Dashboard-charts and statistics.
createdBy
string
User, created this entry
updatedBy
string
User, updated this entry
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update