{"openapi":"3.1.0","info":{"title":"Roamdia API","version":"0.1.0","description":"API publica de Roamdia para integradores: catalogo, disponibilidad, reservas, OCTO, organizaciones, claves de API, webhooks, canales, CRM e informes."},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"x-api-key"},"session":{"type":"apiKey","in":"cookie","name":"sid"}},"schemas":{}},"paths":{"/org-types":{"get":{"summary":"Tipos de organizacion, su canal y de que tipos pueden colgar","tags":["organizations"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"label":{"type":"string"},"channel":{"type":"string"},"allowedParents":{"type":"array","items":{"type":"string"}}},"required":["type","label","channel","allowedParents"],"additionalProperties":false}}}}}}}},"/orgs":{"get":{"summary":"Organizaciones visibles (subarboles donde se tiene iam.org.read)","tags":["organizations"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"after","required":false},{"schema":{"type":"string","enum":["platform","provider","provider_group","agency_group","agency","accommodation_group","accommodation","affiliate","corporate"]},"in":"query","name":"type","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/orgs/{orgId}":{"get":{"summary":"Detalle de una organizacion con su ruta de ancestros","tags":["organizations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"ancestry":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"type":{"type":"string"}},"required":["id","name","type"],"additionalProperties":false}}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt","ancestry"],"additionalProperties":false}}}}}},"patch":{"summary":"Edita datos de una organizacion","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":160},"country":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"currency":{"type":"string","minLength":3,"maxLength":3},"legalName":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"taxId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},{"type":"null"}]},"contactEmail":{"anyOf":[{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/children":{"get":{"summary":"Organizaciones hijas directas","tags":["organizations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una organizacion hija (proveedor, agencia, grupo, alojamiento, afiliado...)","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["provider","provider_group","agency_group","agency","accommodation_group","accommodation","affiliate","corporate"]},"slug":{"type":"string","maxLength":80},"status":{"type":"string","enum":["active","pending"]},"name":{"type":"string","minLength":2,"maxLength":160},"country":{"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"currency":{"type":"string","minLength":3,"maxLength":3},"legalName":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"taxId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},{"type":"null"}]},"contactEmail":{"anyOf":[{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"required":["type","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/move":{"post":{"summary":"Mueve la organizacion (y su subarbol) bajo otro padre, p. ej. una agencia que se une a un grupo","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"parentId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["parentId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/status":{"post":{"summary":"Suspende o reactiva una organizacion (y con ella los accesos de su subarbol)","tags":["organizations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["active","suspended"]},"reason":{"type":"string","maxLength":500}},"required":["status"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"status":{"type":"string"},"country":{"type":["string","null"]},"currency":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"address":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"null"}]},"contactEmail":{"type":["string","null"]},"metadata":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","type","name","slug","parentId","status","country","currency","legalName","taxId","address","contactEmail","metadata","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members":{"get":{"summary":"Usuarios de la organizacion con sus roles","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"},"roles":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"}},"required":["id","key","name"],"additionalProperties":false}}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt","roles"],"additionalProperties":false}}}}}}},"post":{"summary":"Da acceso a un usuario con un rol (lo crea si no existe y devuelve su enlace de invitacion)","tags":["members"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string","minLength":1,"maxLength":120},"roleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"password":{"type":"string","minLength":1,"maxLength":200},"locale":{"type":"string","maxLength":5}},"required":["email","name","roleId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"email":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"locale":{"type":"string"},"phone":{"type":["string","null"]},"lastLoginAt":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","email","name","status","locale","phone","lastLoginAt","createdAt"],"additionalProperties":false},"role":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false},"invitationToken":{"type":["string","null"]}},"required":["user","role","invitationToken"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members/{userId}/invitation":{"post":{"summary":"Genera un nuevo enlace de invitacion para un usuario pendiente de activar","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"invitationToken":{"type":"string"}},"required":["invitationToken"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/members/{userId}/roles/{roleId}":{"delete":{"summary":"Quita un rol a un usuario en la organizacion","tags":["members"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"userId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/permissions":{"get":{"summary":"Catalogo de permisos de la plataforma","tags":["roles"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"}},"required":["code","description"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/roles":{"get":{"summary":"Roles asignables en la organizacion","tags":["roles"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea un rol propio de la organizacion (asignable en su subarbol)","tags":["roles"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"string","pattern":"^[a-z][a-z0-9_]{1,40}$"},"name":{"type":"string","minLength":2,"maxLength":80},"description":{"type":"string","maxLength":300},"orgTypes":{"minItems":1,"type":"array","items":{"type":"string"}},"permissions":{"minItems":1,"maxItems":200,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}}},"required":["key","name","orgTypes","permissions"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/roles/{roleId}":{"patch":{"summary":"Edita un rol propio","tags":["roles"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":80},"description":{"type":"string","maxLength":300},"permissions":{"minItems":1,"maxItems":200,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"key":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"ownerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"orgTypes":{"type":"array","items":{"type":"string"}},"permissions":{"type":"array","items":{"type":"string"}},"isSystem":{"type":"boolean"}},"required":["id","key","name","description","ownerOrgId","orgTypes","permissions","isSystem"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un rol propio sin asignaciones","tags":["roles"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"roleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/api-keys":{"get":{"summary":"Claves de API de la organizacion","tags":["api-keys"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una clave de API con scopes (el secreto solo se muestra ahora)","tags":["api-keys"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":80},"scopes":{"minItems":1,"maxItems":100,"type":"array","items":{"type":"string","minLength":1,"maxLength":80}},"rateLimitPerMinute":{"type":"integer","minimum":1,"maximum":6000},"expiresAt":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"}},"required":["name","scopes"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false},"secret":{"type":"string"}},"required":["key","secret"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/api-keys/{keyId}":{"delete":{"summary":"Revoca una clave de API","tags":["api-keys"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"keyId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"prefix":{"type":"string"},"scopes":{"type":"array","items":{"type":"string"}},"rateLimitPerMinute":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"lastUsedAt":{"type":["string","null"]},"expiresAt":{"type":["string","null"]},"revokedAt":{"type":["string","null"]}},"required":["id","orgId","name","prefix","scopes","rateLimitPerMinute","createdAt","lastUsedAt","expiresAt","revokedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/audit":{"get":{"summary":"Registro de auditoria de la organizacion (mas reciente primero)","tags":["audit"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"at":{"type":"string"},"actorType":{"type":"string"},"actorId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"action":{"type":"string"},"targetType":{"type":["string","null"]},"targetId":{"type":["string","null"]},"data":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"ip":{"type":["string","null"]},"requestId":{"type":["string","null"]}},"required":["id","at","actorType","actorId","action","targetType","targetId","data","ip","requestId"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/public/currencies":{"get":{"summary":"Monedas en las que se navega y se paga, y fecha de los tipos vigentes","tags":["public"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"currencies":{"type":"array","items":{"type":"string"}},"ratesAt":{"type":["string","null"]}},"required":["currencies","ratesAt"],"additionalProperties":false}}}}}}},"/catalog/destinations":{"get":{"summary":"Destinos (todos los estados)","tags":["catalog"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"countryCode":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"width":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"height":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"credit":{"type":"string"},"source":{"type":"string"}},"required":["url","alt"],"additionalProperties":false},{"type":"null"}]},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"timezone":{"type":"string"},"status":{"type":"string"},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","parentId","kind","countryCode","name","description","image","lat","lng","timezone","status","sort","seo","slugs","createdAt","updatedAt"],"additionalProperties":false}}}}}}}},"/catalog/categories":{"get":{"summary":"Categorias","tags":["catalog"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"parentId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"icon":{"type":["string","null"]},"status":{"type":"string"},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","parentId","name","description","icon","status","sort","slugs","createdAt","updatedAt"],"additionalProperties":false}}}}}}}},"/catalog/activities":{"get":{"summary":"Actividades visibles (las de tus proveedores; la plataforma ve todas)","tags":["catalog"],"parameters":[{"schema":{"type":"string","enum":["draft","in_review","published","archived"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"providerOrgId","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"after","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/activities":{"post":{"summary":"Crea una actividad del proveedor (en borrador); la plataforma puede crearla en su nombre","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9-]{2,30}$"},"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":160}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"summary":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":400}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"included":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"excluded":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"faqs":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"object","properties":{"q":{"type":"string","minLength":3,"maxLength":300},"a":{"type":"string","minLength":1,"maxLength":2000}},"required":["q","a"]}}},"meetingPoint":{"default":null,"anyOf":[{"type":"object","properties":{"address":{"type":"string","maxLength":300},"lat":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"instructions":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":1000}}},"required":["address","lat","lng","instructions"]},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":5,"maximum":43200},"sourceLocale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"languages":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","maxLength":5,"pattern":"^[a-z]{2}(-[A-Z]{2})?$"}},"images":{"default":[],"maxItems":40,"type":"array","items":{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"credit":{"type":"string","maxLength":300},"source":{"type":"string","maxLength":2000,"format":"uri"}},"required":["url"]}},"tags":{"default":[],"maxItems":30,"type":"array","items":{"type":"string","maxLength":40}},"cancellationPolicy":{"default":"free_24h","type":"string","enum":["free_24h","free_48h","free_72h","non_refundable","custom"]},"categoryIds":{"default":[],"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"seo":{"default":{},"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}},"required":["destinationId","title","durationMinutes"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}":{"get":{"summary":"Detalle editable de una actividad (con los cambios pendientes de moderacion)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}},"patch":{"summary":"Edita una actividad. Si esta publicada y no edita la plataforma, los cambios quedan pendientes de moderacion y la web sigue con la version aprobada","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":160}},"slugs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"summary":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":400}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":20000}},"highlights":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"included":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"excluded":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":300}}},"faqs":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"maxItems":30,"type":"array","items":{"type":"object","properties":{"q":{"type":"string","minLength":3,"maxLength":300},"a":{"type":"string","minLength":1,"maxLength":2000}},"required":["q","a"]}}},"meetingPoint":{"anyOf":[{"type":"object","properties":{"address":{"type":"string","maxLength":300},"lat":{"anyOf":[{"type":"number","minimum":-90,"maximum":90},{"type":"null"}]},"lng":{"anyOf":[{"type":"number","minimum":-180,"maximum":180},{"type":"null"}]},"instructions":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":1000}}},"required":["address","lat","lng","instructions"]},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":5,"maximum":43200},"sourceLocale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"languages":{"maxItems":20,"type":"array","items":{"type":"string","maxLength":5,"pattern":"^[a-z]{2}(-[A-Z]{2})?$"}},"images":{"maxItems":40,"type":"array","items":{"type":"object","properties":{"url":{"anyOf":[{"type":"string","format":"uri"},{"type":"string","pattern":"^\\/[\\w./-]+$"}]},"alt":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":200}},"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"credit":{"type":"string","maxLength":300},"source":{"type":"string","maxLength":2000,"format":"uri"}},"required":["url"]}},"tags":{"maxItems":30,"type":"array","items":{"type":"string","maxLength":40}},"cancellationPolicy":{"type":"string","enum":["free_24h","free_48h","free_72h","non_refundable","custom"]},"categoryIds":{"maxItems":10,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":70}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":170}}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/submit":{"post":{"summary":"Envia la actividad a revision","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/withdraw":{"post":{"summary":"Vuelve a borrador (deja de venderse si estaba publicada; sus cambios pendientes pasan al borrador)","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/publish":{"post":{"summary":"Aprueba y publica la actividad (moderacion de la plataforma)","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/reject":{"post":{"summary":"Rechaza la actividad en revision con un motivo; vuelve a borrador para corregirla","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"note":{"type":"string","minLength":5,"maxLength":2000}},"required":["note"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/archive":{"post":{"summary":"Archiva la actividad","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/restore":{"post":{"summary":"Recupera una actividad archivada como borrador","tags":["catalog"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"note":{"type":"string","maxLength":2000}}},{"type":"null"}]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/moderation":{"get":{"summary":"Historial de moderacion de una actividad (envios, decisiones y motivos)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"actorName":{"type":["string","null"]},"byPlatform":{"type":"boolean"},"note":{"type":["string","null"]},"fields":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"string"}},"required":["id","kind","actorName","byPlatform","note","fields","createdAt"],"additionalProperties":false}}}}}}}},"/catalog/activities/{id}/revision":{"delete":{"summary":"Descarta los cambios pendientes (la version publicada no cambia)","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/duplicate":{"post":{"summary":"Duplica una actividad como borrador nuevo, con sus modalidades, tarifas, horarios y cierres futuros","tags":["catalog"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"destinationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"status":{"type":"string"},"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"summary":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"highlights":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"included":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"excluded":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"}}},"meetingPoint":{},"faqs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","properties":{"q":{"type":"string"},"a":{"type":"string"}},"required":["q","a"],"additionalProperties":false}}},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sourceLocale":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{}},"tags":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"},"seo":{"type":"object","properties":{"title":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}}},"additionalProperties":false},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"slugs":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"ratingAvg":{"type":"number"},"ratingCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"publishProblems":{"type":"array","items":{"type":"string"}},"readiness":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"priced":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"upcomingSlots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locales":{"type":"array","items":{"type":"string"}}},"required":["options","priced","upcomingSlots","locales"],"additionalProperties":false},"revision":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","rejected"]},"fields":{"type":"array","items":{"type":"string"}},"live":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"note":{"type":["string","null"]},"submittedByName":{"type":["string","null"]},"updatedAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","status","fields","live","note","submittedByName","updatedAt","reviewedAt"],"additionalProperties":false},{"type":"null"}]},"publishedAt":{"type":["string","null"]},"updatedAt":{"type":"string"}},"required":["id","providerOrgId","destinationId","code","status","title","summary","description","highlights","included","excluded","meetingPoint","faqs","durationMinutes","sourceLocale","languages","images","tags","cancellationPolicy","seo","categoryIds","slugs","ratingAvg","ratingCount","fromPrice","publishProblems","readiness","revision","publishedAt","updatedAt"],"additionalProperties":false}}}}}}},"/public/destinations/{slug}":{"get":{"summary":"Pagina de destino con actividades, facetas y subdestinos","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":140},"in":"query","name":"category","required":false},{"schema":{"type":"string","enum":["1"]},"in":"query","name":"spoken","required":false},{"schema":{"default":"popular","type":"string","enum":["popular","rating","price_asc","price_desc","duration"]},"in":"query","name":"sort","required":false},{"schema":{"default":1,"type":"integer","minimum":1,"maximum":500},"in":"query","name":"page","required":false},{"schema":{"default":24,"type":"integer","minimum":1,"maximum":60},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","maxLength":140},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"redirect":{"type":["string","null"]},"locale":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"type":"string"},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"seo":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]}},"required":["title","description"],"additionalProperties":false},"updatedAt":{"type":"string"}},"required":["id","slug","name","kind","countryCode","image","activityCount","description","lat","lng","seo","updatedAt"],"additionalProperties":false},"alternates":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"breadcrumbs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false}},"children":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","kind","countryCode","image","activityCount"],"additionalProperties":false}},"facets":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"icon":{"type":["string","null"]},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","icon","count"],"additionalProperties":false}}},"required":["categories"],"additionalProperties":false},"activities":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"page":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pageSize":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["redirect","locale","destination","alternates","breadcrumbs","children","facets","activities","total","page","pageSize"],"additionalProperties":false}}}}}}},"/public/activities/{slug}":{"get":{"summary":"Ficha de actividad con hreflang, migas y relacionadas","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","maxLength":140},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"redirect":{"type":["string","null"]},"locale":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"included":{"type":"array","items":{"type":"string"}},"excluded":{"type":"array","items":{"type":"string"}},"meetingPoint":{"anyOf":[{"type":"object","properties":{"address":{"type":"string"},"lat":{"type":["number","null"]},"lng":{"type":["number","null"]},"instructions":{"type":"string"}},"required":["address","lat","lng","instructions"],"additionalProperties":false},{"type":"null"}]},"images":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false}},"faqs":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string"},"answer":{"type":"string"}},"required":["question","answer"],"additionalProperties":false}},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"icon":{"type":["string","null"]}},"required":["id","slug","name","icon"],"additionalProperties":false}},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"provider":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"seo":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]}},"required":["title","description"],"additionalProperties":false},"translated":{"type":"boolean"},"updatedAt":{"type":"string"}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale","description","highlights","included","excluded","meetingPoint","images","faqs","categories","providerOrgId","provider","seo","translated","updatedAt"],"additionalProperties":false},"alternates":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"breadcrumbs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false}},"related":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}}},"required":["redirect","locale","activity","alternates","breadcrumbs","related"],"additionalProperties":false}}}}}}},"/public/search":{"get":{"summary":"Buscador de actividades (texto completo con prefijos y sin acentos)","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":120},"in":"query","name":"q","required":true},{"schema":{"default":1,"type":"integer","minimum":1,"maximum":100},"in":"query","name":"page","required":false},{"schema":{"default":24,"type":"integer","minimum":1,"maximum":60},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","enum":["1"]},"in":"query","name":"spoken","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"q":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}},"page":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pageSize":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["q","total","items","page","pageSize"],"additionalProperties":false}}}}}}},"/public/suggestions":{"get":{"summary":"Actividades sugeridas para completar un carrito: de los mismos destinos y, si no llegan, las mas populares (Fase 57)","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"default":"","type":"string","maxLength":1000},"in":"query","name":"activities","required":false},{"schema":{"default":4,"type":"integer","minimum":1,"maximum":12},"in":"query","name":"limit","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/public/suggest":{"get":{"summary":"Sugerencias mientras se escribe: destinos y primeras actividades con el total de resultados","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","minLength":1,"maxLength":120},"in":"query","name":"q","required":true},{"schema":{"default":6,"type":"integer","minimum":1,"maximum":10},"in":"query","name":"limit","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"q":{"type":"string"},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"destinations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"},"countryCode":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"activityCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","slug","name","kind","countryCode","image","activityCount"],"additionalProperties":false}},"activities":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"slug":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"image":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"alt":{"type":"string"},"width":{"type":["number","null"]},"height":{"type":["number","null"]},"credit":{"type":["string","null"]},"source":{"type":["string","null"]}},"required":["url","alt","width","height","credit","source"],"additionalProperties":false},{"type":"null"}]},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"rating":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["average","count"],"additionalProperties":false},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"original":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"cancellationPolicy":{"type":"string"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slug":{"type":"string"},"name":{"type":"string"},"kind":{"type":"string"}},"required":["id","slug","name","kind"],"additionalProperties":false},"languages":{"type":"array","items":{"type":"string"}},"contentLocale":{"type":["string","null"]}},"required":["id","code","slug","title","summary","image","durationMinutes","rating","fromPrice","cancellationPolicy","destination","languages","contentLocale"],"additionalProperties":false}}},"required":["q","total","destinations","activities"],"additionalProperties":false}}}}}}},"/catalog/activities/{id}/options":{"get":{"summary":"Modalidades de una actividad con sus tipos de entrada","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"availabilityType":{"type":"string"},"durationMinutes":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"cutoffMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"minUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"languages":{"type":"array","items":{"type":"string"}},"timezone":{"type":"string"},"currency":{"type":"string"},"status":{"type":"string"},"source":{"type":"string"},"externalRef":{"type":["string","null"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"type":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"minAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"}},"required":["id","optionId","code","type","name","minAge","maxAge","pax","sort","status"],"additionalProperties":false}}},"required":["id","activityId","providerOrgId","code","name","description","availabilityType","durationMinutes","cutoffMinutes","minUnits","maxUnits","languages","timezone","currency","status","source","externalRef","sort","createdAt","updatedAt","units"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una modalidad (horario, idioma, variante...)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"availabilityType":{"default":"start_time","type":"string","enum":["start_time","opening_hours"]},"durationMinutes":{"default":null,"anyOf":[{"type":"integer","minimum":5,"maximum":43200},{"type":"null"}]},"cutoffMinutes":{"default":60,"type":"integer","minimum":0,"maximum":43200},"minUnits":{"default":1,"type":"integer","minimum":1,"maximum":500},"maxUnits":{"default":20,"type":"integer","minimum":1,"maximum":500},"languages":{"default":[],"maxItems":20,"type":"array","items":{"type":"string","minLength":2,"maxLength":5}},"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3},"status":{"default":"active","type":"string","enum":["active","inactive"]},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["code","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}":{"patch":{"summary":"Edita una modalidad","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":2000}},"availabilityType":{"type":"string","enum":["start_time","opening_hours"]},"durationMinutes":{"anyOf":[{"type":"integer","minimum":5,"maximum":43200},{"type":"null"}]},"cutoffMinutes":{"type":"integer","minimum":0,"maximum":43200},"minUnits":{"type":"integer","minimum":1,"maximum":500},"maxUnits":{"type":"integer","minimum":1,"maximum":500},"languages":{"maxItems":20,"type":"array","items":{"type":"string","minLength":2,"maxLength":5}},"currency":{"type":"string","minLength":3,"maxLength":3},"status":{"type":"string","enum":["active","inactive"]},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/units":{"post":{"summary":"Añade un tipo de entrada (adulto, niño, familia...)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"type":{"type":"string","enum":["adult","child","youth","infant","senior","student","family","group","other"]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"minAge":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"maxAge":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"pax":{"default":1,"type":"integer","minimum":0,"maximum":100},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"default":"active","type":"string","enum":["active","inactive"]}},"required":["code","type","name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/units/{id}":{"patch":{"summary":"Edita un tipo de entrada","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string","enum":["adult","child","youth","infant","senior","student","family","group","other"]},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":80}},"minAge":{"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":0,"maximum":120},{"type":"null"}]},"pax":{"type":"integer","minimum":0,"maximum":100},"sort":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string","enum":["active","inactive"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/rates":{"get":{"summary":"Tarifas de la modalidad con precios de venta y coste","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"currency":{"type":"string"},"validFrom":{"type":"string"},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"prices":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"net":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["unitId","retail","net"],"additionalProperties":false}}},"required":["id","optionId","name","currency","validFrom","validTo","weekdays","startTimes","priority","createdAt","prices"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea una tarifa (periodo, dias, horas, prioridad y precios por tipo)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":80},"currency":{"type":"string","minLength":3,"maxLength":3},"validFrom":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}},"priority":{"default":0,"type":"integer","minimum":-1000,"maximum":1000},"prices":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"integer","minimum":0,"maximum":9007199254740991},"net":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["unitId","retail"]}}},"required":["name","currency","validFrom","prices"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/rates/{rateId}":{"delete":{"summary":"Borra una tarifa","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"rateId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/configs":{"get":{"summary":"Configuraciones de la modalidad: grupos de opciones que suman o restan al precio y cuando aplican","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"selection":{"type":"string","enum":["single","multiple"]},"required":{"type":"boolean"},"validFrom":{"type":["string","null"]},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"choices":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"name":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"description":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"priceMode":{"type":"string","enum":["per_person","per_booking","percent"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"net":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"isDefault":{"type":"boolean"},"validFrom":{"type":["string","null"]},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}}},"required":["id","code","name","description","priceMode","amount","net","isDefault","validFrom","validTo","weekdays","startTimes"],"additionalProperties":false}}},"required":["id","code","name","description","selection","required","validFrom","validTo","weekdays","startTimes","choices"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea un grupo de configuracion con sus opciones (precio por persona, por reserva o porcentual; fechas, dias y horas en que aplica)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":500}},"selection":{"default":"single","type":"string","enum":["single","multiple"]},"required":{"default":false,"type":"boolean"},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"choices":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":500}},"priceMode":{"type":"string","enum":["per_person","per_booking","percent"]},"amount":{"type":"integer","minimum":-10000000,"maximum":10000000},"net":{"default":null,"anyOf":[{"type":"integer","minimum":-10000000,"maximum":10000000},{"type":"null"}]},"isDefault":{"default":false,"type":"boolean"},"validFrom":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}}},"required":["code","name","priceMode","amount"]}},"validFrom":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}}},"required":["code","name","choices"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/configs/{configId}":{"put":{"summary":"Sustituye un grupo de configuracion (las opciones que conservan su codigo conservan su id)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":500}},"selection":{"default":"single","type":"string","enum":["single","multiple"]},"required":{"default":false,"type":"boolean"},"sort":{"default":0,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"choices":{"minItems":1,"maxItems":30,"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z0-9][A-Z0-9_-]{0,30}$"},"name":{"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":120}},"description":{"default":{},"type":"object","propertyNames":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"additionalProperties":{"type":"string","maxLength":500}},"priceMode":{"type":"string","enum":["per_person","per_booking","percent"]},"amount":{"type":"integer","minimum":-10000000,"maximum":10000000},"net":{"default":null,"anyOf":[{"type":"integer","minimum":-10000000,"maximum":10000000},{"type":"null"}]},"isDefault":{"default":false,"type":"boolean"},"validFrom":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}}},"required":["code","name","priceMode","amount"]}},"validFrom":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":48,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}}},"required":["code","name","choices"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"configId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un grupo de configuracion","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"configId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/schedules":{"get":{"summary":"Horarios y cierres de la modalidad","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"schedules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"validFrom":{"type":"string"},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"openTime":{"type":["string","null"]},"closeTime":{"type":["string","null"]},"capacity":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","optionId","validFrom","validTo","weekdays","startTimes","openTime","closeTime","capacity","createdAt"],"additionalProperties":false}},"closures":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"date":{"type":"string"},"startTime":{"type":["string","null"]},"reason":{"type":["string","null"]}},"required":["id","optionId","date","startTime","reason"],"additionalProperties":false}}},"required":["schedules","closures"],"additionalProperties":false}}}}}},"post":{"summary":"Crea un horario recurrente (dias, horas, aforo)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"validFrom":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"validTo":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"weekdays":{"default":127,"type":"integer","minimum":1,"maximum":127},"startTimes":{"default":[],"maxItems":96,"type":"array","items":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"}},"openTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"closeTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"capacity":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":100000},{"type":"null"}]}},"required":["validFrom"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/schedules/{scheduleId}":{"delete":{"summary":"Borra un horario","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"scheduleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/closures":{"post":{"summary":"Cierra un dia o una hora (festivo, meteorologia, evento privado)","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"date":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"startTime":{"default":null,"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"reason":{"default":null,"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]}},"required":["date"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/closures/{closureId}":{"delete":{"summary":"Reabre un cierre","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"closureId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/availability/options/{id}/slots":{"get":{"summary":"Calendario operativo: franjas con aforo, vendidas y bloqueadas","tags":["availability"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"startsAt":{"type":"string"},"localDate":{"type":"string"},"localTime":{"type":"string"},"capacity":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"sold":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"held":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string"},"octoStatus":{"type":"string"},"manual":{"type":"boolean"}},"required":["id","startsAt","localDate","localTime","capacity","sold","held","vacancies","status","octoStatus","manual"],"additionalProperties":false}}}}}}}},"/availability/slots/{id}":{"patch":{"summary":"Ajusta una franja concreta (aforo o cierre); queda marcada como manual","tags":["availability"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"capacity":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["open","closed"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}}}}}}},"/public/activities/{id}/options":{"get":{"summary":"Modalidades a la venta de una actividad con sus tipos de entrada","tags":["public"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"configs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":"string"},"selection":{"type":"string","enum":["single","multiple"]},"required":{"type":"boolean"},"validFrom":{"type":["string","null"]},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}},"choices":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":"string"},"priceMode":{"type":"string","enum":["per_person","per_booking","percent"]},"amount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"percent":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"isDefault":{"type":"boolean"},"validFrom":{"type":["string","null"]},"validTo":{"type":["string","null"]},"weekdays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTimes":{"type":"array","items":{"type":"string"}}},"required":["id","name","description","priceMode","amount","percent","isDefault","validFrom","validTo","weekdays","startTimes"],"additionalProperties":false}}},"required":["id","name","description","selection","required","validFrom","validTo","weekdays","startTimes","choices"],"additionalProperties":false}},"name":{"type":"string"},"description":{"type":"string"},"availabilityType":{"type":"string"},"durationMinutes":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"minUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxUnits":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"languages":{"type":"array","items":{"type":"string"}},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"type":{"type":"string"},"name":{"type":"string"},"minAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"maxAge":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","type","name","minAge","maxAge","pax"],"additionalProperties":false}}},"required":["id","configs","name","description","availabilityType","durationMinutes","minUnits","maxUnits","languages","units"],"additionalProperties":false}}}}}}}},"/public/options/{id}/calendar":{"get":{"summary":"Calendario de un mes: estado de cada dia y precio desde","tags":["public"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":false},{"schema":{"default":42,"type":"integer","minimum":1,"maximum":62},"in":"query","name":"days","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"from":{"type":"string"},"to":{"type":"string"},"days":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"status":{"type":"string","enum":["AVAILABLE","LIMITED","SOLD_OUT","CLOSED","FREESALE"]},"fromPrice":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["date","status","fromPrice"],"additionalProperties":false}}},"required":["optionId","from","to","days"],"additionalProperties":false}}}}}}},"/public/options/{id}/slots":{"get":{"summary":"Horas disponibles de un dia con plazas y precios por tipo de entrada","tags":["public"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"date","required":true},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"localTime":{"type":"string"},"startsAt":{"type":"string"},"status":{"type":"string"},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"prices":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"retail":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","retail"],"additionalProperties":false}}},"required":["id","localTime","startsAt","status","vacancies","prices"],"additionalProperties":false}}}}}}}},"/public/options/{id}/quote":{"post":{"summary":"Precio exacto y disponibilidad de una combinacion de entradas y configuraciones en una franja","tags":["public"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":0,"maximum":500}},"required":["unitId","quantity"]}},"choices":{"default":[],"maxItems":30,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["slotId","units"]}}}},"parameters":[{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"available":{"type":"boolean"},"status":{"type":"string"},"vacancies":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"subtotal":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["unitId","quantity","unitPrice","subtotal"],"additionalProperties":false}},"extras":{"type":"array","items":{"type":"object","properties":{"choiceId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"subtotal":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["choiceId","name","quantity","unitPrice","subtotal"],"additionalProperties":false}},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]}},"required":["available","status","vacancies","total","lines","extras","conversion"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/portfolio":{"get":{"summary":"Cartera: reglas propias y heredadas de los grupos y la plataforma","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"own":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":["string","null"]}},"required":["id","orgId","effect","targetType","targetId","label"],"additionalProperties":false}},"inherited":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":["string","null"]}},"required":["id","orgId","effect","targetType","targetId","label"],"additionalProperties":false}}},"required":["own","inherited"],"additionalProperties":false}}}}}},"post":{"summary":"Permite o excluye producto de la cartera (solo acota lo que el grupo permite)","tags":["channels"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["effect","targetType","targetId"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"effect":{"type":"string","enum":["allow","deny"]},"targetType":{"type":"string","enum":["activity","destination","category","provider"]},"targetId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id","orgId","effect","targetType","targetId"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/portfolio/{ruleId}":{"delete":{"summary":"Quita una regla de la cartera","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"ruleId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/public/channels/{orgId}/sellable":{"get":{"summary":"Que actividades puede vender un canal (web en cobranding, widgets)","tags":["public","channels"],"parameters":[{"schema":{"type":"string","maxLength":3800},"in":"query","name":"ids","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"boolean"}}}}}}}},"/orgs/{orgId}/sites":{"get":{"summary":"Dominios propios de la organizacion","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"hostname":{"type":"string"},"status":{"type":"string"}},"required":["hostname","status"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/links":{"post":{"summary":"Crea un enlace corto de socio (atribuye ventas; tambien en QR)","tags":["channels"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"target":{"type":"string","maxLength":500,"pattern":"^\\/[a-z]{2}(\\/[\\w\\-.~%]*)*(\\?[\\w\\-.~%=&]*)?$"},"label":{"default":null,"anyOf":[{"type":"string","maxLength":120},{"type":"null"}]},"utmSource":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmMedium":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"utmCampaign":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]}},"required":["target"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"url":{"type":"string"},"target":{"type":"string"},"label":{"type":["string","null"]},"utm":{"type":"object","properties":{"source":{"type":["string","null"]},"medium":{"type":["string","null"]},"campaign":{"type":["string","null"]}},"required":["source","medium","campaign"],"additionalProperties":false},"clicks":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"}},"required":["id","code","url","target","label","utm","clicks","orders","pax","sales","createdAt"],"additionalProperties":false}}}}}},"get":{"summary":"Enlaces del socio con sus clics, reservas confirmadas, viajeros y ventas","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"url":{"type":"string"},"target":{"type":"string"},"label":{"type":["string","null"]},"utm":{"type":"object","properties":{"source":{"type":["string","null"]},"medium":{"type":["string","null"]},"campaign":{"type":["string","null"]}},"required":["source","medium","campaign"],"additionalProperties":false},"clicks":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"}},"required":["id","code","url","target","label","utm","clicks","orders","pax","sales","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/links/{linkId}/qr.svg":{"get":{"summary":"Codigo QR del enlace (SVG para imprimir en recepcion, folletos o mesas)","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"linkId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/widgets/snippet":{"get":{"summary":"Codigo para incrustar el widget de reserva de una actividad en la web del socio","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":true},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"html":{"type":"string"},"allowedOrigins":{"type":"array","items":{"type":"string"}}},"required":["url","html","allowedOrigins"],"additionalProperties":false}}}}}}},"/public/affiliates/{orgId}/feed.json":{"get":{"summary":"Feed de producto del afiliado (JSON): actividades de su cartera con enlaces atribuidos, para webs propias y comparadores","tags":["public","channels"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"partner":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"locale":{"type":"string"},"currency":{"type":["string","null"]},"generatedAt":{"type":"string"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"},"widgetUrl":{"type":"string"},"image":{"type":["string","null"]},"price":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"rating":{"type":"number"},"reviews":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"durationMinutes":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"freeCancellation":{"type":"boolean"},"destination":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"countryCode":{"type":"string"},"categoryIds":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["id","code","title","summary","url","widgetUrl","image","price","rating","reviews","durationMinutes","freeCancellation","destination","countryCode","categoryIds"],"additionalProperties":false}}},"required":["partner","locale","currency","generatedAt","count","items"],"additionalProperties":false}}}}}}},"/public/affiliates/{orgId}/feed.csv":{"get":{"summary":"Feed de producto del afiliado (CSV, una fila por actividad; excel=1 para Excel)","tags":["public","channels"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/widgets/code":{"get":{"summary":"Codigo de un widget (script con altura automatica, iframe y shortcode de WordPress), vista previa y webs autorizadas","tags":["channels"],"parameters":[{"schema":{"default":"activity","type":"string","enum":["activity","activities","search"]},"in":"query","name":"type","required":false},{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","pattern":"^[A-Za-z]{3}$"},"in":"query","name":"currency","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"destinationId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"categoryId","required":false},{"schema":{"type":"string","maxLength":1900},"in":"query","name":"ids","required":false},{"schema":{"type":"string","maxLength":80},"in":"query","name":"q","required":false},{"schema":{"default":"popular","type":"string","enum":["popular","rating","price_asc","price_desc"]},"in":"query","name":"sort","required":false},{"schema":{"default":6,"type":"integer","minimum":1,"maximum":24},"in":"query","name":"limit","required":false},{"schema":{"default":"grid","type":"string","enum":["grid","carousel","list"]},"in":"query","name":"layout","required":false},{"schema":{"type":"string","pattern":"^#?[0-9a-fA-F]{6}$"},"in":"query","name":"accent","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"script":{"type":"string"},"iframe":{"type":"string"},"shortcode":{"type":"string"},"height":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"loader":{"type":"string"},"sellable":{"type":"boolean"},"allowedOrigins":{"type":"array","items":{"type":"string"}},"feed":{"type":"object","properties":{"json":{"type":"string"},"csv":{"type":"string"}},"required":["json","csv"],"additionalProperties":false}},"required":["url","script","iframe","shortcode","height","loader","sellable","allowedOrigins","feed"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/widgets/wordpress-plugin.zip":{"get":{"summary":"Plugin de WordPress (ZIP) preconfigurado con la web de la plataforma y el identificador del socio","tags":["channels"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/public/carts":{"post":{"summary":"Crea un carrito (el token opaco identifica al carrito; guardalo en el cliente)","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"attribution":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","maxLength":200}},"site":{"type":"string","maxLength":253},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}}}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"cart":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}},"required":["token","cart"],"additionalProperties":false}}}}}}},"/public/carts/{token}/currency":{"put":{"summary":"Cambia la moneda de pago: recalcula cada linea desde el precio del proveedor con los tipos vigentes","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}},"required":["currency"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}":{"get":{"summary":"Contenido del carrito","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/payment-options":{"get":{"summary":"Formas de pago del carrito: el saldo del area de cliente y los metodos de la pasarela para el pais del cliente (ADR 0048)","tags":["public","booking"],"description":"Sin `country` se usa el pais probable de la peticion. Los metodos son los que la configuracion de Stripe del mercado tiene activos en la cuenta, filtrados por moneda y pais; Stripe Checkout decide la lista final. El saldo necesita la cabecera `x-customer-session`.","parameters":[{"schema":{"type":"string","pattern":"^[A-Za-z]{2}$"},"in":"query","name":"country","required":false},{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"country":{"type":["string","null"]},"countrySource":{"anyOf":[{"type":"string","enum":["customer","request"]},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"wallet":{"type":"object","properties":{"state":{"type":"string","enum":["available","empty","signin","unavailable"]},"email":{"type":["string","null"]},"balance":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"covers":{"type":"boolean"},"remainder":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["state","email","balance","covers","remainder"],"additionalProperties":false},"gateway":{"type":"object","properties":{"provider":{"type":"string"},"market":{"type":["string","null"]},"source":{"type":"string","enum":["account","fallback","sandbox"]},"methods":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"name":{"type":"string"},"delayed":{"type":"boolean"},"device":{"type":"boolean"}},"required":["type","name","delayed","device"],"additionalProperties":false}}},"required":["provider","market","source","methods"],"additionalProperties":false}},"required":["country","countrySource","payable","wallet","gateway"],"additionalProperties":false}}}}}}},"/public/carts/{token}/items":{"post":{"summary":"Añade una franja con sus entradas; bloquea las plazas 20 minutos","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quantity":{"type":"integer","minimum":0,"maximum":500}},"required":["unitId","quantity"]}},"choices":{"default":[],"maxItems":30,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["optionId","slotId","units"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/items/{itemId}":{"delete":{"summary":"Quita un elemento y libera sus plazas","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/promo":{"post":{"summary":"Aplica un codigo promocional al carrito (se valida y se calcula el descuento)","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","minLength":3,"maxLength":30}},"required":["code"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}},"delete":{"summary":"Quita el codigo promocional del carrito","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}}}}}}},"/public/carts/{token}/checkout":{"post":{"summary":"Confirma los datos del cliente y crea el pedido; el cobro se prepara de forma asincrona","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"country":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}},"required":["name","email"]},"acceptTerms":{"type":"boolean","enum":[true]},"marketingConsent":{"default":false,"type":"boolean"},"useCashback":{"default":false,"type":"boolean"},"payment":{"type":"string","enum":["gateway","wallet"]},"createAccount":{"default":false,"type":"boolean"}},"required":["customer","acceptTerms"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string"},"accessToken":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cashbackApplied":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"accountCreated":{"type":"boolean"}},"required":["reference","accessToken","total","cashbackApplied","accountCreated"],"additionalProperties":false}}}}}}},"/public/orders/{reference}":{"get":{"summary":"Estado del pedido (pago, bonos, cancelacion) con su token de acceso","tags":["public","booking"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customer":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":["string","null"]}},"required":["name","email","phone"],"additionalProperties":false},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"refunded":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"discount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"promoCode":{"type":["string","null"]},"paymentMethod":{"type":"string"},"locale":{"type":"string"},"createdAt":{"type":"string"},"paymentDeadline":{"type":"string"},"payment":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"provider":{"type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["status","provider","redirectUrl"],"additionalProperties":false},{"type":"null"}]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"status":{"type":"string"},"voucherCode":{"type":["string","null"]},"cancellationPolicy":{"type":"string"},"refundIfCancelled":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","status","voucherCode","cancellationPolicy","refundIfCancelled"],"additionalProperties":false}}},"required":["id","reference","status","channel","customer","total","refunded","discount","promoCode","paymentMethod","locale","createdAt","paymentDeadline","payment","items"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/cancel":{"post":{"summary":"Cancela el pedido (o actividades concretas) segun su politica; devuelve lo que corresponda","tags":["public","booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"t":{"type":"string","minLength":20,"maxLength":100},"itemIds":{"maxItems":20,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"reason":{"default":"cancelado por el cliente","type":"string","maxLength":500}},"required":["t"]}}}},"parameters":[{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"refund":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["refund","cancelled"],"additionalProperties":false}}}}}}},"/bookings/carts":{"post":{"summary":"Carrito de un agente para vender por cuenta de un cliente (agencia, recepcion de hotel)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"file":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$"}}}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"cart":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":["string","null"]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"languages":{"type":"array","items":{"type":"string"}},"cancellationPolicy":{"type":"string"}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","languages","cancellationPolicy"],"additionalProperties":false}},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"promo":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":["string","null"]},"discount":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"error":{"type":["string","null"]}},"required":["code","name","discount","error"],"additionalProperties":false},{"type":"null"}]},"payable":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["status","currency","items","total","promo","payable"],"additionalProperties":false}},"required":["token","cart"],"additionalProperties":false}}}}}}},"/bookings/carts/{token}/checkout":{"post":{"summary":"El agente cierra la venta: el cliente paga con enlace de pago o la agencia con su monedero","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"email":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phone":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"country":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}},"required":["name","email"]},"paymentMethod":{"default":"card","type":"string","enum":["card","wallet"]}},"required":["customer"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"path","name":"token","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string"},"accessToken":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"paymentMethod":{"type":"string"}},"required":["reference","accessToken","total","paymentMethod"],"additionalProperties":false}}}}}}},"/bookings/orders":{"get":{"summary":"Pedidos visibles: la plataforma todos; agencias los suyos; proveedores los que incluyen sus actividades","tags":["booking"],"parameters":[{"schema":{"type":"string","enum":["pending_payment","confirmed","partially_cancelled","cancelled","payment_failed","expired","failed"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","maxLength":254},"in":"query","name":"q","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","reference","status","channel","customerName","customerEmail","total","createdAt"],"additionalProperties":false}},"next":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/bookings/orders/{id}":{"get":{"summary":"Detalle de un pedido","tags":["booking"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string"},"channel":{"type":"string"},"customer":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":["string","null"]}},"required":["name","email","phone"],"additionalProperties":false},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"refunded":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"discount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"promoCode":{"type":["string","null"]},"paymentMethod":{"type":"string"},"locale":{"type":"string"},"createdAt":{"type":"string"},"paymentDeadline":{"type":"string"},"payment":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"provider":{"type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["status","provider","redirectUrl"],"additionalProperties":false},{"type":"null"}]},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"optionName":{"type":"string"},"startsAt":{"type":"string"},"timezone":{"type":"string"},"units":{"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"kind":{"type":"string","enum":["unit","extra"]}},"required":["unitId","name","quantity","unitPrice","kind"],"additionalProperties":false}},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"conversion":{"anyOf":[{"type":"object","properties":{"from":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rate":{"type":"string"},"markupBps":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"provider":{"type":"string"},"snapshotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ratesAt":{"type":"string"}},"required":["from","rate","markupBps","provider","snapshotId","ratesAt"],"additionalProperties":false},{"type":"null"}]},"status":{"type":"string"},"voucherCode":{"type":["string","null"]},"cancellationPolicy":{"type":"string"},"refundIfCancelled":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]}},"required":["id","activityId","title","optionName","startsAt","timezone","units","pax","total","conversion","status","voucherCode","cancellationPolicy","refundIfCancelled"],"additionalProperties":false}}},"required":["id","reference","status","channel","customer","total","refunded","discount","promoCode","paymentMethod","locale","createdAt","paymentDeadline","payment","items"],"additionalProperties":false}}}}}}},"/bookings/orders/{id}/cancel":{"post":{"summary":"Cancelacion por soporte o proveedor (reembolso segun politica o total)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"itemIds":{"maxItems":20,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"reason":{"type":"string","minLength":3,"maxLength":500},"refund":{"default":"full","type":"string","enum":["policy","full"]}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"refund":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["refund","cancelled"],"additionalProperties":false}}}}}}},"/bookings/manifest":{"get":{"summary":"Manifiesto del proveedor (x-org-id): reservas confirmadas entre dos fechas","tags":["booking"],"parameters":[{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$"},"in":"query","name":"to","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":"string"},"customerPhone":{"type":["string","null"]},"startsAt":{"type":"string"},"title":{"type":"string"},"optionName":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"units":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["name","quantity"],"additionalProperties":false}},"voucherCode":{"type":["string","null"]},"status":{"type":"string"}},"required":["itemId","reference","customerName","customerPhone","startsAt","title","optionName","pax","units","voucherCode","status"],"additionalProperties":false}}}}}}}},"/bookings/vouchers/redeem":{"post":{"summary":"Valida un bono en el punto de encuentro (check-in)","tags":["booking"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"voucherCode":{"type":"string","minLength":4,"maxLength":20}},"required":["voucherCode"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"}},"required":["itemId","status","pax","startsAt"],"additionalProperties":false}}}}}}},"/billing/jurisdictions":{"get":{"summary":"Legislaciones fiscales: precargadas y editadas en el panel","tags":["billing"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},"country":{"type":"string","minLength":2,"maxLength":2},"name":{"type":"string","minLength":2,"maxLength":100},"taxName":{"type":"string","minLength":1,"maxLength":30},"rates":{"type":"object","properties":{"standard":{"type":"integer","minimum":0,"maximum":10000},"reduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"superReduced":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"zero":{"default":0,"type":"integer","minimum":0,"maximum":10000}},"required":["standard","reduced","superReduced","zero"],"additionalProperties":false},"eu":{"type":"boolean"},"currency":{"type":"string","minLength":3,"maxLength":3},"simplifiedThreshold":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"eInvoicing":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"legalBasis":{"type":"string","maxLength":500},"mentions":{"type":"object","properties":{"reverseCharge":{"type":"string","maxLength":300},"margin":{"type":"string","maxLength":300},"exempt":{"type":"string","maxLength":300},"notSubject":{"type":"string","maxLength":300},"onBehalf":{"type":"string","maxLength":300},"simplified":{"type":"string","maxLength":300}},"required":["reverseCharge","margin","exempt","notSubject","onBehalf","simplified"],"additionalProperties":false},"locale":{"type":"string","minLength":2,"maxLength":5},"source":{"type":"string","enum":["preset","custom","customized"]}},"required":["code","country","name","taxName","rates","eu","currency","simplifiedThreshold","eInvoicing","legalBasis","mentions","locale","source"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/billing/systems":{"get":{"summary":"Sistemas y reglas de facturacion de la organizacion (y los heredados o compartidos) y limites del autoservicio","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"platform":{"type":"boolean"},"canOwn":{"type":"boolean"},"systems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}},"rules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}},"selfService":{"type":"object","properties":{"enabled":{"type":"boolean"},"allowedIssuers":{"type":"array","items":{"type":"string"}},"allowedSchemes":{"type":"array","items":{"type":"string"}},"allowRateOverride":{"type":"boolean"},"requireCommissionInvoice":{"type":"boolean"}},"required":["enabled","allowedIssuers","allowedSchemes","allowRateOverride","requireCommissionInvoice"],"additionalProperties":false}},"required":["platform","canOwn","systems","rules","selfService"],"additionalProperties":false}}}}}},"post":{"summary":"Crea un sistema de facturacion (un proveedor, dentro de los limites de la plataforma)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}}},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply"]}},"required":["name","config"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/billing/systems/{id}":{"patch":{"summary":"Cambia un sistema de facturacion (las facturas ya emitidas no cambian)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}}},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"description":{"type":["string","null"]},"active":{"type":"boolean"},"shared":{"type":"boolean"},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false}},"required":["id","ownerOrgId","name","description","active","shared","config"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un sistema sin reglas","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/rules":{"post":{"summary":"Crea una regla: proveedor, pais del proveedor, del cliente o de la actividad, destino y canal -> sistema","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"priority":{"type":"integer","minimum":-1000,"maximum":1000},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}}}},"required":["name","systemId","conditions"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/billing/rules/{id}":{"patch":{"summary":"Cambia una regla de facturacion","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"priority":{"type":"integer","minimum":-1000,"maximum":1000},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"priority":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"active":{"type":"boolean"},"enforced":{"type":"boolean"},"conditions":{"type":"object","properties":{"providerOrgIds":{"default":[],"maxItems":500,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"providerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"customerCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"activityCountries":{"default":[],"maxItems":100,"type":"array","items":{"type":"string","pattern":"^([A-Z]{2}|EU|NON_EU|DOMESTIC)$"}},"destinationIds":{"default":[],"maxItems":200,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"channels":{"default":[],"maxItems":3,"type":"array","items":{"type":"string","enum":["b2c","b2b","b2b2c"]}}},"required":["providerOrgIds","providerCountries","customerCountries","activityCountries","destinationIds","channels"],"additionalProperties":false},"createdAt":{"type":"string"}},"required":["id","ownerOrgId","systemId","name","priority","active","enforced","conditions","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra una regla de facturacion","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/simulate":{"post":{"summary":"Simulador: que sistema, jurisdiccion, impuesto y menciones tendria una venta (con la traza de reglas)","tags":["billing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityCountry":{"type":"string","minLength":2,"maxLength":2},"customerCountry":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]},"channel":{"default":"b2c","type":"string","enum":["b2c","b2b","b2b2c"]},"amount":{"default":10000,"type":"integer","minimum":0,"maximum":100000000},"margin":{"default":2000,"type":"integer","minimum":0,"maximum":100000000},"currency":{"default":"EUR","type":"string","minLength":3,"maxLength":3},"recipientTaxId":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"recipientCountry":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"system":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"default":{"type":"boolean"}},"required":["id","name","ownerOrgId","default"],"additionalProperties":false},"ruleId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"config":{"type":"object","properties":{"issuer":{"type":"string","enum":["platform","provider"]},"scheme":{"type":"string","enum":["standard","margin","exempt","not_subject"]},"placeOfSupply":{"type":"string","enum":["activity","supplier","customer","fixed","platform_settings"]},"jurisdictionCode":{"default":null,"anyOf":[{"type":"string","pattern":"^[A-Z]{2}(-[A-Z0-9]{1,3})?$"},{"type":"null"}]},"rateClass":{"default":"standard","type":"string","enum":["standard","reduced","superReduced","zero"]},"rateOverrideBp":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":10000},{"type":"null"}]},"categoryRateClasses":{"default":{},"type":"object","propertyNames":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"additionalProperties":{"type":"string","enum":["standard","reduced","superReduced","zero"]}},"b2bRecipient":{"default":"customer","type":"string","enum":["customer","seller"]},"reverseChargeB2B":{"default":false,"type":"boolean"},"simplifiedInvoices":{"default":false,"type":"boolean"},"commissionInvoice":{"default":true,"type":"boolean"},"series":{"default":{"invoice":"F","creditNote":"R","simplified":"T"},"type":"object","properties":{"invoice":{"default":"F","type":"string","pattern":"^[A-Z]{1,4}$"},"creditNote":{"default":"R","type":"string","pattern":"^[A-Z]{1,4}$"},"simplified":{"default":"T","type":"string","pattern":"^[A-Z]{1,4}$"}},"required":["invoice","creditNote","simplified"],"additionalProperties":false},"locale":{"default":null,"anyOf":[{"type":"string","minLength":2,"maxLength":5},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["issuer","scheme","placeOfSupply","jurisdictionCode","rateClass","rateOverrideBp","categoryRateClasses","b2bRecipient","reverseChargeB2B","simplifiedInvoices","commissionInvoice","series","locale","notes"],"additionalProperties":false},"issuer":{"type":"object","properties":{"kind":{"type":"string"},"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["kind","legalName","taxId","country"],"additionalProperties":false},"jurisdiction":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"taxName":{"type":"string"},"eInvoicing":{"type":["string","null"]}},"required":["code","name","taxName","eInvoicing"],"additionalProperties":false},{"type":"null"}]},"jurisdictionCountry":{"type":["string","null"]},"rateClass":{"type":"string"},"tax":{"type":"object","properties":{"scheme":{"type":"string"},"rateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"label":{"type":"string"},"reverseCharge":{"type":"boolean"},"base":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"tax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["scheme","rateBp","label","reverseCharge","base","tax"],"additionalProperties":false},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}},"trace":{"type":"array","items":{"type":"object","properties":{"ruleId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"systemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"outcome":{"type":"string"},"unmet":{"type":"array","items":{"type":"string"}}},"required":["ruleId","ownerOrgId","systemId","outcome"],"additionalProperties":false}}},"required":["system","ruleId","config","issuer","jurisdiction","jurisdictionCountry","rateClass","tax","simplified","mentions","trace"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/invoices":{"get":{"summary":"Facturas de un pedido (con su token de acceso)","tags":["public","billing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions"],"additionalProperties":false}}}}}}}},"/public/invoices/{id}":{"get":{"summary":"Factura imprimible (HTML) con el token de acceso del pedido","tags":["public","billing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/billing/invoices":{"get":{"summary":"Facturas emitidas en nombre de la organizacion y las que recibe (comisiones de la plataforma)","tags":["billing"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"kind":{"type":"string","enum":["invoice","credit_note","commission","commission_credit"]},"orderReference":{"type":"string"},"issuedAt":{"type":"string"},"total":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"taxBase":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"taxAmount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"customerName":{"type":"string"},"customerTaxId":{"type":["string","null"]},"rectifiesId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"issuer":{"type":"object","properties":{"legalName":{"type":"string"},"taxId":{"type":"string"},"country":{"type":"string"}},"required":["legalName","taxId","country"],"additionalProperties":false},"issuerOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"recipientOrgId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"system":{"type":["string","null"]},"jurisdiction":{"type":["string","null"]},"scheme":{"type":"string"},"reverseCharge":{"type":"boolean"},"simplified":{"type":"boolean"},"mentions":{"type":"array","items":{"type":"string"}}},"required":["id","number","kind","orderReference","issuedAt","total","taxBase","taxAmount","customerName","customerTaxId","rectifiesId","issuer","issuerOrgId","recipientOrgId","system","jurisdiction","scheme","reverseCharge","simplified","mentions"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/billing/invoices/{id}":{"get":{"summary":"Factura imprimible (HTML) emitida en nombre de la organizacion o recibida por ella","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/settlements":{"get":{"summary":"Liquidaciones del proveedor y lo pendiente de liquidar","tags":["billing"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"pending":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount","lines"],"additionalProperties":false}},"settlements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"lines":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"periodUntil":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string"},"paidAt":{"type":["string","null"]}},"required":["id","number","providerOrgId","amount","lines","periodUntil","status","createdAt","paidAt"],"additionalProperties":false}}},"required":["pending","settlements"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/settlements.csv":{"get":{"summary":"Liquidaciones del proveedor en CSV (excel=true: punto y coma y coma decimal)","tags":["billing"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/rewards":{"get":{"summary":"Comisiones y royalties de la organizacion: totales por estado y ultimos devengos","tags":["rewards"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"totals":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string"},"status":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["kind","status","currency","amount"],"additionalProperties":false}},"recent":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"itemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"reversed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"rateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"releaseAt":{"type":"string"}},"required":["id","orderId","itemId","kind","amount","reversed","currency","rateBp","status","releaseAt"],"additionalProperties":false}}},"required":["totals","recent"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/rewards.csv":{"get":{"summary":"Comisiones, royalties y su estado en CSV entre dos fechas de devengo (excel=true: punto y coma y coma decimal)","tags":["rewards"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/wallets/orgs/{orgId}":{"get":{"summary":"Monedero de una organizacion: saldos por cuenta y ultimos movimientos","tags":["wallet"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"kind":{"type":"string"},"description":{"type":"string"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","account","amount","currency","kind","description","orderId","createdAt"],"additionalProperties":false}}},"required":["accounts","movements"],"additionalProperties":false}}}}}}},"/me/wallet":{"get":{"summary":"Monedero del cliente (cashback pendiente y disponible)","tags":["wallet"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"label":{"type":"string"},"currency":{"type":"string"},"balance":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"creditLimit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spendable":{"type":"boolean"}},"required":["id","kind","label","currency","balance","creditLimit","spendable"],"additionalProperties":false}},"movements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"account":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"kind":{"type":"string"},"description":{"type":"string"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","account","amount","currency","kind","description","orderId","createdAt"],"additionalProperties":false}}},"required":["accounts","movements"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit":{"get":{"summary":"Credito de la organizacion: lineas con su deuda, extractos y cobros","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false},"statements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string"},"basis":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"issuedAt":{"type":"string"},"dueAt":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"charges":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"trigger":{"type":"string"}},"required":["id","number","lineId","currency","basis","periodStart","periodEnd","issuedAt","dueAt","amount","outstanding","charges","status","trigger"],"additionalProperties":false}},"payments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"mode":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"reference":{"type":"string"},"notes":{"type":"string"},"receivedAt":{"type":"string"},"status":{"type":"string"},"voidReason":{"type":["string","null"]},"allocations":{"type":"array","items":{"type":"object","properties":{"chargeId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":["string","null"]},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["chargeId","reference","amount"],"additionalProperties":false}}},"required":["id","kind","amount","currency","method","mode","statementId","reference","notes","receivedAt","status","voidReason","allocations"],"additionalProperties":false}},"guarantees":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"used":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"issuer":{"type":"string"},"reference":{"type":"string"},"expiresAt":{"type":["string","null"]},"status":{"type":"string"},"notes":{"type":"string"}},"required":["id","lineId","kind","amount","used","currency","issuer","reference","expiresAt","status","notes"],"additionalProperties":false}},"extensions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"endsAt":{"type":"string"},"reason":{"type":"string"},"cancelled":{"type":"boolean"}},"required":["id","amount","startsAt","endsAt","reason","cancelled"],"additionalProperties":false}},"notices":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures","statements","payments","guarantees","extensions","notices"],"additionalProperties":false}}},"required":["lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/charges":{"get":{"summary":"Reservas pagadas a credito de una linea: pendientes, sin extractar, en disputa o todas","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"lineId","required":true},{"schema":{"default":"open","type":"string","enum":["open","unbilled","disputed","all"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"statementId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/credit/statements/{statementId}":{"get":{"summary":"Extracto de credito con sus reservas, lo cobrado y lo pendiente","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"statementId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"statement":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"string"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string"},"basis":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"issuedAt":{"type":"string"},"dueAt":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"charges":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"trigger":{"type":"string"}},"required":["id","number","lineId","currency","basis","periodStart","periodEnd","issuedAt","dueAt","amount","outstanding","charges","status","trigger"],"additionalProperties":false},"charges":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}},"required":["statement","charges"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/statements/{statementId}/export.csv":{"get":{"summary":"Extracto de credito en CSV, una fila por reserva (excel=true: punto y coma y coma decimal)","tags":["credit"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"statementId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/credit/charges/{chargeId}/review":{"post":{"summary":"El socio reconoce o disputa una reserva cargada a credito (la plataforma la devuelve a reconocida al resolver), auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"review":{"type":"string","enum":["recognized","disputed","pending"]},"note":{"default":null,"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["review"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"chargeId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orderId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string"},"reference":{"type":["string","null"]},"customerName":{"type":["string","null"]},"pax":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"settled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outstanding":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"spentAt":{"type":"string"},"activityAt":{"type":["string","null"]},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"review":{"type":"string"},"reviewNote":{"type":["string","null"]}},"required":["id","lineId","orderId","kind","reference","customerName","pax","currency","amount","refunded","settled","outstanding","spentAt","activityAt","statementId","review","reviewNote"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/lines/{lineId}/mandate":{"put":{"summary":"El socio firma el mandato SEPA (IBAN, titular) y sus extractos pasan a cobrarse por domiciliacion, auditado","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"iban":{"type":"string","minLength":15,"maxLength":42},"bic":{"default":null,"anyOf":[{"type":"string","maxLength":11},{"type":"null"}]},"holder":{"type":"string","minLength":2,"maxLength":70},"accept":{"type":"boolean","enum":[true]}},"required":["iban","holder","accept"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}},"delete":{"summary":"Revoca el mandato SEPA: los extractos vuelven a pagarse por transferencia, auditado","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lineId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgName":{"type":"string"},"orgType":{"type":"string"},"currency":{"type":"string"},"limit":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string"},"suspendedReason":{"type":["string","null"]},"suspendedNote":{"type":["string","null"]},"basis":{"type":"string"},"cycle":{"type":"string"},"cycleDay":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cycleDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"termsDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"graceDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"autoSuspend":{"type":"boolean"},"remindBeforeDays":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billingEmail":{"type":["string","null"]},"periodStart":{"type":"string"},"nextCutoffAt":{"type":"string"},"lateRateBp":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFee":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lateFrom":{"type":"string"},"collection":{"type":"string"},"mandate":{"anyOf":[{"type":"object","properties":{"iban":{"type":"string"},"bic":{"type":["string","null"]},"holder":{"type":["string","null"]},"reference":{"type":"string"},"signedAt":{"type":"string"}},"required":["iban","bic","holder","reference","signedAt"],"additionalProperties":false},{"type":"null"}]},"guaranteeCover":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"figures":{"type":"object","properties":{"debt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unbilled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"billed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"overdue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"disputed":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"available":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"extension":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"aging":{"type":"object","properties":{"current":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d1_30":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d31_60":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d61_90":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"d90_plus":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["current","d1_30","d31_60","d61_90","d90_plus"],"additionalProperties":false}},"required":["debt","unbilled","billed","overdue","disputed","available","extension","aging"],"additionalProperties":false}},"required":["id","orgId","orgName","orgType","currency","limit","status","suspendedReason","suspendedNote","basis","cycle","cycleDay","cycleDays","termsDays","graceDays","autoSuspend","remindBeforeDays","billingEmail","periodStart","nextCutoffAt","lateRateBp","lateFee","lateFrom","collection","mandate","guaranteeCover","figures"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/notices":{"post":{"summary":"El socio avisa de un pago (transferencia u otro) con su justificante para que finanzas lo concilie","tags":["credit"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","exclusiveMinimum":0,"maximum":1000000000},"method":{"default":"transfer","type":"string","enum":["transfer","direct_debit","card","cash","check","compensation","other"]},"reference":{"default":"","type":"string","maxLength":200},"paidAt":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"statementId":{"default":null,"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"default":"","type":"string","maxLength":1000},"file":{"default":null,"anyOf":[{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"type":{"type":"string","enum":["application/pdf","image/png","image/jpeg","image/webp"]},"data":{"type":"string","format":"byte","pattern":"^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$"}},"required":["name","type","data"]},{"type":"null"}]}},"required":["lineId","amount","paidAt"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lineId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"method":{"type":"string"},"reference":{"type":"string"},"paidAt":{"type":"string"},"statementId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"note":{"type":"string"},"fileName":{"type":["string","null"]},"status":{"type":"string"},"rejectReason":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","lineId","orgId","amount","currency","method","reference","paidAt","statementId","note","fileName","status","rejectReason","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/credit/notices/{noticeId}/file":{"get":{"summary":"Justificante adjunto a un aviso de pago (PDF o imagen)","tags":["credit"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"noticeId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/groups":{"post":{"summary":"Una agencia o un alojamiento pide una reserva de grupo sobre una franja","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"pax":{"type":"integer","minimum":2,"maximum":10000},"name":{"type":"string","minLength":2,"maxLength":120},"notes":{"default":"","type":"string","maxLength":2000},"contactName":{"type":"string","minLength":2,"maxLength":120},"contactEmail":{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"locale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]}},"required":["slotId","pax","name","contactName","contactEmail"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}},"get":{"summary":"Grupos de la organizacion: los que pide (socio) y los que le piden (proveedor)","tags":["groups"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"default":"any","type":"string","enum":["requester","provider","any"]},"in":"query","name":"side","required":false},{"schema":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/groups/{id}":{"get":{"summary":"Detalle de un grupo con su cotizacion y su lista de pasajeros","tags":["groups"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/quote":{"post":{"summary":"El proveedor cotiza el grupo: precio por tramos de viajeros, plaza gratuita cada N y fecha de liberacion","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"currency":{"type":"string","minLength":3,"maxLength":3},"tiers":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":1,"maximum":10000},"unitRetail":{"type":"integer","minimum":0,"maximum":9007199254740991},"unitNet":{"default":null,"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail"]}},"freeEvery":{"default":null,"anyOf":[{"type":"integer","minimum":1,"maximum":1000},{"type":"null"}]},"releaseAt":{},"message":{"default":null,"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]}},"required":["unitId","currency","tiers","releaseAt"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/reject":{"post":{"summary":"El proveedor rechaza la solicitud de grupo con motivo","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":3,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/accept":{"post":{"summary":"El socio acepta la cotizacion: el aforo queda bloqueado hasta la fecha de liberacion","tags":["groups"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/decline":{"post":{"summary":"El socio no acepta la cotizacion","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":3,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/confirm":{"post":{"summary":"Confirma el grupo con la lista de pasajeros completa: pedido pagado con el monedero (o el credito) del socio","tags":["groups"],"parameters":[{"schema":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/cancel":{"post":{"summary":"Cancela el grupo (el socio o el proveedor): libera el aforo y, si estaba pagado, cancela el pedido","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":3,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"status":{"type":"string","enum":["requested","quoted","rejected","declined","accepted","confirming","confirmed","released","cancelled"]},"name":{"type":"string"},"notes":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startsAt":{"type":"string"},"timezone":{"type":"string"},"activity":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"}},"required":["id","title"],"additionalProperties":false},"option":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"slotId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"requester":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"provider":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"}},"required":["id","name"],"additionalProperties":false},"contactName":{"type":"string"},"contactEmail":{"type":"string"},"quote":{"anyOf":[{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"unitName":{"type":"string"},"currency":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitNet":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["minPax","unitRetail","unitNet"],"additionalProperties":false}},"freeEvery":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"releaseAt":{"type":"string"},"message":{"type":["string","null"]},"price":{"type":"object","properties":{"minPax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"paying":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"free":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitRetail":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["minPax","paying","free","unitRetail","total"],"additionalProperties":false}},"required":["unitId","unitName","currency","tiers","freeEvery","releaseAt","message","price"],"additionalProperties":false},{"type":"null"}]},"quotedAt":{"type":["string","null"]},"releaseAt":{"type":["string","null"]},"order":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"}},"required":["id","reference"],"additionalProperties":false},{"type":"null"}]},"total":{"anyOf":[{"type":"object","properties":{"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},{"type":"null"}]},"reason":{"type":["string","null"]},"passengerCount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"can":{"type":"object","properties":{"request":{"type":"boolean"},"quote":{"type":"boolean"}},"required":["request","quote"],"additionalProperties":false},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","reference","status","name","notes","pax","startsAt","timezone","activity","option","slotId","requester","provider","contactName","contactEmail","quote","quotedAt","releaseAt","order","total","reason","passengerCount","can","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"/groups/{id}/passengers":{"post":{"summary":"Añade pasajeros a la lista del grupo","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"passengers":{"minItems":1,"maxItems":500,"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"documentId":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["name"]}}},"required":["passengers"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}}},"/groups/{id}/passengers/import":{"post":{"summary":"Importa la lista de pasajeros desde un CSV (nombre, documento, fecha de nacimiento, nacionalidad, notas)","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csv":{"type":"string","maxLength":5000000},"dryRun":{"default":false,"type":"boolean"}},"required":["csv"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"imported":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"passengers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"documentId":{"default":null,"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"default":null,"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"notes":{"default":null,"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["name","documentId","birthDate","nationality","notes"],"additionalProperties":false}},"errors":{"type":"array","items":{"type":"object","properties":{"row":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"message":{"type":"string"}},"required":["row","message"],"additionalProperties":false}}},"required":["imported","passengers","errors"],"additionalProperties":false}}}}}}},"/groups/{id}/passengers/{passengerId}":{"patch":{"summary":"Cambia el nombre o los datos de un pasajero (hasta que empieza la actividad)","tags":["groups"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"documentId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"passengerId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"notes":{"type":["string","null"]}},"required":["id","name","documentId","birthDate","nationality","notes"],"additionalProperties":false}}}}}},"delete":{"summary":"Quita un pasajero de la lista (antes de confirmar el grupo)","tags":["groups"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"passengerId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/integrations":{"post":{"summary":"Conecta el sistema de reservas del proveedor (OCTO): URL base y clave de API","tags":["integrations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":120},"baseUrl":{"type":"string","maxLength":300,"format":"uri"},"apiKey":{"type":"string","minLength":8,"maxLength":500}},"required":["name","baseUrl","apiKey"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"baseUrl":{"type":"string"},"status":{"type":"string"},"lastSyncAt":{"type":["string","null"]},"lastError":{"type":["string","null"]}},"required":["id","providerOrgId","name","kind","baseUrl","status","lastSyncAt","lastError"],"additionalProperties":false}}}}}},"get":{"summary":"Conexiones del proveedor con su estado de sincronizacion","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"kind":{"type":"string"},"baseUrl":{"type":"string"},"status":{"type":"string"},"lastSyncAt":{"type":["string","null"]},"lastError":{"type":["string","null"]}},"required":["id","providerOrgId","name","kind","baseUrl","status","lastSyncAt","lastError"],"additionalProperties":false}}}}}}}},"/integrations/{id}/remote-products":{"get":{"summary":"Productos, opciones y tipos de entrada del sistema del proveedor (para mapearlos)","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"units":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":["string","null"]},"type":{"type":["string","null"]}},"required":["id","name","type"],"additionalProperties":false}}},"required":["id","name","units"],"additionalProperties":false}}},"required":["id","name","options"],"additionalProperties":false}}}}}}}},"/integrations/{id}/mappings/{optionId}":{"put":{"summary":"Vincula una modalidad propia a un producto y opcion del proveedor: su disponibilidad pasa a venir de alli","tags":["integrations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"externalProductId":{"type":"string","minLength":1,"maxLength":200},"externalOptionId":{"type":"string","minLength":1,"maxLength":200},"units":{"minItems":1,"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"externalUnitId":{"type":"string","minLength":1,"maxLength":200}},"required":["unitId","externalUnitId"]}}},"required":["externalProductId","externalOptionId","units"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"optionId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"optionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"connectionId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["optionId","connectionId"],"additionalProperties":false}}}}}},"delete":{"summary":"Desvincula la modalidad: vuelve a sus horarios y aforos propios","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"optionId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/integrations/{id}/sync":{"post":{"summary":"Sincroniza ahora la disponibilidad del proveedor","tags":["integrations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"options":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"slots":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["options","slots"],"additionalProperties":false}}}}}}},"/octo/v1/supplier":{"get":{"summary":"OCTO: datos del proveedor (la plataforma)","tags":["octo"],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/products":{"get":{"summary":"OCTO: productos que el revendedor puede vender","tags":["octo"],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/products/{productId}":{"get":{"summary":"OCTO: un producto con sus opciones y tipos de entrada","tags":["octo"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"productId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/availability":{"post":{"summary":"OCTO: franjas con estado, plazas y precio por tipo de entrada","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"localDateStart":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"localDateEnd":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"required":["productId","optionId","localDateStart","localDateEnd"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/availability/calendar":{"post":{"summary":"OCTO: calendario por dias","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"localDateStart":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"localDateEnd":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"}},"required":["productId","optionId","localDateStart","localDateEnd"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings":{"post":{"summary":"OCTO: reserva en espera (bloquea plazas hasta confirmar o caducar)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"uuid":{"type":"string","minLength":8,"maxLength":100},"productId":{"type":"string","maxLength":100},"optionId":{"type":"string","maxLength":100},"availabilityId":{"type":"string","maxLength":100},"expirationMinutes":{"type":"integer","minimum":1,"maximum":1440},"notes":{"type":"string","maxLength":1000},"resellerReference":{"type":"string","maxLength":100},"unitItems":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","maxLength":100},"uuid":{"type":"string","maxLength":100}},"required":["unitId"]}}},"required":["productId","optionId","availabilityId","unitItems"]}}}},"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}":{"get":{"summary":"OCTO: estado de una reserva","tags":["octo"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}/confirm":{"post":{"summary":"OCTO: confirma la reserva (se paga con el monedero del revendedor)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"resellerReference":{"type":"string","maxLength":100},"contact":{"type":"object","properties":{"fullName":{"type":"string","minLength":2,"maxLength":120},"emailAddress":{"type":"string","format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"phoneNumber":{"type":"string","maxLength":40},"country":{"type":"string","maxLength":2}},"required":["fullName","emailAddress"]}},"required":["contact"]}}}},"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/octo/v1/bookings/{uuid}/cancel":{"post":{"summary":"OCTO: cancela (en espera: libera plazas; confirmada: segun la politica, al monedero)","tags":["octo"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"default":{},"type":"object","properties":{"reason":{"type":"string","maxLength":500}}}}}},"parameters":[{"schema":{"type":"string","maxLength":100},"in":"path","name":"uuid","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/orgs/{orgId}/reports/sales.csv":{"get":{"summary":"Ventas por dia en CSV (excel=true: separador punto y coma y coma decimal)","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/reports/sales":{"get":{"summary":"Ventas de la organizacion por dia (como vendedor, proveedor o plataforma) y actividades mas vendidas","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"from","required":true},{"schema":{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"in":"query","name":"to","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"role":{"type":"string","enum":["seller","provider","platform"]},"series":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"currency":{"type":"string"},"orders":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"gross":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunds":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"cancelled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["day","currency","orders","items","pax","gross","refunds","cancelled"],"additionalProperties":false}},"top":{"type":"array","items":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"net":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["activityId","title","currency","pax","net"],"additionalProperties":false}}},"required":["role","series","top"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/dashboards/catalog":{"get":{"summary":"Elementos predefinidos que la organizacion puede arrastrar a sus tableros (con sus graficas), periodos y tablero por omision","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"periods":{"type":"array","items":{"type":"string"}},"elements":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"kind":{"type":"string"},"unit":{"type":"string"},"snapshot":{"type":"boolean"},"charts":{"type":"array","items":{"type":"string"}}},"required":["id","kind","unit","snapshot","charts"],"additionalProperties":false}},"defaultWidgets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"],"additionalProperties":false}}},"required":["periods","elements","defaultWidgets"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/dashboards":{"get":{"summary":"Tableros de estadisticas de la organizacion (el principal primero)","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"isDefault":{"type":"boolean"},"shared":{"type":"boolean"},"readOnly":{"type":"boolean"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerName":{"type":"string"},"widgets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"],"additionalProperties":false}},"updatedAt":{"type":"string"}},"required":["id","name","isDefault","shared","readOnly","ownerOrgId","ownerName","widgets","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Crea un tablero de estadisticas con elementos del catalogo, auditado","tags":["reports"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":80},"isDefault":{"default":false,"type":"boolean"},"shared":{"default":false,"type":"boolean"},"widgets":{"maxItems":24,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"]}}},"required":["name","widgets"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"isDefault":{"type":"boolean"},"shared":{"type":"boolean"},"readOnly":{"type":"boolean"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerName":{"type":"string"},"widgets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"],"additionalProperties":false}},"updatedAt":{"type":"string"}},"required":["id","name","isDefault","shared","readOnly","ownerOrgId","ownerName","widgets","updatedAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/dashboards/{dashboardId}":{"put":{"summary":"Guarda un tablero: nombre, elementos, orden, tamaño, grafica y periodo, auditado","tags":["reports"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":80},"isDefault":{"default":false,"type":"boolean"},"shared":{"default":false,"type":"boolean"},"widgets":{"maxItems":24,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"]}}},"required":["name","widgets"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"dashboardId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"isDefault":{"type":"boolean"},"shared":{"type":"boolean"},"readOnly":{"type":"boolean"},"ownerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"ownerName":{"type":"string"},"widgets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,40}$"},"element":{"type":"string","maxLength":60},"chart":{"type":"string","enum":["number","bar","line","area","donut","table"]},"period":{"type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]},"size":{"anyOf":[{"type":"number","enum":[1]},{"type":"number","enum":[2]},{"type":"number","enum":[3]}]}},"required":["id","element","chart","period","size"],"additionalProperties":false}},"updatedAt":{"type":"string"}},"required":["id","name","isDefault","shared","readOnly","ownerOrgId","ownerName","widgets","updatedAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un tablero de estadisticas, auditado","tags":["reports"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"dashboardId","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/dashboards/{dashboardId}/export.csv":{"get":{"summary":"Exporta un tablero a CSV con los datos de la organizacion y su subarbol: una fila por cifra, punto o fila de cada elemento (excel=true: separador punto y coma y coma decimal)","tags":["reports"],"parameters":[{"schema":{"type":"string"},"in":"query","name":"excel","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"dashboardId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/orgs/{orgId}/metrics":{"post":{"summary":"Datos de varios elementos del catalogo a la vez (indicadores, series, rankings y repartos) de la organizacion y su subarbol","tags":["reports"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"queries":{"minItems":1,"maxItems":40,"type":"array","items":{"type":"object","properties":{"key":{"type":"string","maxLength":40},"element":{"type":"string","maxLength":60},"period":{"default":"30d","type":"string","enum":["7d","30d","90d","365d","mtd","ytd","prevMonth"]}},"required":["key","element"]}}},"required":["queries"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"object","properties":{"kind":{"type":"string","enum":["kpi"]},"unit":{"type":"string"},"values":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"value":{"type":"number"},"previous":{"type":["number","null"]}},"required":["currency","value","previous"],"additionalProperties":false}}},"required":["kind","unit","values"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["series"]},"unit":{"type":"string"},"currency":{"type":["string","null"]},"bucket":{"type":"string","enum":["day","week","month"]},"points":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}}},"required":["kind","unit","currency","bucket","points"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","enum":["ranking","breakdown"]},"unit":{"type":"string"},"currency":{"type":["string","null"]},"rows":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}}},"required":["kind","unit","currency","rows"],"additionalProperties":false}]},{"type":"null"}]}}},"required":["results"],"additionalProperties":false}}}}}}},"/webhooks/events":{"get":{"summary":"Eventos que se pueden recibir por webhook, con su version y descripcion","tags":["webhooks"],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"type":"string"}},"required":["type","version","description"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks":{"post":{"summary":"Crea un destino de webhooks (el secreto de firma solo se muestra ahora)","tags":["webhooks"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","maxLength":500,"format":"uri"},"events":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"description":{"default":null,"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}},"required":["url","events"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"endpoint":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false},"secret":{"type":"string"}},"required":["endpoint","secret"],"additionalProperties":false}}}}}},"get":{"summary":"Destinos de webhooks de la organizacion","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks/{id}":{"patch":{"summary":"Cambia URL, eventos, descripcion o estado (reactivar pone a cero los fallos)","tags":["webhooks"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","maxLength":500,"format":"uri"},"events":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","maxLength":100}},"status":{"type":"string","enum":["active","disabled"]},"description":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"description":{"type":["string","null"]},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"consecutiveFailures":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","url","description","events","status","consecutiveFailures","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Elimina un destino y sus entregas","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/rotate-secret":{"post":{"summary":"Nuevo secreto de firma (el anterior deja de valer al instante)","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"}},"required":["secret"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/test":{"post":{"summary":"Envia un evento de prueba `webhook.ping` firmado","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/webhooks/{id}/deliveries":{"get":{"summary":"Ultimas entregas del destino con su resultado","tags":["webhooks"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/webhooks/{id}/deliveries/{deliveryId}/retry":{"post":{"summary":"Reintenta ya una entrega (tambien una fallida)","tags":["webhooks"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"deliveryId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"lastStatus":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"lastError":{"type":["string","null"]},"nextAttemptAt":{"type":"string"},"createdAt":{"type":"string"},"deliveredAt":{"type":["string","null"]}},"required":["id","eventId","eventType","status","attempts","lastStatus","lastError","nextAttemptAt","createdAt","deliveredAt"],"additionalProperties":false}}}}}}},"/public/activities/{id}/assistant":{"post":{"summary":"Asistente de la ficha: responde a una pregunta sobre la actividad solo con sus datos publicados (limite por visitante y tope de gasto de IA)","tags":["public","content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"question":{"type":"string","minLength":2,"maxLength":500},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"history":{"default":[],"maxItems":20,"type":"array","items":{"type":"object","properties":{"role":{"type":"string","enum":["user","assistant"]},"text":{"type":"string","maxLength":2000}},"required":["role","text"]}}},"required":["question","locale"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"answer":{"type":"string"},"answered":{"type":"boolean"}},"required":["answer","answered"],"additionalProperties":false}}}}}}},"/content/activities/{activityId}/jobs":{"post":{"summary":"Encarga a la IA una descripcion, textos SEO o una traduccion de la actividad (queda pendiente de revision)","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["description","seo","translation"]},"sourceLocale":{"default":"es","type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"targetLocale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"instructions":{"default":null,"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}]}},"required":["kind","targetLocale"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"activityId","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page","outreach"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs":{"get":{"summary":"Encargos de contenido visibles (los de tus proveedores; la plataforma ve todos); con `pageId`, los de una pagina editorial","tags":["content"],"parameters":[{"schema":{"type":"string","enum":["queued","running","review","approved","rejected","failed"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"pageId","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page","outreach"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}}},"/content/jobs/{id}":{"get":{"summary":"Un encargo de contenido con su propuesta","tags":["content"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page","outreach"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs/{id}/approve":{"post":{"summary":"Aprueba la propuesta (tal cual o corregida); el catalogo la aplica a la actividad en ese idioma","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"maxItems":12,"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page","outreach"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/content/jobs/{id}/reject":{"post":{"summary":"Descarta la propuesta con un motivo","tags":["content"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string","minLength":1,"maxLength":500}},"required":["reason"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"orgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"pageId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"kind":{"type":"string","enum":["description","seo","translation","page","outreach"]},"sourceLocale":{"type":"string"},"targetLocale":{"type":"string"},"instructions":{"type":["string","null"]},"status":{"type":"string"},"result":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"approved":{"anyOf":[{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"highlights":{"type":"array","items":{"type":"string"}},"seoTitle":{"type":"string"},"seoDescription":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"model":{"type":["string","null"]},"inputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"outputTokens":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"error":{"type":["string","null"]},"createdAt":{"type":"string"},"reviewedAt":{"type":["string","null"]}},"required":["id","orgId","activityId","pageId","kind","sourceLocale","targetLocale","instructions","status","result","approved","model","inputTokens","outputTokens","costCents","error","createdAt","reviewedAt"],"additionalProperties":false}}}}}}},"/translations/coverage":{"get":{"summary":"Cobertura por idioma de varias actividades (publicado, borrador, desfasado, falta)","tags":["translations"],"parameters":[{"schema":{"type":"string","maxLength":3700},"in":"query","name":"ids","required":true},{"schema":{"type":"string","maxLength":100},"in":"query","name":"locales","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"sourceLocale":{"type":"string"},"locales":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"published":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"draft":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"stale":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"missing":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["published","draft","stale","missing"],"additionalProperties":false}}},"required":["activityId","sourceLocale","locales"],"additionalProperties":false}}}}}}}},"/translations/activities/{id}/{locale}":{"get":{"summary":"Campos de una actividad en un idioma: original, publicado, borrador, estado e historial","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"sourceLocale":{"type":"string"},"locale":{"type":"string"},"fields":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"source":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"published":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draft":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draftOrigin":{"type":["string","null"]},"draftModel":{"type":["string","null"]},"warnings":{"type":"array","items":{"type":"string"}},"stale":{"type":"boolean"},"state":{"type":"string","enum":["published","draft","stale","missing"]},"publishedAt":{"type":["string","null"]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["field","source","published","draft","draftOrigin","draftModel","warnings","stale","state","publishedAt","version"],"additionalProperties":false}},"history":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"action":{"type":"string"},"actorId":{"type":["string","null"]},"before":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"after":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"detail":{"type":["string","null"]},"at":{"type":"string"}},"required":["field","action","actorId","before","after","detail","at"],"additionalProperties":false}},"suggestions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"locale":{"type":"string"},"status":{"type":"string"},"fromMemory":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromAi":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","locale","status","fromMemory","fromAi","model","error","createdAt"],"additionalProperties":false}}},"required":["activityId","sourceLocale","locale","fields","history","suggestions"],"additionalProperties":false}}}}}}},"/translations/activities/{id}/{locale}/{field}":{"put":{"summary":"Guarda el borrador de un campo (escrito o corregido por una persona)","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["text"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"field":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"source":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"published":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draft":{"anyOf":[{"anyOf":[{"type":"string","minLength":1,"maxLength":20000},{"minItems":1,"maxItems":30,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}]},{"type":"null"}]},"draftOrigin":{"type":["string","null"]},"draftModel":{"type":["string","null"]},"warnings":{"type":"array","items":{"type":"string"}},"stale":{"type":"boolean"},"state":{"type":"string","enum":["published","draft","stale","missing"]},"publishedAt":{"type":["string","null"]},"version":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["field","source","published","draft","draftOrigin","draftModel","warnings","stale","state","publishedAt","version"],"additionalProperties":false}}}}}},"delete":{"summary":"Retira un campo publicado: la web vuelve a mostrar el texto original","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/translations/activities/{id}/{locale}/{field}/draft":{"delete":{"summary":"Descarta el borrador de un campo (lo publicado no cambia)","tags":["translations"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true},{"schema":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]},"in":"path","name":"field","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/translations/activities/{id}/{locale}/publish":{"post":{"summary":"Publica los borradores revisados de un idioma (todos o los campos indicados)","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"maxItems":20,"type":"array","items":{"type":"string","enum":["title","summary","description","highlights","included","excluded","meetingInstructions","seoTitle","seoDescription"]}}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"path","name":"locale","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"published":{"type":"array","items":{"type":"string"}}},"required":["published"],"additionalProperties":false}}}}}}},"/translations/activities/{id}/suggest":{"post":{"summary":"Pide sugerencias (memoria de traduccion y, si falta, IA) para lo que falta o esta desfasado","tags":["translations"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locales":{"minItems":1,"maxItems":12,"type":"array","items":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]}}},"required":["locales"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"202":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"locale":{"type":"string"},"status":{"type":"string"},"fromMemory":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fromAi":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"model":{"type":["string","null"]},"error":{"type":["string","null"]},"createdAt":{"type":"string"}},"required":["id","locale","status","fromMemory","fromAi","model","error","createdAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/media":{"get":{"summary":"Imagenes subidas por la organizacion","tags":["media"],"parameters":[{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"contentType":{"type":"string"},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"name":{"type":["string","null"]},"storage":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","url","contentType","size","width","height","name","storage","createdAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Sube una imagen (JPEG, PNG o WebP; el cuerpo es el fichero). Devuelve su URL relativa para usarla en fichas y marca","tags":["media"],"parameters":[{"schema":{"type":"string","maxLength":200},"in":"query","name":"name","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"contentType":{"type":"string"},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"name":{"type":["string","null"]},"storage":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","url","contentType","size","width","height","name","storage","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/media/{id}":{"delete":{"summary":"Borra una imagen (las fichas que la usen dejaran de mostrarla)","tags":["media"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","enum":[true]}},"required":["ok"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients":{"get":{"summary":"Clientes de la agencia (busca por nombre, correo, telefono o documento)","tags":["crm"],"parameters":[{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":200},"in":"query","name":"limit","required":false},{"schema":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"in":"query","name":"offset","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["items","total"],"additionalProperties":false}}}}}},"post":{"summary":"Alta de un cliente de la agencia","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"email":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"documentId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"address":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]}},"required":["name"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients/import":{"post":{"summary":"Importa clientes de un CSV con cabecera (actualiza por correo; hasta 5000 filas; dryRun valida sin escribir)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csv":{"type":"string","minLength":1,"maxLength":5000000},"dryRun":{"default":false,"type":"boolean"}},"required":["csv"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"rows":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"created":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updated":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"errors":{"type":"array","items":{"type":"object","properties":{"line":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"message":{"type":"string"}},"required":["line","message"],"additionalProperties":false}}},"required":["rows","created","updated","errors"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/clients/{clientId}":{"get":{"summary":"Ficha de un cliente con sus expedientes","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"},"fileList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt"],"additionalProperties":false}}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt","fileList"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia los datos de un cliente","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"email":{"anyOf":[{"type":"string","maxLength":254,"format":"email","pattern":"^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"documentId":{"anyOf":[{"type":"string","maxLength":40},{"type":"null"}]},"birthDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"nationality":{"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"address":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false}}}}}},"delete":{"summary":"Borra un cliente sin expedientes","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"clientId","required":true}],"responses":{"204":{"description":"Default Response"}}}},"/orgs/{orgId}/crm/files":{"get":{"summary":"Expedientes de la agencia con su cliente y lo vendido","tags":["crm"],"parameters":[{"schema":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"clientId","required":false},{"schema":{"type":"string","maxLength":100},"in":"query","name":"q","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt"],"additionalProperties":false}}}}}}},"post":{"summary":"Abre un expediente para un cliente (codigo EXP-<año>-<n> correlativo)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":200},"destination":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"startDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"endDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"travellers":{"type":"integer","minimum":1,"maximum":999},"notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]}},"required":["clientId","title"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}":{"get":{"summary":"Expediente con su cliente y sus ventas","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia un expediente (datos del viaje o estado)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string","minLength":1,"maxLength":200},"destination":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"startDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"endDate":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"travellers":{"type":"integer","minimum":1,"maximum":999},"notes":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/sales":{"get":{"summary":"Ventas confirmadas de la agencia (unlinked: las que no estan en un expediente)","tags":["crm"],"parameters":[{"schema":{"type":"string","enum":["true","false"]},"in":"query","name":"unlinked","required":false},{"schema":{"type":"string","maxLength":254},"in":"query","name":"email","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/sales":{"post":{"summary":"Asocia una venta de la agencia al expediente por su referencia","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":4,"maxLength":40}},"required":["reference"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/sales/{orderId}":{"delete":{"summary":"Saca una venta del expediente (la venta no cambia)","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orderId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"code":{"type":"string"},"clientId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"clientName":{"type":"string"},"title":{"type":"string"},"status":{"type":"string","enum":["open","confirmed","travelling","closed","cancelled"]},"destination":{"type":["string","null"]},"startDate":{"type":["string","null"]},"endDate":{"type":["string","null"]},"travellers":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notes":{"type":["string","null"]},"sales":{"type":"array","items":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["currency","amount"],"additionalProperties":false}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"client":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string"},"email":{"type":["string","null"]},"phone":{"type":["string","null"]},"documentId":{"type":["string","null"]},"birthDate":{"type":["string","null"]},"nationality":{"type":["string","null"]},"address":{"type":["string","null"]},"notes":{"type":["string","null"]},"files":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"createdAt":{"type":"string"}},"required":["id","name","email","phone","documentId","birthDate","nationality","address","notes","files","createdAt"],"additionalProperties":false},"saleList":{"type":"array","items":{"type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"reference":{"type":"string"},"customerName":{"type":["string","null"]},"customerEmail":{"type":"string"},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"refunded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"currency":{"type":"string"},"pax":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fileId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"confirmedAt":{"type":"string"}},"required":["orderId","reference","customerName","customerEmail","amount","refunded","currency","pax","fileId","confirmedAt"],"additionalProperties":false}}},"required":["id","code","clientId","clientName","title","status","destination","startDate","endDate","travellers","notes","sales","createdAt","updatedAt","client","saleList"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/quotes":{"get":{"summary":"Presupuestos del expediente (el mas reciente primero) con su total","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","items"],"additionalProperties":false}}}}}}},"post":{"summary":"Nuevo presupuesto del expediente (numerado); copyFrom duplica otro con sus partidas","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"validUntil":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"intro":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"showPrices":{"type":"boolean"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"copyFrom":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["title"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/files/{fileId}/quotes/generate":{"post":{"summary":"Genera con IA un presupuesto en borrador con itinerario por dias a partir del catalogo del destino y de los viajes anteriores de la organizacion","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":21},"travellers":{"type":"integer","minimum":1,"maximum":99},"interests":{"maxItems":10,"type":"array","items":{"type":"string","minLength":1,"maxLength":60}},"pace":{"type":"string","enum":["relaxed","balanced","intense"]},"budget":{"type":"integer","minimum":0,"maximum":100000000},"instructions":{"type":"string","maxLength":1000},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"useHistory":{"type":"boolean"},"title":{"type":"string","minLength":1,"maxLength":200}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"fileId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"quote":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false},"generation":{"type":"object","properties":{"model":{"type":"string"},"costCents":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"bookable":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unscheduled":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"discarded":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"basedOn":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"candidates":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["model","costCents","bookable","unscheduled","discarded","basedOn","candidates"],"additionalProperties":false}},"required":["quote","generation"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}":{"get":{"summary":"Presupuesto con su itinerario ordenado por dia y hora","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}},"patch":{"summary":"Cambia el presupuesto (solo en borrador o enviado) o su estado: enviado, rechazado o de vuelta a borrador","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"validUntil":{"anyOf":[{"type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},{"type":"null"}]},"intro":{"anyOf":[{"type":"string","maxLength":4000},{"type":"null"}]},"showPrices":{"type":"boolean"},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"status":{"type":"string","enum":["draft","sent","rejected"]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/items":{"post":{"summary":"Añade una partida al itinerario: actividad del catalogo (con modalidad, horario y viajeros) o manual (hotel, vuelo, traslado u otra)","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":1,"maximum":365},"days":{"type":"integer","minimum":1,"maximum":365},"startTime":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"location":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"quantity":{"type":"integer","minimum":1,"maximum":999},"unitPrice":{"type":"integer","minimum":0,"maximum":100000000},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"]}},{"type":"null"}]}},"required":["kind","day","title","unitPrice"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/items/{itemId}":{"patch":{"summary":"Cambia una partida del itinerario","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":1,"maximum":365},"days":{"type":"integer","minimum":1,"maximum":365},"startTime":{"anyOf":[{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$"},{"type":"null"}]},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}]},"location":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"quantity":{"type":"integer","minimum":1,"maximum":999},"unitPrice":{"type":"integer","minimum":0,"maximum":100000000},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"]}},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}},"delete":{"summary":"Quita una partida del itinerario","tags":["crm"],"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"itemId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/orgs/{orgId}/crm/quotes/{quoteId}/converted":{"post":{"summary":"Marca el presupuesto como vendido con la referencia del pedido (creado con el carrito abierto desde el expediente); confirma el expediente","tags":["crm"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reference":{"type":"string","minLength":4,"maxLength":40}},"required":["reference"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"orgId","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"quoteId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"fileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"number":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":"string"},"status":{"type":"string","enum":["draft","sent","accepted","rejected","converted"]},"currency":{"type":"string"},"locale":{"type":"string"},"validUntil":{"type":["string","null"]},"intro":{"type":["string","null"]},"showPrices":{"type":"boolean"},"shareToken":{"type":"string"},"orderReference":{"type":["string","null"]},"total":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sentAt":{"type":["string","null"]},"decidedAt":{"type":["string","null"]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lines":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"kind":{"type":"string","enum":["activity","hotel","flight","transfer","other"]},"day":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"days":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startTime":{"type":["string","null"]},"title":{"type":"string"},"description":{"type":["string","null"]},"location":{"type":["string","null"]},"quantity":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unitPrice":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"amount":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"activityId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"optionId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"slotId":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"units":{"anyOf":[{"maxItems":20,"type":"array","items":{"type":"object","properties":{"unitId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","maxLength":120},"quantity":{"type":"integer","minimum":1,"maximum":99}},"required":["unitId","name","quantity"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","kind","day","days","startTime","title","description","location","quantity","unitPrice","amount","activityId","optionId","slotId","units"],"additionalProperties":false}}},"required":["id","fileId","number","title","status","currency","locale","validUntil","intro","showPrices","shareToken","orderReference","total","sentAt","decidedAt","createdAt","updatedAt","lines"],"additionalProperties":false}}}}}}},"/public/partnerships/{token}":{"get":{"summary":"Propuesta de colaboracion para el socio: ventajas, herramientas, condiciones y borrador del contrato","tags":["public","sourcing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":64},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"number":{"type":"string"},"status":{"type":"string","enum":["draft","sent","viewed","accepted","rejected","signed","withdrawn","expired"]},"locale":{"type":"string","enum":["es","en"]},"partnerType":{"type":"string","enum":["provider","agency","accommodation","affiliate"]},"brand":{"type":"object","properties":{"name":{"type":"string"},"site":{"type":"string"}},"required":["name","site"],"additionalProperties":false},"partner":{"type":"object","properties":{"name":{"type":"string"},"legalName":{"type":["string","null"]},"taxId":{"type":["string","null"]},"city":{"type":["string","null"]}},"required":["name","legalName","taxId","city"],"additionalProperties":false},"recipientName":{"type":["string","null"]},"message":{"type":["string","null"]},"terms":{"type":"object","properties":{"commissionPercent":{"type":"number","minimum":0,"maximum":100},"paymentTermsDays":{"type":"integer","minimum":0,"maximum":365},"durationMonths":{"type":"integer","minimum":1,"maximum":120},"noticeDays":{"type":"integer","minimum":0,"maximum":365},"exclusivity":{"type":"boolean"},"currency":{"type":"string","minLength":3,"maxLength":3},"cookieDays":{"anyOf":[{"type":"integer","minimum":0,"maximum":365},{"type":"null"}]},"creditLimit":{"anyOf":[{"type":"integer","minimum":0,"maximum":9007199254740991},{"type":"null"}]},"extras":{"maxItems":20,"type":"array","items":{"type":"string","minLength":1,"maxLength":500}}},"required":["commissionPercent","paymentTermsDays","durationMonths","noticeDays","exclusivity","currency","cookieDays","creditLimit","extras"],"additionalProperties":false},"pitch":{"type":"object","properties":{"headline":{"type":"string"},"benefits":{"type":"array","items":{"type":"string"}},"tools":{"type":"array","items":{"type":"string"}}},"required":["headline","benefits","tools"],"additionalProperties":false},"expiresAt":{"type":["string","null"]},"showcase":{"type":["string","null"]},"signedAt":{"type":["string","null"]},"signerName":{"type":["string","null"]},"contractHash":{"type":["string","null"]},"contractPreview":{"type":"string"}},"required":["number","status","locale","partnerType","brand","partner","recipientName","message","terms","pitch","expiresAt","showcase","signedAt","signerName","contractHash","contractPreview"],"additionalProperties":false}}}}}}},"/public/partnerships/{token}/accept":{"post":{"summary":"El socio acepta la propuesta (queda pendiente de firmar el contrato)","tags":["public","sourcing"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":64},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["accepted"]}},"required":["status"],"additionalProperties":false}}}}}}},"/public/partnerships/{token}/reject":{"post":{"summary":"El socio rechaza la propuesta (con un motivo opcional)","tags":["public","sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}}}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":64},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["rejected"]}},"required":["status"],"additionalProperties":false}}}}}}},"/public/partnerships/{token}/code":{"post":{"summary":"Datos de quien firma: congela el texto del contrato y envia un codigo de un solo uso al correo de la propuesta","tags":["public","sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"signerName":{"type":"string","minLength":3,"maxLength":160},"signerRole":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}]},"legalName":{"type":"string","minLength":2,"maxLength":200},"taxId":{"anyOf":[{"type":"string","minLength":5,"maxLength":40},{"type":"null"}]}},"required":["signerName","legalName"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":64},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"contractText":{"type":"string"},"contractHash":{"type":"string"},"sentTo":{"type":"string"}},"required":["contractText","contractHash","sentTo"],"additionalProperties":false}}}}}}},"/public/partnerships/{token}/sign":{"post":{"summary":"Firma el contrato con el codigo recibido: se guardan huella, fecha, IP y navegador y se da de alta al socio","tags":["public","sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","pattern":"^\\d{6}$"},"contractHash":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"required":["code","contractHash"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":64},"in":"path","name":"token","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["signed"]},"signedAt":{"type":"string"},"contractHash":{"type":"string"},"loginUrl":{"type":"string"}},"required":["status","signedAt","contractHash","loginUrl"],"additionalProperties":false}}}}}}},"/public/partnerships/unsubscribe":{"post":{"summary":"Baja desde el enlace de un correo de captacion: el socio no vuelve a ser contactado","tags":["public","sourcing"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"p":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"t":{"type":"string","minLength":10,"maxLength":64}},"required":["p","t"]}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["unsubscribed"]},"masked":{"type":["string","null"]}},"required":["status","masked"],"additionalProperties":false}}}}}}},"/public/activities/{id}/reviews":{"get":{"summary":"Opiniones publicadas de una actividad: valoracion media, distribucion por estrellas, opiniones paginadas y galeria de fotos de clientes","tags":["public","reviews"],"parameters":[{"schema":{"default":1,"type":"integer","minimum":1,"maximum":500},"in":"query","name":"page","required":false},{"schema":{"default":10,"type":"integer","minimum":1,"maximum":50},"in":"query","name":"pageSize","required":false},{"schema":{"default":"recent","type":"string","enum":["recent","rating_desc","rating_asc"]},"in":"query","name":"sort","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"summary":{"type":"object","properties":{"average":{"type":"number"},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"distribution":{"type":"array","items":{"type":"object","properties":{"stars":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"count":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["stars","count"],"additionalProperties":false}}},"required":["average","count","distribution"],"additionalProperties":false},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"rating":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":["string","null"]},"body":{"type":"string"},"authorName":{"type":"string"},"authorCountry":{"type":["string","null"]},"locale":{"type":"string"},"experiencedAt":{"type":"string"},"publishedAt":{"type":"string"},"reply":{"type":["string","null"]},"replyAt":{"type":["string","null"]},"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]}},"required":["id","url","width","height"],"additionalProperties":false}}},"required":["id","rating","title","body","authorName","authorCountry","locale","experiencedAt","publishedAt","reply","replyAt","photos"],"additionalProperties":false}},"page":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pageSize":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"gallery":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"authorName":{"type":"string"}},"required":["id","url","width","height","authorName"],"additionalProperties":false}}},"required":["summary","items","page","pageSize","gallery"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/reviews":{"get":{"summary":"Actividades de un pedido y si se puede opinar sobre ellas (solo las ya disfrutadas), con la opinion enviada y su estado","tags":["public","reviews"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]},"in":"query","name":"locale","required":false},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"orderItemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"title":{"type":"string"},"startsAt":{"type":"string"},"state":{"type":"string","enum":["reviewable","reviewed","upcoming","not_eligible","expired"]},"review":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","published","rejected"]},"rating":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":["string","null"]},"body":{"type":"string"},"authorName":{"type":"string"},"rejectReason":{"type":["string","null"]},"reply":{"type":["string","null"]},"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["pending","approved","rejected"]}},"required":["id","url","width","height","status"],"additionalProperties":false}}},"required":["id","status","rating","title","body","authorName","rejectReason","reply","photos"],"additionalProperties":false},{"type":"null"}]}},"required":["orderItemId","activityId","title","startsAt","state","review"],"additionalProperties":false}}},"required":["items"],"additionalProperties":false}}}}}},"post":{"summary":"El cliente opina sobre una actividad disfrutada de su pedido (valoracion de 1 a 5 y texto); queda pendiente de moderacion","tags":["public","reviews"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"orderItemId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"rating":{"type":"integer","minimum":1,"maximum":5},"title":{"default":null,"anyOf":[{"type":"string","maxLength":120},{"type":"null"}]},"body":{"type":"string","minLength":20,"maxLength":4000},"authorName":{"default":null,"anyOf":[{"type":"string","maxLength":60},{"type":"null"}]},"locale":{"type":"string","enum":["es","en","fr","de","it","pt","zh","hi","ar","ru","id","ja"]}},"required":["orderItemId","rating","body","locale"]}}}},"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","published","rejected"]},"rating":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":["string","null"]},"body":{"type":"string"},"authorName":{"type":"string"},"rejectReason":{"type":["string","null"]},"reply":{"type":["string","null"]},"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["pending","approved","rejected"]}},"required":["id","url","width","height","status"],"additionalProperties":false}}},"required":["id","status","rating","title","body","authorName","rejectReason","reply","photos"],"additionalProperties":false}}}}}}},"/reviews":{"get":{"summary":"Opiniones de clientes del ambito (la plataforma, todas; el proveedor, las suyas). `pending` incluye las publicadas con fotos por moderar","tags":["reviews"],"parameters":[{"schema":{"type":"string","enum":["pending","published","rejected"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"activityId","required":false},{"schema":{"default":50,"type":"integer","minimum":1,"maximum":100},"in":"query","name":"limit","required":false},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"before","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"rating":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":["string","null"]},"body":{"type":"string"},"authorName":{"type":"string"},"authorCountry":{"type":["string","null"]},"locale":{"type":"string"},"experiencedAt":{"type":"string"},"publishedAt":{"type":["string","null"]},"reply":{"type":["string","null"]},"replyAt":{"type":["string","null"]},"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["pending","approved","rejected"]}},"required":["id","url","width","height","status"],"additionalProperties":false}},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityTitle":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","published","rejected"]},"rejectReason":{"type":["string","null"]},"customerEmail":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","rating","title","body","authorName","authorCountry","locale","experiencedAt","publishedAt","reply","replyAt","photos","activityId","activityTitle","providerOrgId","status","rejectReason","customerEmail","createdAt"],"additionalProperties":false}},"next":{"type":["string","null"]}},"required":["items","next"],"additionalProperties":false}}}}}}},"/reviews/{id}/reply":{"put":{"summary":"Respuesta publica del proveedor a una opinion (o de la plataforma en su nombre); un texto vacio la quita","tags":["reviews"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"type":"string","maxLength":2000}},"required":["text"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"rating":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"title":{"type":["string","null"]},"body":{"type":"string"},"authorName":{"type":"string"},"authorCountry":{"type":["string","null"]},"locale":{"type":"string"},"experiencedAt":{"type":"string"},"publishedAt":{"type":["string","null"]},"reply":{"type":["string","null"]},"replyAt":{"type":["string","null"]},"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["pending","approved","rejected"]}},"required":["id","url","width","height","status"],"additionalProperties":false}},"activityId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"activityTitle":{"type":"string"},"providerOrgId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"type":"string","enum":["pending","published","rejected"]},"rejectReason":{"type":["string","null"]},"customerEmail":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","rating","title","body","authorName","authorCountry","locale","experiencedAt","publishedAt","reply","replyAt","photos","activityId","activityTitle","providerOrgId","status","rejectReason","customerEmail","createdAt"],"additionalProperties":false}}}}}}},"/public/orders/{reference}/reviews/{reviewId}/photos":{"post":{"summary":"Sube una foto del cliente a su opinion (JPEG, PNG o WebP; el cuerpo es el fichero); sale en la ficha tras moderarse","tags":["public","reviews"],"parameters":[{"schema":{"type":"string","minLength":20,"maxLength":100},"in":"query","name":"t","required":true},{"schema":{"type":"string","maxLength":20},"in":"path","name":"reference","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"reviewId","required":true}],"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"url":{"type":"string"},"width":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"height":{"anyOf":[{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},{"type":"null"}]},"status":{"type":"string","enum":["pending","approved","rejected"]}},"required":["id","url","width","height","status"],"additionalProperties":false}}}}}}}},"servers":[{"url":"https://roamdia.com/api/v1","description":"Roamdia"}]}