action tl_api_article_update_article_gym_details { label: "Add article details that associate with a Gym\n " provider: tl_api method: PUT path: "/api/Article/ArticleGymDetails" encoding: json input: { type: "array" items: { type: "object" description: "The GymArticleDetailsDTO Class.\nContains fields of GymArticleDetails DTO in application.\n " properties: { articleId: { type: "integer" format: "int32" } availableQty: { type: "number" format: "decimal" } createdUser: { type: "string" description: "Created User " } employeeDiscount: { type: "number" format: "decimal" } employeePrice: { type: "number" format: "decimal" } gymId: { type: "integer" format: "int32" description: "Gym Id where article is related " } gymIdList: { type: "string" description: "GymId - Gym Id string with comma separated GymIds " } gymName: { type: "string" description: "Gym Name" } id: { type: "integer" format: "int32" } isDefault: { type: "boolean" description: "Set as the default values for the article " } isInventoryItem: { type: "boolean" } isObsolete: { type: "boolean" } modifiedUser: { type: "string" description: "Modified user" } reorderLevel: { type: "number" format: "decimal" } revenueAccountId: { type: "integer" format: "int32" description: "Revenue account Id" } sellingPrice: { type: "number" format: "decimal" } } 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 } }