{"openapi":"3.0.1","info":{"title":"MS SAT Admin — Comtecsa","description":"Administrative catalogue and pre-sale folders. Authorize with the same JWT issued by ms-central-login-comtecsa (Bearer token containing module CRUD claims).","version":"1.0.0"},"servers":[{"url":"https://securemsadminq.comtecsa.mx","description":"Public"}],"security":[{"bearerAuth":[]}],"paths":{"/api/v1/technology-categories/{id}":{"get":{"tags":["Technology categories"],"operationId":"findById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTechnologyCategory"}}}}}},"put":{"tags":["Technology categories"],"operationId":"replace","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TechnologyCategoryRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTechnologyCategory"}}}}}},"delete":{"tags":["Technology categories"],"operationId":"delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/solutions/{solutionId}/template-assignments":{"get":{"tags":["Solution templates"],"operationId":"getAssignments","parameters":[{"name":"solutionId","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListSolutionTemplateAssignment"}}}}}},"put":{"tags":["Solution templates"],"operationId":"replaceAssignments","parameters":[{"name":"solutionId","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolutionTemplateAssignmentsReplaceRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListSolutionTemplateAssignment"}}}}}}},"/api/v1/solution-templates/{id}":{"get":{"tags":["Solution templates"],"operationId":"findById_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSolutionTemplate"}}}}}},"put":{"tags":["Solution templates"],"operationId":"update","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolutionTemplateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSolutionTemplate"}}}}}},"delete":{"tags":["Solution templates"],"operationId":"delete_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/solution-templates/{id}/items":{"put":{"tags":["Solution templates"],"operationId":"replaceItems","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryTemplateItemsReplaceRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCategoryTemplateItem"}}}}}}},"/api/v1/service-catalog/{id}":{"get":{"tags":["Service catalog"],"operationId":"findById_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseServiceCatalog"}}}}}},"put":{"tags":["Service catalog"],"operationId":"replace_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceCatalogRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseServiceCatalog"}}}}}},"delete":{"tags":["Service catalog"],"operationId":"delete_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/quote-document-settings":{"get":{"tags":["Quote document settings"],"operationId":"get","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseQuoteDocumentSettings"}}}}}},"put":{"tags":["Quote document settings"],"operationId":"replace_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuoteDocumentSettingsRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseQuoteDocumentSettings"}}}}}}},"/api/v1/product-catalog/{id}":{"get":{"tags":["Product catalog"],"operationId":"findById_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseProductCatalog"}}}}}},"put":{"tags":["Product catalog"],"operationId":"replace_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductCatalogRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseProductCatalog"}}}}}},"delete":{"tags":["Product catalog"],"summary":"Deactivate product","description":"Calls product_catalog_delete (sets is_active = false).","operationId":"delete_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/pre-sale-folders/{id}":{"get":{"tags":["Pre-sale folios"],"operationId":"findById_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreSaleFolder"}}}}}},"put":{"tags":["Pre-sale folios"],"operationId":"replace_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreSaleFolderRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreSaleFolder"}}}}}},"delete":{"tags":["Pre-sale folios"],"operationId":"delete_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/payment-terms/{id}":{"get":{"tags":["Payment terms"],"operationId":"findById_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentTerm"}}}}}},"put":{"tags":["Payment terms"],"operationId":"replace_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTermRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentTerm"}}}}}}},"/api/v1/measurement-units/{id}":{"get":{"tags":["Measurement units"],"operationId":"findById_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMeasurementUnit"}}}}}},"put":{"tags":["Measurement units"],"operationId":"replace_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasurementUnitRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMeasurementUnit"}}}}}},"delete":{"tags":["Measurement units"],"operationId":"delete_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/master-statuses/{id}":{"get":{"tags":["Master status"],"operationId":"findById_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMasterStatus"}}}}}},"put":{"tags":["Master status"],"operationId":"replace_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MasterStatusRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMasterStatus"}}}}}},"delete":{"tags":["Master status"],"operationId":"delete_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/customers/{id}":{"get":{"tags":["Customers"],"operationId":"findById_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomer"}}}}}},"put":{"tags":["Customers"],"operationId":"replace_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerCreateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomer"}}}}}},"delete":{"tags":["Customers"],"operationId":"delete_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/customer-contacts/{id}":{"get":{"tags":["Customer contacts"],"operationId":"findById_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomerContact"}}}}}},"put":{"tags":["Customer contacts"],"operationId":"replace_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerContactRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomerContact"}}}}}},"delete":{"tags":["Customer contacts"],"operationId":"delete_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/category-templates/{id}":{"get":{"tags":["Category templates"],"operationId":"findById_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCategoryTemplate"}}}}}},"put":{"tags":["Category templates"],"operationId":"update_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryTemplateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCategoryTemplate"}}}}}},"delete":{"tags":["Category templates"],"operationId":"delete_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/category-templates/{id}/items":{"put":{"tags":["Category templates"],"operationId":"replaceItems_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryTemplateItemsReplaceRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCategoryTemplateItem"}}}}}}},"/api/v1/catalog-tags/{id}":{"get":{"tags":["Catalog tags"],"operationId":"findById_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCatalogTag"}}}}}},"put":{"tags":["Catalog tags"],"operationId":"replace_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CatalogTagRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCatalogTag"}}}}}},"delete":{"tags":["Catalog tags"],"operationId":"delete_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/brands/{id}":{"get":{"tags":["Brands"],"operationId":"findById_12","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBrand"}}}}}},"put":{"tags":["Brands"],"operationId":"replace_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBrand"}}}}}},"delete":{"tags":["Brands"],"operationId":"delete_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"}}}},"/api/v1/technology-categories":{"get":{"tags":["Technology categories"],"operationId":"findAll","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTechnologyCategory"}}}}}},"post":{"tags":["Technology categories"],"summary":"Create category","operationId":"create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TechnologyCategoryRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTechnologyCategory"}}}}}}},"/api/v1/solution-templates":{"get":{"tags":["Solution templates"],"operationId":"findAll_1","parameters":[{"name":"templateKind","in":"query","required":false,"schema":{"type":"string"}},{"name":"activeOnly","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"solutionId","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListSolutionTemplate"}}}}}},"post":{"tags":["Solution templates"],"operationId":"create_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolutionTemplateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSolutionTemplate"}}}}}}},"/api/v1/service-catalog":{"get":{"tags":["Service catalog"],"operationId":"findAll_2","parameters":[{"name":"categoryId","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListServiceCatalog"}}}}}},"post":{"tags":["Service catalog"],"operationId":"create_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceCatalogRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseServiceCatalog"}}}}}}},"/api/v1/quote-document-settings/logo":{"get":{"tags":["Quote document settings"],"operationId":"downloadLogo","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}},"post":{"tags":["Quote document settings"],"operationId":"uploadLogo","parameters":[{"name":"logoUrl","in":"query","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseQuoteDocumentSettings"}}}}}}},"/api/v1/product-catalog":{"get":{"tags":["Product catalog"],"operationId":"findAll_3","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListProductCatalog"}}}}}},"post":{"tags":["Product catalog"],"operationId":"create_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductCatalogRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseProductCatalog"}}}}}}},"/api/v1/product-catalog/measurement-unit-names":{"post":{"tags":["Product catalog"],"summary":"Unit names by ids","description":"Resolves measurement unit labels for Survey product lines.","operationId":"measurementUnitNames","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasurementUnitIdsRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapIntegerString"}}}}}}},"/api/v1/product-catalog/by-ids":{"post":{"tags":["Product catalog"],"summary":"Products by ids","description":"Batch lookup for active products (max 500 ids).","operationId":"findByIds","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductCatalogByIdsRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListProductCatalog"}}}}}}},"/api/v1/pre-sale-folders":{"get":{"tags":["Pre-sale folios"],"operationId":"findAll_4","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListPreSaleFolder"}}}}}},"post":{"tags":["Pre-sale folios"],"operationId":"create_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreSaleFolderRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreSaleFolder"}}}}}}},"/api/v1/payment-terms":{"get":{"tags":["Payment terms"],"operationId":"findAll_5","parameters":[{"name":"activeOnly","in":"query","required":false,"schema":{"type":"boolean","default":true}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListPaymentTerm"}}}}}},"post":{"tags":["Payment terms"],"operationId":"create_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentTermRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentTerm"}}}}}}},"/api/v1/measurement-units":{"get":{"tags":["Measurement units"],"operationId":"findAll_6","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMeasurementUnit"}}}}}},"post":{"tags":["Measurement units"],"operationId":"create_6","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeasurementUnitRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMeasurementUnit"}}}}}}},"/api/v1/master-statuses":{"get":{"tags":["Master status"],"summary":"List master statuses","operationId":"findAll_7","parameters":[{"name":"entityType","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMasterStatus"}}}}}},"post":{"tags":["Master status"],"operationId":"create_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MasterStatusRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMasterStatus"}}}}}}},"/api/v1/exchange-rates/sync-from-banxico":{"post":{"tags":["Exchange rates (FIX USD/MXN)"],"operationId":"syncFromBanxico","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRateDaily"}}}}},"security":[]}},"/api/v1/customers":{"get":{"tags":["Customers"],"operationId":"findAll_8","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCustomer"}}}}}},"post":{"tags":["Customers"],"operationId":"create_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerCreateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomer"}}}}}}},"/api/v1/customer-contacts":{"get":{"tags":["Customer contacts"],"operationId":"findAll_9","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCustomerContact"}}}}}},"post":{"tags":["Customer contacts"],"operationId":"create_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerContactRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCustomerContact"}}}}}}},"/api/v1/category-templates":{"get":{"tags":["Category templates"],"operationId":"findAll_10","parameters":[{"name":"categoryId","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"activeOnly","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"templateKind","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCategoryTemplate"}}}}}},"post":{"tags":["Category templates"],"operationId":"create_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryTemplateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCategoryTemplate"}}}}}}},"/api/v1/catalog-tags":{"get":{"tags":["Catalog tags"],"operationId":"findAll_11","parameters":[{"name":"solutionId","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"activeOnly","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCatalogTag"}}}}}},"post":{"tags":["Catalog tags"],"operationId":"create_11","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CatalogTagRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCatalogTag"}}}}}}},"/api/v1/catalog-tags/for-solution/{solutionId}/ensure-default":{"post":{"tags":["Catalog tags"],"operationId":"ensureDefaultForSolution","parameters":[{"name":"solutionId","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCatalogTag"}}}}}}},"/api/v1/brands":{"get":{"tags":["Brands"],"operationId":"findAll_12","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBrand"}}}}}},"post":{"tags":["Brands"],"operationId":"create_12","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBrand"}}}}}}},"/api/v1/pre-sale-folders/{id}/status":{"patch":{"tags":["Pre-sale folios"],"operationId":"updateStatus","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PreSaleFolderStatusRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreSaleFolder"}}}}}}},"/api/v1/product-catalog/search":{"get":{"tags":["Product catalog"],"summary":"Search products","description":"ILike match on codigo, model, or technical description (active only by default).","operationId":"search","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"onlyActive","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListProductCatalog"}}}}}}},"/api/v1/product-catalog/by-solutions":{"get":{"tags":["Product catalog"],"summary":"Products by solution ids","description":"Lists catalog products linked to the given survey solutions.","operationId":"findBySolutions","parameters":[{"name":"solutionIds","in":"query","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int32"}}},{"name":"onlyActive","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListProductCatalog"}}}}}}},"/api/v1/pre-sale-folders/by-folder-code/{folderCode}":{"get":{"tags":["Pre-sale folios"],"operationId":"findByFolderCode","parameters":[{"name":"folderCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreSaleFolder"}}}}}}},"/api/v1/exchange-rates":{"get":{"tags":["Exchange rates (FIX USD/MXN)"],"operationId":"range","parameters":[{"name":"from","in":"query","required":true,"schema":{"type":"string","format":"date"}},{"name":"to","in":"query","required":true,"schema":{"type":"string","format":"date"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListExchangeRateDaily"}}}}}}},"/api/v1/exchange-rates/on/{date}":{"get":{"tags":["Exchange rates (FIX USD/MXN)"],"operationId":"on","parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string","format":"date"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRateDaily"}}}}}}},"/api/v1/exchange-rates/latest":{"get":{"tags":["Exchange rates (FIX USD/MXN)"],"operationId":"latest","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRateDaily"}}}}}}},"/api/v1/customer-contacts/by-customer/{customerId}":{"get":{"tags":["Customer contacts"],"operationId":"byCustomer","parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCustomerContact"}}}}}}},"/api/v1/catalog/master-status-entity-types":{"get":{"tags":["Catalog"],"summary":"SAT Admin modules usable as master_status.entity_type","operationId":"masterStatusEntityTypes","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListEntityTypeOption"}}}}}}},"/api/v1/catalog-tags/by-solution/{solutionId}":{"delete":{"tags":["Catalog tags"],"operationId":"deleteBySolution","parameters":[{"name":"solutionId","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCatalogTagDeleteBySolutionResult"}}}}}}}},"components":{"schemas":{"TechnologyCategoryRequest":{"required":["name","quoteConcept"],"type":"object","properties":{"name":{"maxLength":100,"minLength":0,"type":"string"},"templateCode":{"maxLength":20,"minLength":0,"type":"string"},"hasNodeLogic":{"type":"boolean"},"quoteConcept":{"maxLength":255,"minLength":0,"type":"string"}}},"ApiResponseTechnologyCategory":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TechnologyCategory"}}},"TechnologyCategory":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"templateCode":{"type":"string"},"hasNodeLogic":{"type":"boolean"},"quoteConcept":{"type":"string"}}},"SolutionTemplateAssignmentsReplaceRequest":{"type":"object","properties":{"templateIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"ApiResponseListSolutionTemplateAssignment":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SolutionTemplateAssignment"}}}},"SolutionTemplateAssignment":{"type":"object","properties":{"solutionId":{"type":"integer","format":"int32"},"templateId":{"type":"integer","format":"int32"},"templateKind":{"type":"string"},"sortOrder":{"type":"integer","format":"int32"}}},"SolutionTemplateRequest":{"required":["code","name","templateKind"],"type":"object","properties":{"code":{"maxLength":50,"minLength":0,"type":"string"},"name":{"maxLength":200,"minLength":0,"type":"string"},"description":{"type":"string"},"templateKind":{"type":"string"},"sectionTitle":{"type":"string"},"rollupServiceId":{"type":"integer","format":"int32"},"presentationMode":{"type":"string"},"active":{"type":"boolean"}}},"ApiResponseSolutionTemplate":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/SolutionTemplate"}}},"CategoryTemplateItem":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"templateId":{"type":"integer","format":"int32"},"itemType":{"type":"string"},"productId":{"type":"integer","format":"int32"},"serviceId":{"type":"integer","format":"int32"},"baseSuggestedQuantity":{"type":"number"},"sortOrder":{"type":"integer","format":"int32"},"ruleType":{"type":"string"},"baseQuantity":{"type":"number"},"variableKey":{"type":"string"},"reservePercent":{"type":"number"},"fieldVisibility":{"type":"string"},"presentationInQuote":{"type":"string"},"code":{"type":"string"},"model":{"type":"string"},"brandName":{"type":"string"},"serviceDescription":{"type":"string"}}},"SolutionTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"active":{"type":"boolean"},"templateKind":{"type":"string"},"sectionTitle":{"type":"string"},"rollupServiceId":{"type":"integer","format":"int32"},"presentationMode":{"type":"string"},"itemCount":{"type":"integer","format":"int64"},"assignmentCount":{"type":"integer","format":"int64"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CategoryTemplateItem"}}}},"CategoryTemplateItemInput":{"required":["baseSuggestedQuantity","sortOrder"],"type":"object","properties":{"itemType":{"type":"string"},"productId":{"type":"integer","format":"int32"},"serviceId":{"type":"integer","format":"int32"},"baseSuggestedQuantity":{"type":"number"},"sortOrder":{"type":"integer","format":"int32"},"ruleType":{"type":"string"},"baseQuantity":{"type":"number"},"variableKey":{"type":"string"},"reservePercent":{"type":"number"},"fieldVisibility":{"type":"string"},"presentationInQuote":{"type":"string"}}},"CategoryTemplateItemsReplaceRequest":{"required":["items"],"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/CategoryTemplateItemInput"}}}},"ApiResponseListCategoryTemplateItem":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CategoryTemplateItem"}}}},"ServiceCatalogRequest":{"required":["active","description"],"type":"object","properties":{"description":{"type":"string"},"categoryId":{"type":"integer","format":"int32"},"defaultCost":{"type":"number"},"active":{"type":"boolean"}}},"ApiResponseServiceCatalog":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ServiceCatalog"}}},"ServiceCatalog":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"categoryId":{"type":"integer","format":"int32"},"codigo":{"type":"string"},"description":{"type":"string"},"unit":{"type":"string"},"defaultCost":{"type":"number"},"defaultMarkupPercent":{"type":"number"},"active":{"type":"boolean"}}},"QuoteDocumentSettingsRequest":{"required":["legalName"],"type":"object","properties":{"legalName":{"maxLength":255,"minLength":0,"type":"string"},"addressLine":{"maxLength":500,"minLength":0,"type":"string"},"phone":{"maxLength":100,"minLength":0,"type":"string"},"website":{"maxLength":255,"minLength":0,"type":"string"},"logoUrl":{"maxLength":500,"minLength":0,"type":"string"},"defaultIvaPercent":{"maximum":100,"exclusiveMaximum":false,"minimum":0,"exclusiveMinimum":false,"type":"number"},"quoteOverdueDays":{"maximum":365,"minimum":0,"type":"integer","format":"int32"}}},"ApiResponseQuoteDocumentSettings":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/QuoteDocumentSettings"}}},"QuoteDocumentSettings":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"legalName":{"type":"string"},"addressLine":{"type":"string"},"phone":{"type":"string"},"website":{"type":"string"},"logoUrl":{"type":"string"},"hasLogoBytes":{"type":"boolean"},"defaultIvaPercent":{"type":"number"},"quoteOverdueDays":{"type":"integer","format":"int32"},"updatedAt":{"type":"string","format":"date-time"}}},"ProductCatalogRequest":{"required":["active","brandId","measurementUnitId"],"type":"object","properties":{"categoryId":{"type":"integer","format":"int32"},"model":{"maxLength":100,"minLength":0,"type":"string"},"generalName":{"maxLength":200,"minLength":0,"type":"string"},"defaultCost":{"type":"number"},"technicalDescription":{"type":"string"},"brandId":{"type":"integer","format":"int32"},"active":{"type":"boolean"},"measurementUnitId":{"type":"integer","format":"int32"},"tagIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"ApiResponseProductCatalog":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ProductCatalog"}}},"ProductCatalog":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"categoryId":{"type":"integer","format":"int32"},"code":{"type":"string"},"model":{"type":"string"},"generalName":{"type":"string"},"defaultCost":{"type":"number"},"technicalDescription":{"type":"string"},"brandId":{"type":"integer","format":"int32"},"brandName":{"type":"string"},"active":{"type":"boolean"},"measurementUnitId":{"type":"integer","format":"int32"},"measurementUnitName":{"type":"string"},"tagIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"PreSaleFolderRequest":{"required":["customerId","solutionIds"],"type":"object","properties":{"customerId":{"type":"integer","format":"int32"},"statusId":{"type":"integer","format":"int32"},"folderCode":{"maxLength":20,"minLength":0,"type":"string"},"customerContactId":{"type":"integer","format":"int32"},"locationReference":{"maxLength":255,"minLength":0,"type":"string"},"technicalObservations":{"type":"string"},"requestedAt":{"type":"string","format":"date-time"},"priority":{"pattern":"LOW|NORMAL|HIGH|URGENT","type":"string"},"projectName":{"maxLength":255,"minLength":0,"type":"string"},"solutionIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"ApiResponsePreSaleFolder":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PreSaleFolder"}}},"PreSaleFolder":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"customerId":{"type":"integer","format":"int32"},"customerContactId":{"type":"integer","format":"int32"},"statusId":{"type":"integer","format":"int32"},"folderCode":{"type":"string"},"priority":{"type":"string"},"projectName":{"type":"string"},"locationReference":{"type":"string"},"technicalObservations":{"type":"string"},"requestedAt":{"type":"string","format":"date-time"},"createdByUserId":{"type":"integer","format":"int32"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"solutionIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"PaymentTermRequest":{"required":["code","label"],"type":"object","properties":{"code":{"maxLength":50,"minLength":0,"type":"string"},"label":{"maxLength":255,"minLength":0,"type":"string"},"allowsFreeText":{"type":"boolean"},"sortOrder":{"type":"integer","format":"int32"},"active":{"type":"boolean"}}},"ApiResponsePaymentTerm":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PaymentTerm"}}},"PaymentTerm":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"code":{"type":"string"},"label":{"type":"string"},"allowsFreeText":{"type":"boolean"},"sortOrder":{"type":"integer","format":"int32"},"active":{"type":"boolean"}}},"MeasurementUnitRequest":{"required":["name"],"type":"object","properties":{"name":{"maxLength":20,"minLength":0,"type":"string"}}},"ApiResponseMeasurementUnit":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/MeasurementUnit"}}},"MeasurementUnit":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"}}},"MasterStatusRequest":{"required":["color","displayName","global","name"],"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"type":"string"},"displayName":{"maxLength":100,"minLength":0,"type":"string"},"entityType":{"maxLength":50,"minLength":0,"type":"string"},"description":{"type":"string"},"color":{"pattern":"^#[0-9A-Fa-f]{6}$","type":"string"},"textColor":{"pattern":"^#[0-9A-Fa-f]{6}$","type":"string"},"global":{"type":"boolean"},"entityTypes":{"type":"array","items":{"type":"string"}}}},"ApiResponseMasterStatus":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/MasterStatus"}}},"MasterStatus":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"displayName":{"type":"string"},"entityType":{"type":"string"},"description":{"type":"string"},"color":{"type":"string"},"textColor":{"type":"string"},"entityTypes":{"type":"array","items":{"type":"string"}},"global":{"type":"boolean"}}},"CustomerCreateRequest":{"required":["statusId","taxName"],"type":"object","properties":{"taxName":{"maxLength":255,"minLength":0,"type":"string"},"commercialName":{"maxLength":255,"minLength":0,"type":"string"},"taxId":{"maxLength":13,"minLength":0,"type":"string"},"taxAddress":{"type":"string"},"website":{"maxLength":255,"minLength":0,"type":"string"},"registrationType":{"maxLength":20,"minLength":0,"type":"string"},"statusId":{"type":"integer","format":"int32"}}},"ApiResponseCustomer":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Customer"}}},"Customer":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"customerCode":{"type":"string"},"taxName":{"type":"string"},"commercialName":{"type":"string"},"taxId":{"type":"string"},"taxAddress":{"type":"string"},"website":{"type":"string"},"registrationType":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"statusId":{"type":"integer","format":"int32"}}},"CustomerContactRequest":{"required":["contactName","customerId","mainContact"],"type":"object","properties":{"contactName":{"maxLength":150,"minLength":0,"type":"string"},"department":{"maxLength":100,"minLength":0,"type":"string"},"customerId":{"type":"integer","format":"int32"},"jobTitle":{"maxLength":100,"minLength":0,"type":"string"},"email":{"maxLength":150,"minLength":0,"type":"string"},"phone":{"maxLength":50,"minLength":0,"type":"string"},"mainContact":{"type":"boolean"}}},"ApiResponseCustomerContact":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CustomerContact"}}},"CustomerContact":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"contactName":{"type":"string"},"department":{"type":"string"},"customerId":{"type":"integer","format":"int32"},"jobTitle":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"mainContact":{"type":"boolean"}}},"CategoryTemplateRequest":{"required":["categoryId","code","name"],"type":"object","properties":{"categoryId":{"type":"integer","format":"int32"},"code":{"maxLength":50,"minLength":0,"type":"string"},"name":{"maxLength":200,"minLength":0,"type":"string"},"description":{"type":"string"},"active":{"type":"boolean"},"templateKind":{"type":"string"},"sectionTitle":{"type":"string"},"rollupServiceId":{"type":"integer","format":"int32"},"selectable":{"type":"boolean"},"presentationMode":{"type":"string"}}},"ApiResponseCategoryTemplate":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CategoryTemplate"}}},"CategoryTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"categoryId":{"type":"integer","format":"int32"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"active":{"type":"boolean"},"templateKind":{"type":"string"},"sectionTitle":{"type":"string"},"rollupServiceId":{"type":"integer","format":"int32"},"selectable":{"type":"boolean"},"presentationMode":{"type":"string"},"itemCount":{"type":"integer","format":"int64"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"items":{"type":"array","items":{"$ref":"#/components/schemas/CategoryTemplateItem"}}}},"CatalogTagRequest":{"required":["code","name","solutionId"],"type":"object","properties":{"solutionId":{"type":"integer","format":"int32"},"code":{"maxLength":50,"minLength":0,"type":"string"},"name":{"maxLength":100,"minLength":0,"type":"string"},"active":{"type":"boolean"}}},"ApiResponseCatalogTag":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CatalogTag"}}},"CatalogTag":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"solutionId":{"type":"integer","format":"int32"},"code":{"type":"string"},"name":{"type":"string"},"active":{"type":"boolean"}}},"BrandRequest":{"required":["name"],"type":"object","properties":{"name":{"maxLength":100,"minLength":0,"type":"string"}}},"ApiResponseBrand":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Brand"}}},"Brand":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"}}},"MeasurementUnitIdsRequest":{"required":["unitIds"],"type":"object","properties":{"unitIds":{"type":"array","items":{"type":"integer","format":"int32"}}}},"ApiResponseMapIntegerString":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}}},"ProductCatalogByIdsRequest":{"required":["ids"],"type":"object","properties":{"ids":{"maxItems":500,"minItems":0,"type":"array","items":{"type":"integer","format":"int32"}}}},"ApiResponseListProductCatalog":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ProductCatalog"}}}},"ApiResponseExchangeRateDaily":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ExchangeRateDaily"}}},"ExchangeRateDaily":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"rateDate":{"type":"string","format":"date"},"usdToMxn":{"type":"number"},"seriesId":{"type":"string"},"banxicoObsFecha":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"PreSaleFolderStatusRequest":{"required":["statusId"],"type":"object","properties":{"statusId":{"type":"integer","format":"int32"}}},"ApiResponseListTechnologyCategory":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TechnologyCategory"}}}},"ApiResponseListSolutionTemplate":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SolutionTemplate"}}}},"ApiResponseListServiceCatalog":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ServiceCatalog"}}}},"ApiResponseListPreSaleFolder":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/PreSaleFolder"}}}},"ApiResponseListPaymentTerm":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/PaymentTerm"}}}},"ApiResponseListMeasurementUnit":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/MeasurementUnit"}}}},"ApiResponseListMasterStatus":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/MasterStatus"}}}},"ApiResponseListExchangeRateDaily":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ExchangeRateDaily"}}}},"ApiResponseListCustomer":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Customer"}}}},"ApiResponseListCustomerContact":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CustomerContact"}}}},"ApiResponseListCategoryTemplate":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CategoryTemplate"}}}},"ApiResponseListEntityTypeOption":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/EntityTypeOption"}}}},"EntityTypeOption":{"type":"object","properties":{"code":{"type":"string"},"label":{"type":"string"}}},"ApiResponseListCatalogTag":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CatalogTag"}}}},"ApiResponseListBrand":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Brand"}}}},"ApiResponseCatalogTagDeleteBySolutionResult":{"type":"object","properties":{"status":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CatalogTagDeleteBySolutionResult"}}},"CatalogTagDeleteBySolutionResult":{"type":"object","properties":{"solutionId":{"type":"integer","format":"int32"},"deletedCount":{"type":"integer","format":"int64"}}}},"securitySchemes":{"bearerAuth":{"type":"http","name":"bearerAuth","scheme":"bearer","bearerFormat":"JWT"}}}}