Create service item
POST/v1/service_items
Creates a service item in the LC 116/2003 catalog. internal_code is the internal identifier and lc116_code must follow the Complementary Law 116/2003 catalog (e.g. 01.05). When company_id is provided, the company must belong to the authenticated organization.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Service item created.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.