action tl_api_article_add_measure_unit { label: "Add measure unit" provider: tl_api method: POST path: "/api/Article/MeasureUnit" encoding: json input: { type: "array" items: { type: "object" description: "Mesure unit to represent article mesure unit " properties: { id: { type: "integer" format: "int32" description: "Id of the table" } name: { type: "string" description: "Mesure Unit Type" } type: { type: "string" description: "Type of the article used with (all, service, item)" } } additionalProperties: false } } output: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "object" } } additionalProperties: false } }