Skip to main content
Version: 1.0.0 (beta)

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 created
  • 202: the asynchronous insert request has been accepted
  • 400: the object was not created; the response content contains the validation messages produced
  • 409: the object was not created due to unmet business logic; the response content contains the validation messages