Create
POST: webapi_base_url/v1/production/{module}/{resource}
Parameters
- body: the object of type
{resource}DTOto be created
Response Code
201: if the object has been successfully created400: if the object was not created; the response content contains the validation messages produced409: if the object was not created due to unmet business logic; the response content contains the validation messages produced