Create
With the following calls, you can insert a single object (standard mode) or upload multiple objects simultaneously in an asynchronous way (batch):
Single mode
POST: es. tse.smart-api.teamsystem.cloud/api/{product}/{version}/company/{companyId}/{resource}
Batch mode
POST: es. tse.smart-api.teamsystem.cloud/api/{product}/{version}/company/{companyId}/{resource}s/batch
Parameters
- body: the
{resource}object to be created
Response Codes
201: the object has been successfully created202: the asynchronous insert request has been accepted400: the object was not created; the response content contains the validation messages produced409: the object was not created due to unmet business logic; the response content contains the validation messages