Skip to main content
Version: 2025.003.000 (beta)

Create

POST: webapi_base_url/v1/production/{module}/{resource}

Parameters

  • body: the object of type {resource}DTO to be created

Response Code

  • 201: if the object has been successfully created
  • 400: if the object was not created; the response content contains the validation messages produced
  • 409: if the object was not created due to unmet business logic; the response content contains the validation messages produced