{"openapi":"3.0.0","info":{"title":"Agri \u00e9change","description":"","version":"2.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/accounts":{"get":{"operationId":"getAccountCollection","tags":["Account"],"responses":{"200":{"description":"Account collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account.AccountListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account.AccountListOutput"}}}}}},"summary":"Retrieves the collection of Account resources.","description":"Retrieves the collection of Account resources.","parameters":[],"deprecated":false},"post":{"operationId":"postAccountCollection","tags":["Account"],"responses":{"201":{"description":"Account resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}}},"links":{"GetAccountItem":{"operationId":"getAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Account resource.","description":"Creates a Account resource.","parameters":[],"requestBody":{"description":"The new Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounts\/{id}":{"get":{"operationId":"getAccountItem","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAccountItem","tags":["Account"],"responses":{"200":{"description":"Account resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountDetailsOutput"}}},"links":{"GetAccountItem":{"operationId":"getAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Account resource.","description":"Replaces the Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account.AccountPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAccountItem","tags":["Account"],"responses":{"204":{"description":"Account resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Account resource.","description":"Removes the Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/actualities":{"get":{"operationId":"getActualityCollection","tags":["Actuality"],"responses":{"200":{"description":"Actuality collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Actuality.ActualityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Actuality.ActualityListOutput"}}}}}},"summary":"Retrieves the collection of Actuality resources.","description":"Retrieves the collection of Actuality resources.","parameters":[],"deprecated":false},"post":{"operationId":"postActualityCollection","tags":["Actuality"],"responses":{"201":{"description":"Actuality resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}}},"links":{"GetActualityItem":{"operationId":"getActualityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/actualities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Actuality resource.","description":"Creates a Actuality resource.","parameters":[],"requestBody":{"description":"The new Actuality resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/actualities\/{id}":{"get":{"operationId":"getActualityItem","tags":["Actuality"],"responses":{"200":{"description":"Actuality resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Actuality resource.","description":"Retrieves a Actuality resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putActualityItem","tags":["Actuality"],"responses":{"200":{"description":"Actuality resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityDetailsOutput"}}},"links":{"GetActualityItem":{"operationId":"getActualityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/actualities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Actuality resource.","description":"Replaces the Actuality resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Actuality resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Actuality.ActualityPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteActualityItem","tags":["Actuality"],"responses":{"204":{"description":"Actuality resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Actuality resource.","description":"Removes the Actuality resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ad-messages":{"get":{"operationId":"getAdMessageCollection","tags":["AdMessage"],"responses":{"200":{"description":"AdMessage collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageListOutput"}}}}}},"summary":"Retrieves the collection of AdMessage resources.","description":"Retrieves the collection of AdMessage resources.","parameters":[],"deprecated":false},"post":{"operationId":"postAdMessageCollection","tags":["AdMessage"],"responses":{"201":{"description":"AdMessage resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}}},"links":{"GetAdMessageItem":{"operationId":"getAdMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ad-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AdMessage resource.","description":"Creates a AdMessage resource.","parameters":[],"requestBody":{"description":"The new AdMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessagePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessagePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ad-messages\/{id}":{"get":{"operationId":"getAdMessageItem","tags":["AdMessage"],"responses":{"200":{"description":"AdMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AdMessage resource.","description":"Retrieves a AdMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAdMessageItem","tags":["AdMessage"],"responses":{"200":{"description":"AdMessage resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessageDetailsOutput"}}},"links":{"GetAdMessageItem":{"operationId":"getAdMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ad-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AdMessage resource.","description":"Replaces the AdMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated AdMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessagePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AdMessage.AdMessagePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAdMessageItem","tags":["AdMessage"],"responses":{"204":{"description":"AdMessage resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AdMessage resource.","description":"Removes the AdMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/analysis":{"get":{"operationId":"get_analysisUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.YearlyOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.YearlyOutput"}}}}}},"summary":"Retrieves the collection of UserBo resources.","description":"Retrieves the collection of UserBo resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/ads":{"get":{"operationId":"getAdCollection","tags":["Ad"],"responses":{"200":{"description":"Ad collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ad.AdAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ad.AdAdminListOutput"}}}}}},"summary":"Retrieves the collection of Ad resources.","description":"Retrieves the collection of Ad resources.","parameters":[{"name":"search","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"categ-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"categ","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"product-ref","in":"query","description":"in product ref","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAdCollection","tags":["Ad"],"responses":{"201":{"description":"Ad resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}}},"links":{"GetAdItem":{"operationId":"getAdItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ad resource.","description":"Creates a Ad resource.","parameters":[],"requestBody":{"description":"The new Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ads\/admin\/{id}":{"get":{"operationId":"get_adminAdItem","tags":["Ad"],"responses":{"200":{"description":"Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ad resource.","description":"Retrieves a Ad resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ads\/public":{"get":{"operationId":"get_publicAdCollection","tags":["Ad"],"responses":{"200":{"description":"Ad collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ad.AdListPublicOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ad.AdListPublicOutput"}}}}}},"summary":"Retrieves the collection of Ad resources.","description":"Retrieves the collection of Ad resources.","parameters":[{"name":"category","in":"query","description":"category filter.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"search filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"distance","in":"query","description":"distance filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"productRef","in":"query","description":"product filter.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number ads by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ads\/public\/{id}":{"get":{"operationId":"get_publicAdItem","tags":["Ad"],"responses":{"200":{"description":"Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsPublicOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsPublicOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ad resource.","description":"Retrieves a Ad resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ads\/with-product":{"post":{"operationId":"post_with_productAdCollection","tags":["Ad"],"responses":{"201":{"description":"Ad resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}}},"links":{"GetAdItem":{"operationId":"getAdItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ad resource.","description":"Creates a Ad resource.","parameters":[],"requestBody":{"description":"The new Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPostWithProductInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPostWithProductInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ads\/{id}":{"get":{"operationId":"getAdItem","tags":["Ad"],"responses":{"200":{"description":"Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ad resource.","description":"Retrieves a Ad resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAdItem","tags":["Ad"],"responses":{"200":{"description":"Ad resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdDetailsOutput"}}},"links":{"GetAdItem":{"operationId":"getAdItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ad resource.","description":"Replaces the Ad resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ad resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ad.AdPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAdItem","tags":["Ad"],"responses":{"204":{"description":"Ad resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Ad resource.","description":"Removes the Ad resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/billings":{"get":{"operationId":"getBillingCollection","tags":["Billing"],"responses":{"200":{"description":"Billing collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Billing.BillingListOutput"}}}}}},"summary":"Retrieves the collection of Billing resources.","description":"Retrieves the collection of Billing resources.","parameters":[],"deprecated":false},"post":{"operationId":"postBillingCollection","tags":["Billing"],"responses":{"201":{"description":"Billing resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Billing resource.","description":"Creates a Billing resource.","parameters":[],"requestBody":{"description":"The new Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billings\/{id}":{"get":{"operationId":"getBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Billing resource.","description":"Retrieves a Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingItem","tags":["Billing"],"responses":{"200":{"description":"Billing resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingDetailsOutput"}}},"links":{"GetBillingItem":{"operationId":"getBillingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Billing resource.","description":"Replaces the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Billing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Billing.BillingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingItem","tags":["Billing"],"responses":{"204":{"description":"Billing resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Billing resource.","description":"Removes the Billing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/bio-elements":{"get":{"operationId":"getBioElementCollection","tags":["BioElement"],"responses":{"200":{"description":"BioElement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BioElement.BioElementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BioElement.BioElementListOutput"}}}}}},"summary":"Retrieves the collection of BioElement resources.","description":"Retrieves the collection of BioElement resources.","parameters":[],"deprecated":false},"post":{"operationId":"postBioElementCollection","tags":["BioElement"],"responses":{"201":{"description":"BioElement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}}},"links":{"GetBioElementItem":{"operationId":"getBioElementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bio-elements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BioElement resource.","description":"Creates a BioElement resource.","parameters":[],"requestBody":{"description":"The new BioElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bio-elements\/{id}":{"get":{"operationId":"getBioElementItem","tags":["BioElement"],"responses":{"200":{"description":"BioElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BioElement resource.","description":"Retrieves a BioElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBioElementItem","tags":["BioElement"],"responses":{"200":{"description":"BioElement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementDetailsOutput"}}},"links":{"GetBioElementItem":{"operationId":"getBioElementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bio-elements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BioElement resource.","description":"Replaces the BioElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BioElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BioElement.BioElementPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBioElementItem","tags":["BioElement"],"responses":{"204":{"description":"BioElement resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BioElement resource.","description":"Removes the BioElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/blacklists":{"get":{"operationId":"getBlacklistCollection","tags":["Blacklist"],"responses":{"200":{"description":"Blacklist collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistListOutput"}}}}}},"summary":"Retrieves the collection of Blacklist resources.","description":"Retrieves the collection of Blacklist resources.","parameters":[],"deprecated":false},"post":{"operationId":"postBlacklistCollection","tags":["Blacklist"],"responses":{"201":{"description":"Blacklist resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}}},"links":{"GetBlacklistItem":{"operationId":"getBlacklistItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/blacklists\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Blacklist resource.","description":"Creates a Blacklist resource.","parameters":[],"requestBody":{"description":"The new Blacklist resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/blacklists\/{id}":{"get":{"operationId":"getBlacklistItem","tags":["Blacklist"],"responses":{"200":{"description":"Blacklist resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Blacklist resource.","description":"Retrieves a Blacklist resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBlacklistItem","tags":["Blacklist"],"responses":{"200":{"description":"Blacklist resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistDetailsOutput"}}},"links":{"GetBlacklistItem":{"operationId":"getBlacklistItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/blacklists\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Blacklist resource.","description":"Replaces the Blacklist resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Blacklist resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Blacklist.BlacklistPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBlacklistItem","tags":["Blacklist"],"responses":{"204":{"description":"Blacklist resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Blacklist resource.","description":"Removes the Blacklist resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/bookmarks":{"get":{"operationId":"getBookmarkCollection","tags":["Bookmark"],"responses":{"200":{"description":"Bookmark collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkListOutput"}}}}}},"summary":"Retrieves the collection of Bookmark resources.","description":"Retrieves the collection of Bookmark resources.","parameters":[],"deprecated":false},"post":{"operationId":"postBookmarkCollection","tags":["Bookmark"],"responses":{"201":{"description":"Bookmark resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}}},"links":{"GetBookmarkItem":{"operationId":"getBookmarkItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bookmarks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Bookmark resource.","description":"Creates a Bookmark resource.","parameters":[],"requestBody":{"description":"The new Bookmark resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bookmarks\/{id}":{"get":{"operationId":"getBookmarkItem","tags":["Bookmark"],"responses":{"200":{"description":"Bookmark resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Bookmark resource.","description":"Retrieves a Bookmark resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBookmarkItem","tags":["Bookmark"],"responses":{"200":{"description":"Bookmark resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkDetailsOutput"}}},"links":{"GetBookmarkItem":{"operationId":"getBookmarkItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/bookmarks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Bookmark resource.","description":"Replaces the Bookmark resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Bookmark resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Bookmark.BookmarkPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBookmarkItem","tags":["Bookmark"],"responses":{"204":{"description":"Bookmark resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Bookmark resource.","description":"Removes the Bookmark resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/categories":{"get":{"operationId":"getCategoryCollection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryListOutput"}}}}}},"summary":"Retrieves the collection of Category resources.","description":"Retrieves the collection of Category resources.","parameters":[{"name":"isAd","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"isMutualAid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCategoryCollection","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}},"links":{"GetCategoryItem":{"operationId":"getCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/categories\/types":{"get":{"operationId":"get_typeCategoryCollection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryTypeListOutput"}}}}}},"summary":"Retrieves the collection of Category resources.","description":"Retrieves the collection of Category resources.","parameters":[{"name":"isAd","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"isMutualAid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/categories\/{id}":{"get":{"operationId":"getCategoryItem","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCategoryItem","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}},"links":{"GetCategoryItem":{"operationId":"getCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Category resource.","description":"Replaces the Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCategoryItem","tags":["Category"],"responses":{"204":{"description":"Category resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Category resource.","description":"Removes the Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies":{"get":{"operationId":"getCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"type","in":"path","description":"search type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"univers","in":"path","description":"univers","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"searchContent","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"zipcode","in":"path","description":"zipcode for distance filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"distance","in":"query","description":"distance in km","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false},{"name":"withoutBankingRef","in":"query","description":"without sdd info only","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"bool"},"style":"form","explode":false,"allowReserved":false},{"name":"orderby","in":"query","description":"order [name field]_[ASC|DESC]","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"newOnboarding","in":"query","description":"new onboarding only","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"bool"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/search\/{search}":{"get":{"operationId":"get_searchCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"searchContent","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"notFree","in":"query","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"bool"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}":{"get":{"operationId":"getCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyItem","tags":["Company"],"responses":{"204":{"description":"Company resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Company resource.","description":"Removes the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/actualities":{"get":{"operationId":"get_actualityCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ActualityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ActualityListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"afterDate","in":"query","description":"Add after date","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"date-time"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/ads":{"get":{"operationId":"get_adCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.AdListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.AdListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/bank-account":{"get":{"operationId":"get_bank_accountCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyBankAccountListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyBankAccountListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/billing":{"get":{"operationId":"get_billingCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BillingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BillingListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/blacklists":{"get":{"operationId":"get_blacklistCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BlacklistListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BlacklistListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/bookmarks":{"get":{"operationId":"get_bookmarkCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BookmarkListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.BookmarkListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/companies\/near":{"get":{"operationId":"get_company_nearCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyPublicListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyPublicListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/financial-movements":{"get":{"operationId":"get_fmCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.FinancialMovementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.FinancialMovementListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/info":{"get":{"operationId":"get_infoCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/last-connection":{"get":{"operationId":"get_last_connectionCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/messages":{"get":{"operationId":"get_messageCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.MessageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.MessageListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number ads by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/needs":{"get":{"operationId":"get_needCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/needs-match":{"get":{"operationId":"get_need_matchCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedMatchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedMatchListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/needs\/external":{"get":{"operationId":"get_need_externalCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedPublicListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedPublicListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"isEmergency","in":"query","description":"only emergency","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"bool"},"style":"form","explode":false,"allowReserved":false},{"name":"distance","in":"query","description":"distance in km","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/needs\/matched":{"get":{"operationId":"get_need_matchedCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NeedListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/notifications":{"get":{"operationId":"get_notificationCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/plots":{"get":{"operationId":"get_plotCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.PlotListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.PlotListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/products":{"get":{"operationId":"get_productCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ProductListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"categ","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"product-ref","in":"query","description":"in product ref","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"categ-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/products-reference\/near":{"get":{"operationId":"get_product_reference_nearCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ProductReferenceStatListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.ProductReferenceStatListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/public-details":{"get":{"operationId":"get_public_info_detailsCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPublicFullDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPublicFullDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/public-info":{"get":{"operationId":"get_public_infoCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/quiz":{"get":{"operationId":"get_quizCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.QuizDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/settlement":{"get":{"operationId":"get_settlementCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SettlementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SettlementListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status finalized or in_progress","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/settlement\/billing":{"get":{"operationId":"get_settlement_billingCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SettlementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SettlementListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/site\/weather-reports":{"get":{"operationId":"get_site_weather_reportsCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/site\/weather-reports\/light":{"get":{"operationId":"get_site_weather_reports_light_oldCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListLightOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListLightOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/site\/weather-reports\/light-new":{"get":{"operationId":"get_site_weather_reports_lightCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListLightOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.WeatherReportListLightOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/sites":{"get":{"operationId":"get_siteCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SiteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SiteListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/statistics":{"get":{"operationId":"get_statisticCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyStatisticsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyStatisticsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/statistics\/finance":{"get":{"operationId":"get_finance_statisticCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyFinanceStatisticsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyFinanceStatisticsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/statistics\/product":{"get":{"operationId":"get_product_statisticCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyProductStatisticsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyProductStatisticsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/subscription-plan":{"get":{"operationId":"get_subscription_planCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"put_change_planCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyChangePlanInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyChangePlanInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/tickets":{"get":{"operationId":"get_ticketCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TicketListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TicketListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/trading-product":{"get":{"operationId":"get_trading_productCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TradingProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TradingProductListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/trading-quote":{"get":{"operationId":"get_trading_quoteCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TradingQuoteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.TradingQuoteListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/users":{"get":{"operationId":"get_userCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.UserListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"id","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies\/{id}\/weather-reports\/last":{"get":{"operationId":"get_company_weather_reportsCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.WeatherReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.WeatherReportDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/company-bank-accounts":{"get":{"operationId":"getCompanyBankAccountCollection","tags":["CompanyBankAccount"],"responses":{"200":{"description":"CompanyBankAccount collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountListOutput"}}}}}},"summary":"Retrieves the collection of CompanyBankAccount resources.","description":"Retrieves the collection of CompanyBankAccount resources.","parameters":[],"deprecated":false},"post":{"operationId":"postCompanyBankAccountCollection","tags":["CompanyBankAccount"],"responses":{"201":{"description":"CompanyBankAccount resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}}},"links":{"GetCompanyBankAccountItem":{"operationId":"getCompanyBankAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company-bank-accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CompanyBankAccount resource.","description":"Creates a CompanyBankAccount resource.","parameters":[],"requestBody":{"description":"The new CompanyBankAccount resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/company-bank-accounts\/{id}":{"get":{"operationId":"getCompanyBankAccountItem","tags":["CompanyBankAccount"],"responses":{"200":{"description":"CompanyBankAccount resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CompanyBankAccount resource.","description":"Retrieves a CompanyBankAccount resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyBankAccountItem","tags":["CompanyBankAccount"],"responses":{"200":{"description":"CompanyBankAccount resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountDetailsOutput"}}},"links":{"GetCompanyBankAccountItem":{"operationId":"getCompanyBankAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/company-bank-accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the CompanyBankAccount resource.","description":"Replaces the CompanyBankAccount resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated CompanyBankAccount resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CompanyBankAccount.CompanyBankAccountPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyBankAccountItem","tags":["CompanyBankAccount"],"responses":{"204":{"description":"CompanyBankAccount resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the CompanyBankAccount resource.","description":"Removes the CompanyBankAccount resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/company\/siren\/{siren}":{"get":{"operationId":"get_sirenCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyPublicDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyPublicDetailsOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"siren","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/countries":{"get":{"operationId":"getCountryCollection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.CountryListOutput"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[],"deprecated":false},"post":{"operationId":"postCountryCollection","tags":["Country"],"responses":{"201":{"description":"Country resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Country resource.","description":"Creates a Country resource.","parameters":[],"requestBody":{"description":"The new Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/countries\/{id}":{"get":{"operationId":"getCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCountryItem","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryDetailsOutput"}}},"links":{"GetCountryItem":{"operationId":"getCountryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/countries\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Country resource.","description":"Replaces the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCountryItem","tags":["Country"],"responses":{"204":{"description":"Country resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Country resource.","description":"Removes the Country resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/currencies":{"get":{"operationId":"getCurrencyCollection","tags":["Currency"],"responses":{"200":{"description":"Currency collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.CurrencyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.CurrencyListOutput"}}}}}},"summary":"Retrieves the collection of Currency resources.","description":"Retrieves the collection of Currency resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/currencies\/{id}":{"get":{"operationId":"getCurrencyItem","tags":["Currency"],"responses":{"200":{"description":"Currency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Currency resource.","description":"Retrieves a Currency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCurrencyItem","tags":["Currency"],"responses":{"200":{"description":"Currency resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyDetailsOutput"}}},"links":{"GetCurrencyItem":{"operationId":"getCurrencyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/currencies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Currency resource.","description":"Replaces the Currency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Currency resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCurrencyItem","tags":["Currency"],"responses":{"204":{"description":"Currency resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Currency resource.","description":"Removes the Currency resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/devices":{"get":{"operationId":"getDeviceCollection","tags":["Device"],"responses":{"200":{"description":"Device collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.DeviceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.DeviceListOutput"}}}}}},"summary":"Retrieves the collection of Device resources.","description":"Retrieves the collection of Device resources.","parameters":[],"deprecated":false},"post":{"operationId":"postDeviceCollection","tags":["Device"],"responses":{"201":{"description":"Device resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}}},"links":{"GetDeviceItem":{"operationId":"getDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Device resource.","description":"Creates a Device resource.","parameters":[],"requestBody":{"description":"The new Device resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device.DevicePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device.DevicePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/devices\/{id}":{"get":{"operationId":"getDeviceItem","tags":["Device"],"responses":{"200":{"description":"Device resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Device resource.","description":"Retrieves a Device resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDeviceItem","tags":["Device"],"responses":{"200":{"description":"Device resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device.DeviceDetailsOutput"}}},"links":{"GetDeviceItem":{"operationId":"getDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Device resource.","description":"Replaces the Device resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Device resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device.DevicePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device.DevicePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDeviceItem","tags":["Device"],"responses":{"204":{"description":"Device resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Device resource.","description":"Removes the Device resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentTypeItem","tags":["DocumentType"],"responses":{"204":{"description":"DocumentType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DocumentType resource.","description":"Removes the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[],"deprecated":false},"post":{"operationId":"postDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"The new Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents\/media":{"post":{"operationId":"post_mediaDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media for company","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"entityType":{"type":"string","required":true},"entityId":{"type":"integer","required":true},"isCover":{"type":"boolean","required":false},"companyId":{"type":"integer","required":false},"type":{"type":"string","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/telepac":{"post":{"operationId":"post_telepacDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"telepac for company","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"companyId":{"type":"integer","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentItem","tags":["Document"],"responses":{"204":{"description":"Document resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Document resource.","description":"Removes the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/{id}\/cover":{"put":{"operationId":"put_coverDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentCoverInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentCoverInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}\/download":{"ref":"Download Document","get":{"operationId":"getdocument","tags":["Document"],"responses":{"200":{"description":"Get the document content","content":{"text\/plain":{"schema":{"type":"string","format":"binary"}}}}},"summary":"download document","description":"download document","parameters":[{"name":"id","in":"path","description":"documentId"},{"name":"format","in":"query","description":"format"}],"deprecated":false},"parameters":[]},"\/api\/fields-values":{"get":{"operationId":"getFieldValueCollection","tags":["FieldValue"],"responses":{"200":{"description":"FieldValue collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueListOutput"}}}}}},"summary":"Retrieves the collection of FieldValue resources.","description":"Retrieves the collection of FieldValue resources.","parameters":[],"deprecated":false},"post":{"operationId":"postFieldValueCollection","tags":["FieldValue"],"responses":{"201":{"description":"FieldValue resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}}},"links":{"GetFieldValueItem":{"operationId":"getFieldValueItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/fields-values\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FieldValue resource.","description":"Creates a FieldValue resource.","parameters":[],"requestBody":{"description":"The new FieldValue resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValuePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValuePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/fields-values\/types":{"get":{"operationId":"get_typeFieldValueCollection","tags":["FieldValue"],"responses":{"200":{"description":"FieldValue collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueListTypeOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueListTypeOutput"}}}}}},"summary":"Retrieves the collection of FieldValue resources.","description":"Retrieves the collection of FieldValue resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/fields-values\/{id}":{"get":{"operationId":"getFieldValueItem","tags":["FieldValue"],"responses":{"200":{"description":"FieldValue resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FieldValue resource.","description":"Retrieves a FieldValue resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFieldValueItem","tags":["FieldValue"],"responses":{"200":{"description":"FieldValue resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValueDetailsOutput"}}},"links":{"GetFieldValueItem":{"operationId":"getFieldValueItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/fields-values\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FieldValue resource.","description":"Replaces the FieldValue resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FieldValue resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValuePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FieldValue.FieldValuePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFieldValueItem","tags":["FieldValue"],"responses":{"204":{"description":"FieldValue resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FieldValue resource.","description":"Removes the FieldValue resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/financial-movements":{"get":{"operationId":"getFinancialMovementCollection","tags":["FinancialMovement"],"responses":{"200":{"description":"FinancialMovement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementListOutput"}}}}}},"summary":"Retrieves the collection of FinancialMovement resources.","description":"Retrieves the collection of FinancialMovement resources.","parameters":[],"deprecated":false},"post":{"operationId":"postFinancialMovementCollection","tags":["FinancialMovement"],"responses":{"201":{"description":"FinancialMovement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}}},"links":{"GetFinancialMovementItem":{"operationId":"getFinancialMovementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/financial-movements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FinancialMovement resource.","description":"Creates a FinancialMovement resource.","parameters":[],"requestBody":{"description":"The new FinancialMovement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/financial-movements\/{id}":{"get":{"operationId":"getFinancialMovementItem","tags":["FinancialMovement"],"responses":{"200":{"description":"FinancialMovement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FinancialMovement resource.","description":"Retrieves a FinancialMovement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFinancialMovementItem","tags":["FinancialMovement"],"responses":{"200":{"description":"FinancialMovement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementDetailsOutput"}}},"links":{"GetFinancialMovementItem":{"operationId":"getFinancialMovementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/financial-movements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FinancialMovement resource.","description":"Replaces the FinancialMovement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FinancialMovement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FinancialMovement.FinancialMovementPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFinancialMovementItem","tags":["FinancialMovement"],"responses":{"204":{"description":"FinancialMovement resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FinancialMovement resource.","description":"Removes the FinancialMovement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/financialmovement\/{id}\/document\/download":{"ref":"Download Document","get":{"operationId":"getdocument","tags":["FinancialMovement"],"responses":{"200":{"description":"Get the document content","content":{"text\/plain":{"schema":{"type":"string","format":"binary"}}}}},"summary":"download document","description":"download document","parameters":[{"name":"id","in":"path","description":"financialmovementId"}],"deprecated":false},"parameters":[]},"\/api\/joint-ownerships":{"get":{"operationId":"getJointOwnershipCollection","tags":["JointOwnership"],"responses":{"200":{"description":"JointOwnership collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipListOutput"}}}}}},"summary":"Retrieves the collection of JointOwnership resources.","description":"Retrieves the collection of JointOwnership resources.","parameters":[],"deprecated":false},"post":{"operationId":"postJointOwnershipCollection","tags":["JointOwnership"],"responses":{"201":{"description":"JointOwnership resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}}},"links":{"GetJointOwnershipItem":{"operationId":"getJointOwnershipItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/joint-ownerships\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a JointOwnership resource.","description":"Creates a JointOwnership resource.","parameters":[],"requestBody":{"description":"The new JointOwnership resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/joint-ownerships\/{id}":{"get":{"operationId":"getJointOwnershipItem","tags":["JointOwnership"],"responses":{"200":{"description":"JointOwnership resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a JointOwnership resource.","description":"Retrieves a JointOwnership resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putJointOwnershipItem","tags":["JointOwnership"],"responses":{"200":{"description":"JointOwnership resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipDetailsOutput"}}},"links":{"GetJointOwnershipItem":{"operationId":"getJointOwnershipItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/joint-ownerships\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the JointOwnership resource.","description":"Replaces the JointOwnership resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated JointOwnership resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JointOwnership.JointOwnershipPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteJointOwnershipItem","tags":["JointOwnership"],"responses":{"204":{"description":"JointOwnership resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the JointOwnership resource.","description":"Removes the JointOwnership resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/main-activities":{"get":{"operationId":"getMainActivityCollection","tags":["MainActivity"],"responses":{"200":{"description":"MainActivity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityListOutput"}}}}}},"summary":"Retrieves the collection of MainActivity resources.","description":"Retrieves the collection of MainActivity resources.","parameters":[],"deprecated":false},"post":{"operationId":"postMainActivityCollection","tags":["MainActivity"],"responses":{"201":{"description":"MainActivity resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}}},"links":{"GetMainActivityItem":{"operationId":"getMainActivityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/main-activities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MainActivity resource.","description":"Creates a MainActivity resource.","parameters":[],"requestBody":{"description":"The new MainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/main-activities\/{id}":{"get":{"operationId":"getMainActivityItem","tags":["MainActivity"],"responses":{"200":{"description":"MainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MainActivity resource.","description":"Retrieves a MainActivity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMainActivityItem","tags":["MainActivity"],"responses":{"200":{"description":"MainActivity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityDetailsOutput"}}},"links":{"GetMainActivityItem":{"operationId":"getMainActivityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/main-activities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MainActivity resource.","description":"Replaces the MainActivity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MainActivity.MainActivityPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMainActivityItem","tags":["MainActivity"],"responses":{"204":{"description":"MainActivity resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MainActivity resource.","description":"Removes the MainActivity resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/medias\/{id}\/download":{"ref":"Download Document","get":{"operationId":"getdocument","tags":["Document"],"responses":{"200":{"description":"Get the document content","content":{"text\/plain":{"schema":{"type":"string","format":"binary"}}}}},"summary":"download document","description":"download document","parameters":[{"name":"id","in":"path","description":"documentId"},{"name":"format","in":"query","description":"format"}],"deprecated":false},"parameters":[]},"\/api\/modules":{"get":{"operationId":"getModuleCollection","tags":["Module"],"responses":{"200":{"description":"Module collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Module.ModuleListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Module.ModuleListOutput"}}}}}},"summary":"Retrieves the collection of Module resources.","description":"Retrieves the collection of Module resources.","parameters":[],"deprecated":false},"post":{"operationId":"postModuleCollection","tags":["Module"],"responses":{"201":{"description":"Module resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}}},"links":{"GetModuleItem":{"operationId":"getModuleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/modules\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Module resource.","description":"Creates a Module resource.","parameters":[],"requestBody":{"description":"The new Module resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Module.ModulePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Module.ModulePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/modules\/{id}":{"get":{"operationId":"getModuleItem","tags":["Module"],"responses":{"200":{"description":"Module resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Module resource.","description":"Retrieves a Module resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putModuleItem","tags":["Module"],"responses":{"200":{"description":"Module resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Module.ModuleDetailsOutput"}}},"links":{"GetModuleItem":{"operationId":"getModuleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/modules\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Module resource.","description":"Replaces the Module resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Module resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Module.ModulePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Module.ModulePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteModuleItem","tags":["Module"],"responses":{"204":{"description":"Module resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Module resource.","description":"Removes the Module resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/need-match-messages":{"get":{"operationId":"getNeedMatchMessageCollection","tags":["NeedMatchMessage"],"responses":{"200":{"description":"NeedMatchMessage collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageListOutput"}}}}}},"summary":"Retrieves the collection of NeedMatchMessage resources.","description":"Retrieves the collection of NeedMatchMessage resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNeedMatchMessageCollection","tags":["NeedMatchMessage"],"responses":{"201":{"description":"NeedMatchMessage resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}}},"links":{"GetNeedMatchMessageItem":{"operationId":"getNeedMatchMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-match-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NeedMatchMessage resource.","description":"Creates a NeedMatchMessage resource.","parameters":[],"requestBody":{"description":"The new NeedMatchMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessagePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessagePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/need-match-messages\/{id}":{"get":{"operationId":"getNeedMatchMessageItem","tags":["NeedMatchMessage"],"responses":{"200":{"description":"NeedMatchMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NeedMatchMessage resource.","description":"Retrieves a NeedMatchMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNeedMatchMessageItem","tags":["NeedMatchMessage"],"responses":{"200":{"description":"NeedMatchMessage resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessageDetailsOutput"}}},"links":{"GetNeedMatchMessageItem":{"operationId":"getNeedMatchMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-match-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatchMessage resource.","description":"Replaces the NeedMatchMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatchMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessagePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatchMessage.NeedMatchMessagePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNeedMatchMessageItem","tags":["NeedMatchMessage"],"responses":{"204":{"description":"NeedMatchMessage resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NeedMatchMessage resource.","description":"Removes the NeedMatchMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/need-matchs":{"get":{"operationId":"getNeedMatchCollection","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchListOutput"}}}}}},"summary":"Retrieves the collection of NeedMatch resources.","description":"Retrieves the collection of NeedMatch resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNeedMatchCollection","tags":["NeedMatch"],"responses":{"201":{"description":"NeedMatch resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NeedMatch resource.","description":"Creates a NeedMatch resource.","parameters":[],"requestBody":{"description":"The new NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/need-matchs\/{id}":{"get":{"operationId":"getNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NeedMatch resource.","description":"Retrieves a NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatch resource.","description":"Replaces the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNeedMatchItem","tags":["NeedMatch"],"responses":{"204":{"description":"NeedMatch resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NeedMatch resource.","description":"Removes the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/need-matchs\/{id}\/accepted":{"put":{"operationId":"put_acceptedNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatch resource.","description":"Replaces the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/need-matchs\/{id}\/canceled":{"put":{"operationId":"put_canceledNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatch resource.","description":"Replaces the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/need-matchs\/{id}\/refused":{"put":{"operationId":"put_refusedNeedMatchItem","tags":["NeedMatch"],"responses":{"200":{"description":"NeedMatch resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchDetailsOutput"}}},"links":{"GetNeedMatchItem":{"operationId":"getNeedMatchItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/need-matchs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NeedMatch resource.","description":"Replaces the NeedMatch resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NeedMatch resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NeedMatch.NeedMatchChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/needs":{"get":{"operationId":"getNeedCollection","tags":["Need"],"responses":{"200":{"description":"Need collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Need.NeedAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Need.NeedAdminListOutput"}}}}}},"summary":"Retrieves the collection of Need resources.","description":"Retrieves the collection of Need resources.","parameters":[{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number ads by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"categ-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"categ","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"product-ref","in":"query","description":"in product ref","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNeedCollection","tags":["Need"],"responses":{"201":{"description":"Need resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}}},"links":{"GetNeedItem":{"operationId":"getNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Need resource.","description":"Creates a Need resource.","parameters":[],"requestBody":{"description":"The new Need resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/needs\/{id}":{"get":{"operationId":"getNeedItem","tags":["Need"],"responses":{"200":{"description":"Need resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Need resource.","description":"Retrieves a Need resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNeedItem","tags":["Need"],"responses":{"200":{"description":"Need resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedDetailsOutput"}}},"links":{"GetNeedItem":{"operationId":"getNeedItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/needs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Need resource.","description":"Replaces the Need resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Need resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNeedItem","tags":["Need"],"responses":{"204":{"description":"Need resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Need resource.","description":"Removes the Need resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/needs\/{id}\/details":{"get":{"operationId":"get_admin_detailsNeedItem","tags":["Need"],"responses":{"200":{"description":"Need resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Need resource.","description":"Retrieves a Need resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/needs\/{id}\/external":{"get":{"operationId":"get_detailsNeedItem","tags":["Need"],"responses":{"200":{"description":"Need resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Need.NeedPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Need resource.","description":"Retrieves a Need resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/needs\/{id}\/simul-match":{"get":{"operationId":"get_simul_matchNeedCollection","tags":["Need"],"responses":{"200":{"description":"Need collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Need.ProductPublicDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Need.ProductPublicDetailsOutput"}}}}}},"summary":"Retrieves the collection of Need resources.","description":"Retrieves the collection of Need resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/networks":{"get":{"operationId":"getNetworkCollection","tags":["Network"],"responses":{"200":{"description":"Network collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Network.NetworkListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Network.NetworkListOutput"}}}}}},"summary":"Retrieves the collection of Network resources.","description":"Retrieves the collection of Network resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNetworkCollection","tags":["Network"],"responses":{"201":{"description":"Network resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}}},"links":{"GetNetworkItem":{"operationId":"getNetworkItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/networks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Network resource.","description":"Creates a Network resource.","parameters":[],"requestBody":{"description":"The new Network resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/networks\/{id}":{"get":{"operationId":"getNetworkItem","tags":["Network"],"responses":{"200":{"description":"Network resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Network resource.","description":"Retrieves a Network resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNetworkItem","tags":["Network"],"responses":{"200":{"description":"Network resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkDetailsOutput"}}},"links":{"GetNetworkItem":{"operationId":"getNetworkItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/networks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Network resource.","description":"Replaces the Network resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Network resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Network.NetworkPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNetworkItem","tags":["Network"],"responses":{"204":{"description":"Network resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Network resource.","description":"Removes the Network resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notes-bo":{"get":{"operationId":"getNoteBoCollection","tags":["NoteBo"],"responses":{"200":{"description":"NoteBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoListOutput"}}}}}},"summary":"Retrieves the collection of NoteBo resources.","description":"Retrieves the collection of NoteBo resources.","parameters":[{"name":"type","in":"query","description":"note type","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"note id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNoteBoCollection","tags":["NoteBo"],"responses":{"201":{"description":"NoteBo resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}}},"links":{"GetNoteBoItem":{"operationId":"getNoteBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notes-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NoteBo resource.","description":"Creates a NoteBo resource.","parameters":[],"requestBody":{"description":"The new NoteBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notes-bo\/{id}":{"get":{"operationId":"getNoteBoItem","tags":["NoteBo"],"responses":{"200":{"description":"NoteBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NoteBo resource.","description":"Retrieves a NoteBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNoteBoItem","tags":["NoteBo"],"responses":{"200":{"description":"NoteBo resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoDetailsOutput"}}},"links":{"GetNoteBoItem":{"operationId":"getNoteBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notes-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NoteBo resource.","description":"Replaces the NoteBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NoteBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NoteBo.NoteBoPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNoteBoItem","tags":["NoteBo"],"responses":{"204":{"description":"NoteBo resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NoteBo resource.","description":"Removes the NoteBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-bulks":{"get":{"operationId":"getNotificationBulkCollection","tags":["NotificationBulk"],"responses":{"200":{"description":"NotificationBulk collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkListOutput"}}}}}},"summary":"Retrieves the collection of NotificationBulk resources.","description":"Retrieves the collection of NotificationBulk resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNotificationBulkCollection","tags":["NotificationBulk"],"responses":{"201":{"description":"NotificationBulk resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkDetailsOutput"}}},"links":{"GetNotificationBulkItem":{"operationId":"getNotificationBulkItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-bulks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationBulk resource.","description":"Creates a NotificationBulk resource.","parameters":[],"requestBody":{"description":"The new NotificationBulk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-bulks\/{id}":{"get":{"operationId":"getNotificationBulkItem","tags":["NotificationBulk"],"responses":{"200":{"description":"NotificationBulk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationBulk.NotificationBulkDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationBulk resource.","description":"Retrieves a NotificationBulk resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteNotificationBulkItem","tags":["NotificationBulk"],"responses":{"204":{"description":"NotificationBulk resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationBulk resource.","description":"Removes the NotificationBulk resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-logs":{"get":{"operationId":"getNotificationLogCollection","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}}}}},"summary":"Retrieves the collection of NotificationLog resources.","description":"Retrieves the collection of NotificationLog resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNotificationLogCollection","tags":["NotificationLog"],"responses":{"201":{"description":"NotificationLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationLog resource.","description":"Creates a NotificationLog resource.","parameters":[],"requestBody":{"description":"The new NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-logs\/{id}":{"get":{"operationId":"getNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationLog resource.","description":"Retrieves a NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationLog resource.","description":"Replaces the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationLogItem","tags":["NotificationLog"],"responses":{"204":{"description":"NotificationLog resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationLog resource.","description":"Removes the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates":{"get":{"operationId":"getNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"201":{"description":"NotificationTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationTemplate resource.","description":"Creates a NotificationTemplate resource.","parameters":[],"requestBody":{"description":"The new NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-templates\/{id}":{"get":{"operationId":"getNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationTemplate resource.","description":"Retrieves a NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationTemplate resource.","description":"Replaces the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"204":{"description":"NotificationTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationTemplate resource.","description":"Removes the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTypeItem","tags":["NotificationType"],"responses":{"204":{"description":"NotificationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationType resource.","description":"Removes the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notifications":{"get":{"operationId":"getNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[],"deprecated":false},"post":{"operationId":"postNotificationCollection","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notifications\/{id}":{"get":{"operationId":"getNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Notification resource.","description":"Replaces the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationItem","tags":["Notification"],"responses":{"204":{"description":"Notification resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Notification resource.","description":"Removes the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/pdf-templates":{"get":{"operationId":"getPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}}}}},"summary":"Retrieves the collection of PdfTemplate resources.","description":"Retrieves the collection of PdfTemplate resources.","parameters":[],"deprecated":false},"post":{"operationId":"postPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"201":{"description":"PdfTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PdfTemplate resource.","description":"Creates a PdfTemplate resource.","parameters":[],"requestBody":{"description":"The new PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pdf-templates\/{id}":{"get":{"operationId":"getPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PdfTemplate resource.","description":"Retrieves a PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PdfTemplate resource.","description":"Replaces the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePdfTemplateItem","tags":["PdfTemplate"],"responses":{"204":{"description":"PdfTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PdfTemplate resource.","description":"Removes the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/plots":{"get":{"operationId":"getPlotCollection","tags":["Plot"],"responses":{"200":{"description":"Plot collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotListOutput"}}}}}},"summary":"Retrieves the collection of Plot resources.","description":"Retrieves the collection of Plot resources.","parameters":[],"deprecated":false},"post":{"operationId":"postPlotCollection","tags":["Plot"],"responses":{"201":{"description":"Plot resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}},"links":{"GetPlotItem":{"operationId":"getPlotItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/plots\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Plot resource.","description":"Creates a Plot resource.","parameters":[],"requestBody":{"description":"The new Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/plots\/{id}":{"get":{"operationId":"getPlotItem","tags":["Plot"],"responses":{"200":{"description":"Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Plot resource.","description":"Retrieves a Plot resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPlotItem","tags":["Plot"],"responses":{"200":{"description":"Plot resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}},"links":{"GetPlotItem":{"operationId":"getPlotItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/plots\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Plot resource.","description":"Replaces the Plot resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePlotItem","tags":["Plot"],"responses":{"204":{"description":"Plot resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Plot resource.","description":"Removes the Plot resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/prices":{"get":{"operationId":"getPriceCollection","tags":["Price"],"responses":{"200":{"description":"Price collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Price.PriceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Price.PriceListOutput"}}}}}},"summary":"Retrieves the collection of Price resources.","description":"Retrieves the collection of Price resources.","parameters":[],"deprecated":false},"post":{"operationId":"postPriceCollection","tags":["Price"],"responses":{"201":{"description":"Price resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}}},"links":{"GetPriceItem":{"operationId":"getPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Price resource.","description":"Creates a Price resource.","parameters":[],"requestBody":{"description":"The new Price resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/prices\/{id}":{"get":{"operationId":"getPriceItem","tags":["Price"],"responses":{"200":{"description":"Price resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Price resource.","description":"Retrieves a Price resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPriceItem","tags":["Price"],"responses":{"200":{"description":"Price resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PriceDetailsOutput"}}},"links":{"GetPriceItem":{"operationId":"getPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/prices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Price resource.","description":"Replaces the Price resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Price resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Price.PricePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePriceItem","tags":["Price"],"responses":{"204":{"description":"Price resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Price resource.","description":"Removes the Price resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/product-references":{"get":{"operationId":"getProductReferenceCollection","tags":["ProductReference"],"responses":{"200":{"description":"ProductReference collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceListOutput"}}}}}},"summary":"Retrieves the collection of ProductReference resources.","description":"Retrieves the collection of ProductReference resources.","parameters":[{"name":"isAd","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"isMutualAid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductReferenceCollection","tags":["ProductReference"],"responses":{"201":{"description":"ProductReference resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}}},"links":{"GetProductReferenceItem":{"operationId":"getProductReferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/product-references\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductReference resource.","description":"Creates a ProductReference resource.","parameters":[],"requestBody":{"description":"The new ProductReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferencePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferencePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/product-references\/search\/{search}":{"get":{"operationId":"searchProductReferenceCollection","tags":["ProductReference"],"responses":{"200":{"description":"ProductReference collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceListOutput"}}}}}},"summary":"Retrieves the collection of ProductReference resources.","description":"Retrieves the collection of ProductReference resources.","parameters":[{"name":"search","in":"path","description":"search","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"category-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"isAd","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"isMutualAid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/product-references\/{id}":{"get":{"operationId":"getProductReferenceItem","tags":["ProductReference"],"responses":{"200":{"description":"ProductReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductReference resource.","description":"Retrieves a ProductReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductReferenceItem","tags":["ProductReference"],"responses":{"200":{"description":"ProductReference resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}}},"links":{"GetProductReferenceItem":{"operationId":"getProductReferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/product-references\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductReference resource.","description":"Replaces the ProductReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferencePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferencePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductReferenceItem","tags":["ProductReference"],"responses":{"204":{"description":"ProductReference resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductReference resource.","description":"Removes the ProductReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/product-references\/{id}\/{context}":{"get":{"operationId":"get_contextProductReferenceItem","tags":["ProductReference"],"responses":{"200":{"description":"ProductReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductReference.ProductReferenceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductReference resource.","description":"Retrieves a ProductReference resource.","parameters":[{"name":"context","in":"path","description":"context","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products":{"get":{"operationId":"getProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductAdminListOutput"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number ads by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"zipcode","in":"path","description":"zipcode for distance filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"distance","in":"query","description":"distance filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"searchContent","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"categ-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"categ","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"product-ref","in":"query","description":"in product ref","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductCollection","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Product resource.","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/products\/public\/search\/{search}":{"get":{"operationId":"get_publicProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductPublicListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductPublicListOutput"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number ads by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"distance","in":"query","description":"distance filter","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"categ-type","in":"query","description":"in categ type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"categ","in":"query","description":"in categ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"product-ref","in":"query","description":"in product ref","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products\/{id}":{"get":{"operationId":"getProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Product resource.","description":"Replaces the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductItem","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Product resource.","description":"Removes the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products\/{id}\/available":{"put":{"operationId":"put_availableProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductDetailsOutput"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Product resource.","description":"Replaces the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductAvailablePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductAvailablePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/products\/{id}\/details":{"get":{"operationId":"get_adminProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/products\/{id}\/public":{"get":{"operationId":"get_publicProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/companies":{"post":{"operationId":"postCompanyCollection","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyInfoOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/public\/siren\/{siren}":{"get":{"operationId":"get_public_sirenCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SirenOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SirenOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"siren","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/siret\/{siret}":{"get":{"operationId":"get_public_siretCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SiretOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.SiretOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"siret","in":"path","description":"Company identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/quiz-responses":{"get":{"operationId":"getQuizResponseCollection","tags":["QuizResponse"],"responses":{"200":{"description":"QuizResponse collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseListOutput"}}}}}},"summary":"Retrieves the collection of QuizResponse resources.","description":"Retrieves the collection of QuizResponse resources.","parameters":[],"deprecated":false},"post":{"operationId":"postQuizResponseCollection","tags":["QuizResponse"],"responses":{"201":{"description":"QuizResponse resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseDetailsOutput"}}},"links":{"GetQuizResponseItem":{"operationId":"getQuizResponseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quiz-responses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a QuizResponse resource.","description":"Creates a QuizResponse resource.","parameters":[],"requestBody":{"description":"The new QuizResponse resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponsePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponsePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quiz-responses\/{id}":{"get":{"operationId":"getQuizResponseItem","tags":["QuizResponse"],"responses":{"200":{"description":"QuizResponse resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/QuizResponse.QuizResponseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a QuizResponse resource.","description":"Retrieves a QuizResponse resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteQuizResponseItem","tags":["QuizResponse"],"responses":{"204":{"description":"QuizResponse resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the QuizResponse resource.","description":"Removes the QuizResponse resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/quizs":{"get":{"operationId":"getQuizCollection","tags":["Quiz"],"responses":{"200":{"description":"Quiz collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quiz.QuizListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quiz.QuizListOutput"}}}}}},"summary":"Retrieves the collection of Quiz resources.","description":"Retrieves the collection of Quiz resources.","parameters":[],"deprecated":false},"post":{"operationId":"postQuizCollection","tags":["Quiz"],"responses":{"201":{"description":"Quiz resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Quiz resource.","description":"Creates a Quiz resource.","parameters":[],"requestBody":{"description":"The new Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quizs\/{id}":{"get":{"operationId":"getQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Quiz resource.","description":"Retrieves a Quiz resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Quiz resource.","description":"Replaces the Quiz resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteQuizItem","tags":["Quiz"],"responses":{"204":{"description":"Quiz resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Quiz resource.","description":"Removes the Quiz resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/quotes":{"get":{"operationId":"getQuoteCollection","tags":["Quote"],"responses":{"200":{"description":"Quote collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quote.QuoteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quote.QuoteListOutput"}}}}}},"summary":"Retrieves the collection of Quote resources.","description":"Retrieves the collection of Quote resources.","parameters":[],"deprecated":false},"post":{"operationId":"postQuoteCollection","tags":["Quote"],"responses":{"201":{"description":"Quote resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}}},"links":{"GetQuoteItem":{"operationId":"getQuoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quotes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Quote resource.","description":"Creates a Quote resource.","parameters":[],"requestBody":{"description":"The new Quote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuotePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuotePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quotes\/{id}":{"get":{"operationId":"getQuoteItem","tags":["Quote"],"responses":{"200":{"description":"Quote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Quote resource.","description":"Retrieves a Quote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putQuoteItem","tags":["Quote"],"responses":{"200":{"description":"Quote resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuoteDetailsOutput"}}},"links":{"GetQuoteItem":{"operationId":"getQuoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quotes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Quote resource.","description":"Replaces the Quote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Quote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuotePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quote.QuotePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteQuoteItem","tags":["Quote"],"responses":{"204":{"description":"Quote resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Quote resource.","description":"Removes the Quote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/settlements":{"get":{"operationId":"getSettlementCollection","tags":["Settlement"],"responses":{"200":{"description":"Settlement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Settlement.SettlementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Settlement.SettlementListOutput"}}}}}},"summary":"Retrieves the collection of Settlement resources.","description":"Retrieves the collection of Settlement resources.","parameters":[],"deprecated":false},"post":{"operationId":"postSettlementCollection","tags":["Settlement"],"responses":{"201":{"description":"Settlement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}}},"links":{"GetSettlementItem":{"operationId":"getSettlementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/settlements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Settlement resource.","description":"Creates a Settlement resource.","parameters":[],"requestBody":{"description":"The new Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/settlements\/admin":{"get":{"operationId":"get_adminSettlementCollection","tags":["Settlement"],"responses":{"200":{"description":"Settlement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Settlement.SettlementAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Settlement.SettlementAdminListOutput"}}}}}},"summary":"Retrieves the collection of Settlement resources.","description":"Retrieves the collection of Settlement resources.","parameters":[{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number settlement by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"in"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"path","description":"search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/settlements\/admin\/{id}":{"get":{"operationId":"get_adminSettlementItem","tags":["Settlement"],"responses":{"200":{"description":"Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Settlement resource.","description":"Retrieves a Settlement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/settlements\/{id}":{"get":{"operationId":"getSettlementItem","tags":["Settlement"],"responses":{"200":{"description":"Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Settlement resource.","description":"Retrieves a Settlement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSettlementItem","tags":["Settlement"],"responses":{"200":{"description":"Settlement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}}},"links":{"GetSettlementItem":{"operationId":"getSettlementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/settlements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Settlement resource.","description":"Replaces the Settlement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSettlementItem","tags":["Settlement"],"responses":{"204":{"description":"Settlement resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Settlement resource.","description":"Removes the Settlement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/settlements\/{id}\/add-line":{"put":{"operationId":"add_lineSettlementItem","tags":["Settlement"],"responses":{"200":{"description":"Settlement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}}},"links":{"GetSettlementItem":{"operationId":"getSettlementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/settlements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Settlement resource.","description":"Replaces the Settlement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementLineInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementLineInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/settlements\/{id}\/{action}":{"put":{"operationId":"put_actionSettlementItem","tags":["Settlement"],"responses":{"200":{"description":"Settlement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementDetailsOutput"}}},"links":{"GetSettlementItem":{"operationId":"getSettlementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/settlements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Settlement resource.","description":"Replaces the Settlement resource.","parameters":[{"name":"action","in":"path","description":"action to apply","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Settlement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Settlement.SettlementChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/sites":{"get":{"operationId":"getSiteCollection","tags":["Site"],"responses":{"200":{"description":"Site collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Site.SiteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Site.SiteListOutput"}}}}}},"summary":"Retrieves the collection of Site resources.","description":"Retrieves the collection of Site resources.","parameters":[],"deprecated":false},"post":{"operationId":"postSiteCollection","tags":["Site"],"responses":{"201":{"description":"Site resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}}},"links":{"GetSiteItem":{"operationId":"getSiteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sites\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Site resource.","description":"Creates a Site resource.","parameters":[],"requestBody":{"description":"The new Site resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Site.SitePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Site.SitePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/sites\/{id}":{"get":{"operationId":"getSiteItem","tags":["Site"],"responses":{"200":{"description":"Site resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Site resource.","description":"Retrieves a Site resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSiteItem","tags":["Site"],"responses":{"200":{"description":"Site resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Site.SiteDetailsOutput"}}},"links":{"GetSiteItem":{"operationId":"getSiteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sites\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Site resource.","description":"Replaces the Site resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Site resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Site.SitePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Site.SitePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSiteItem","tags":["Site"],"responses":{"204":{"description":"Site resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Site resource.","description":"Removes the Site resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscription-plans":{"get":{"operationId":"getSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of SubscriptionPlan resources.","description":"Retrieves the collection of SubscriptionPlan resources.","parameters":[],"deprecated":false},"post":{"operationId":"postSubscriptionPlanCollection","tags":["SubscriptionPlan"],"responses":{"201":{"description":"SubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SubscriptionPlan resource.","description":"Creates a SubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscription-plans\/{id}":{"get":{"operationId":"getSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SubscriptionPlan resource.","description":"Retrieves a SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"200":{"description":"SubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanDetailsOutput"}}},"links":{"GetSubscriptionPlanItem":{"operationId":"getSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SubscriptionPlan resource.","description":"Replaces the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPlan.SubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionPlanItem","tags":["SubscriptionPlan"],"responses":{"204":{"description":"SubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SubscriptionPlan resource.","description":"Removes the SubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/subscriptions":{"get":{"operationId":"getSubscriptionCollection","tags":["Subscription"],"responses":{"200":{"description":"Subscription collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionListOutput"}}}}}},"summary":"Retrieves the collection of Subscription resources.","description":"Retrieves the collection of Subscription resources.","parameters":[],"deprecated":false},"post":{"operationId":"postSubscriptionCollection","tags":["Subscription"],"responses":{"201":{"description":"Subscription resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Subscription resource.","description":"Creates a Subscription resource.","parameters":[],"requestBody":{"description":"The new Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/subscriptions\/{id}":{"get":{"operationId":"getSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Subscription resource.","description":"Retrieves a Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSubscriptionItem","tags":["Subscription"],"responses":{"200":{"description":"Subscription resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionDetailsOutput"}}},"links":{"GetSubscriptionItem":{"operationId":"getSubscriptionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/subscriptions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Subscription resource.","description":"Replaces the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Subscription resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Subscription.SubscriptionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSubscriptionItem","tags":["Subscription"],"responses":{"204":{"description":"Subscription resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Subscription resource.","description":"Removes the Subscription resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations":{"get":{"operationId":"getSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[],"deprecated":false},"post":{"operationId":"postSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"201":{"description":"SystemConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SystemConfiguration resource.","description":"Creates a SystemConfiguration resource.","parameters":[],"requestBody":{"description":"The new SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/system-configurations\/connexion":{"get":{"operationId":"get_connexionSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/system-configurations\/{id}":{"get":{"operationId":"getSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SystemConfiguration resource.","description":"Retrieves a SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SystemConfiguration resource.","description":"Replaces the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"204":{"description":"SystemConfiguration resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SystemConfiguration resource.","description":"Removes the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tasks":{"get":{"operationId":"getTaskCollection","tags":["Task"],"responses":{"200":{"description":"Task collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.TaskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.TaskListOutput"}}}}}},"summary":"Retrieves the collection of Task resources.","description":"Retrieves the collection of Task resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTaskCollection","tags":["Task"],"responses":{"201":{"description":"Task resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}},"links":{"GetTaskItem":{"operationId":"getTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Task resource.","description":"Creates a Task resource.","parameters":[],"requestBody":{"description":"The new Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tasks\/{id}":{"get":{"operationId":"getTaskItem","tags":["Task"],"responses":{"200":{"description":"Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Task resource.","description":"Retrieves a Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTaskItem","tags":["Task"],"responses":{"200":{"description":"Task resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskDetailsOutput"}}},"links":{"GetTaskItem":{"operationId":"getTaskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tasks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Task resource.","description":"Replaces the Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Task resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Task.TaskPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTaskItem","tags":["Task"],"responses":{"204":{"description":"Task resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Task resource.","description":"Removes the Task resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ticket-messages":{"get":{"operationId":"getTicketMessageCollection","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageListOutput"}}}}}},"summary":"Retrieves the collection of TicketMessage resources.","description":"Retrieves the collection of TicketMessage resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTicketMessageCollection","tags":["TicketMessage"],"responses":{"201":{"description":"TicketMessage resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}},"links":{"GetTicketMessageItem":{"operationId":"getTicketMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TicketMessage resource.","description":"Creates a TicketMessage resource.","parameters":[],"requestBody":{"description":"The new TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-messages\/{id}":{"get":{"operationId":"getTicketMessageItem","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TicketMessage resource.","description":"Retrieves a TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketMessageItem","tags":["TicketMessage"],"responses":{"200":{"description":"TicketMessage resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessageDetailsOutput"}}},"links":{"GetTicketMessageItem":{"operationId":"getTicketMessageItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-messages\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TicketMessage resource.","description":"Replaces the TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TicketMessage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketMessage.TicketMessagePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketMessageItem","tags":["TicketMessage"],"responses":{"204":{"description":"TicketMessage resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TicketMessage resource.","description":"Removes the TicketMessage resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/ticket-types":{"get":{"operationId":"getTicketTypeCollection","tags":["TicketType"],"responses":{"200":{"description":"TicketType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeListOutput"}}}}}},"summary":"Retrieves the collection of TicketType resources.","description":"Retrieves the collection of TicketType resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTicketTypeCollection","tags":["TicketType"],"responses":{"201":{"description":"TicketType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}},"links":{"GetTicketTypeItem":{"operationId":"getTicketTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TicketType resource.","description":"Creates a TicketType resource.","parameters":[],"requestBody":{"description":"The new TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ticket-types\/{id}":{"get":{"operationId":"getTicketTypeItem","tags":["TicketType"],"responses":{"200":{"description":"TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TicketType resource.","description":"Retrieves a TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketTypeItem","tags":["TicketType"],"responses":{"200":{"description":"TicketType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypeDetailsOutput"}}},"links":{"GetTicketTypeItem":{"operationId":"getTicketTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ticket-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TicketType resource.","description":"Replaces the TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TicketType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TicketType.TicketTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketTypeItem","tags":["TicketType"],"responses":{"204":{"description":"TicketType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TicketType resource.","description":"Removes the TicketType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets":{"get":{"operationId":"getTicketCollection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.TicketListOutput"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTicketCollection","tags":["Ticket"],"responses":{"201":{"description":"Ticket resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ticket resource.","description":"Creates a Ticket resource.","parameters":[],"requestBody":{"description":"The new Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}":{"get":{"operationId":"getTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ticket resource.","description":"Retrieves a Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ticket resource.","description":"Replaces the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTicketItem","tags":["Ticket"],"responses":{"204":{"description":"Ticket resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Ticket resource.","description":"Removes the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}\/add-message":{"put":{"operationId":"put_add_messageTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ticket resource.","description":"Replaces the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketAddMessageInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketAddMessageInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}\/canceled":{"put":{"operationId":"put_canceledTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ticket resource.","description":"Replaces the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tickets\/{id}\/closed":{"put":{"operationId":"put_closedTicketItem","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketDetailsOutput"}}},"links":{"GetTicketItem":{"operationId":"getTicketItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tickets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ticket resource.","description":"Replaces the Ticket resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Ticket resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketChangeStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ticket.TicketChangeStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/token\/authentication":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/email\/check-code":{"ref":"emailCheckCodeItem","post":{"operationId":"emailCheckCodeItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for first connect with email and check code.","description":"Get JWT token for first connect with email and check code.","parameters":[],"requestBody":{"description":"Create JWT Token and email validate","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailCheckCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/email\/resend-code":{"ref":"Refresh JWT Token","post":{"operationId":"emailResendCode","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Resend Code email check","description":"Resend Code email check","parameters":[],"requestBody":{"description":"Resend Code","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/emailResendCode"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/reinit-password\/request":{"ref":"reinitPasswordRequest","post":{"operationId":"reinitPasswordRequest","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for reinit password","description":"Get JWT token for reinit password","parameters":[],"requestBody":{"description":"Get JWT token for reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordRequest"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/reinit-password\/validate":{"ref":"reinitPasswordValidate","post":{"operationId":"reinitPasswordValidate","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token after reinit password.","description":"Get JWT token after reinit password.","parameters":[],"requestBody":{"description":"Get JWT token after reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordValidate"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/trading-products":{"get":{"operationId":"getTradingProductCollection","tags":["TradingProduct"],"responses":{"200":{"description":"TradingProduct collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductListOutput"}}}}}},"summary":"Retrieves the collection of TradingProduct resources.","description":"Retrieves the collection of TradingProduct resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTradingProductCollection","tags":["TradingProduct"],"responses":{"201":{"description":"TradingProduct resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}}},"links":{"GetTradingProductItem":{"operationId":"getTradingProductItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/trading-products\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TradingProduct resource.","description":"Creates a TradingProduct resource.","parameters":[],"requestBody":{"description":"The new TradingProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/trading-products\/{code}":{"get":{"operationId":"getTradingProductItem","tags":["TradingProduct"],"responses":{"200":{"description":"TradingProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TradingProduct resource.","description":"Retrieves a TradingProduct resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTradingProductItem","tags":["TradingProduct"],"responses":{"200":{"description":"TradingProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductDetailsOutput"}}},"links":{"GetTradingProductItem":{"operationId":"getTradingProductItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/trading-products\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TradingProduct resource.","description":"Replaces the TradingProduct resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TradingProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingProduct.TradingProductPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTradingProductItem","tags":["TradingProduct"],"responses":{"204":{"description":"TradingProduct resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TradingProduct resource.","description":"Removes the TradingProduct resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/trading-quotes":{"get":{"operationId":"getTradingQuoteCollection","tags":["TradingQuote"],"responses":{"200":{"description":"TradingQuote collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteListOutput"}}}}}},"summary":"Retrieves the collection of TradingQuote resources.","description":"Retrieves the collection of TradingQuote resources.","parameters":[],"deprecated":false},"post":{"operationId":"postTradingQuoteCollection","tags":["TradingQuote"],"responses":{"201":{"description":"TradingQuote resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}}},"links":{"GetTradingQuoteItem":{"operationId":"getTradingQuoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/trading-quotes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TradingQuote resource.","description":"Creates a TradingQuote resource.","parameters":[],"requestBody":{"description":"The new TradingQuote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuotePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuotePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/trading-quotes\/{id}":{"get":{"operationId":"getTradingQuoteItem","tags":["TradingQuote"],"responses":{"200":{"description":"TradingQuote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TradingQuote resource.","description":"Retrieves a TradingQuote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTradingQuoteItem","tags":["TradingQuote"],"responses":{"200":{"description":"TradingQuote resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuoteDetailsOutput"}}},"links":{"GetTradingQuoteItem":{"operationId":"getTradingQuoteItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/trading-quotes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TradingQuote resource.","description":"Replaces the TradingQuote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TradingQuote resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuotePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TradingQuote.TradingQuotePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTradingQuoteItem","tags":["TradingQuote"],"responses":{"204":{"description":"TradingQuote resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TradingQuote resource.","description":"Removes the TradingQuote resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/up-for-sales":{"get":{"operationId":"getUpForSaleCollection","tags":["UpForSale"],"responses":{"200":{"description":"UpForSale collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleListOutput"}}}}}},"summary":"Retrieves the collection of UpForSale resources.","description":"Retrieves the collection of UpForSale resources.","parameters":[],"deprecated":false},"post":{"operationId":"postUpForSaleCollection","tags":["UpForSale"],"responses":{"201":{"description":"UpForSale resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}}},"links":{"GetUpForSaleItem":{"operationId":"getUpForSaleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/up-for-sales\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UpForSale resource.","description":"Creates a UpForSale resource.","parameters":[],"requestBody":{"description":"The new UpForSale resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSalePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSalePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/up-for-sales\/{id}":{"get":{"operationId":"getUpForSaleItem","tags":["UpForSale"],"responses":{"200":{"description":"UpForSale resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UpForSale resource.","description":"Retrieves a UpForSale resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUpForSaleItem","tags":["UpForSale"],"responses":{"200":{"description":"UpForSale resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSaleDetailsOutput"}}},"links":{"GetUpForSaleItem":{"operationId":"getUpForSaleItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/up-for-sales\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UpForSale resource.","description":"Replaces the UpForSale resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated UpForSale resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSalePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UpForSale.UpForSalePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUpForSaleItem","tags":["UpForSale"],"responses":{"204":{"description":"UpForSale resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UpForSale resource.","description":"Removes the UpForSale resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserConnectionItem","tags":["UserConnection"],"responses":{"204":{"description":"UserConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserConnection resource.","description":"Removes the UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[],"deprecated":false},"post":{"operationId":"postUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users-bo":{"get":{"operationId":"getUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoListOutput"}}}}}},"summary":"Retrieves the collection of UserBo resources.","description":"Retrieves the collection of UserBo resources.","parameters":[],"deprecated":false},"post":{"operationId":"postUserBoCollection","tags":["UserBo"],"responses":{"201":{"description":"UserBo resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}},"links":{"GetUserBoItem":{"operationId":"getUserBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserBo resource.","description":"Creates a UserBo resource.","parameters":[],"requestBody":{"description":"The new UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users-bo\/{id}":{"get":{"operationId":"getUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserBo resource.","description":"Retrieves a UserBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}},"links":{"GetUserBoItem":{"operationId":"getUserBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserBo resource.","description":"Replaces the UserBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserBoItem","tags":["UserBo"],"responses":{"204":{"description":"UserBo resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserBo resource.","description":"Removes the UserBo resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/phone":{"get":{"operationId":"get_phoneUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPhoneOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPhoneOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/weather-personnal-reports":{"get":{"operationId":"getWeatherPersonnalReportCollection","tags":["WeatherPersonnalReport"],"responses":{"200":{"description":"WeatherPersonnalReport collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportListOutput"}}}}}},"summary":"Retrieves the collection of WeatherPersonnalReport resources.","description":"Retrieves the collection of WeatherPersonnalReport resources.","parameters":[],"deprecated":false},"post":{"operationId":"postWeatherPersonnalReportCollection","tags":["WeatherPersonnalReport"],"responses":{"201":{"description":"WeatherPersonnalReport resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}}},"links":{"GetWeatherPersonnalReportItem":{"operationId":"getWeatherPersonnalReportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/weather-personnal-reports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a WeatherPersonnalReport resource.","description":"Creates a WeatherPersonnalReport resource.","parameters":[],"requestBody":{"description":"The new WeatherPersonnalReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/weather-personnal-reports\/types":{"get":{"operationId":"get_typeWeatherPersonnalReportCollection","tags":["WeatherPersonnalReport"],"responses":{"200":{"description":"WeatherPersonnalReport collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportTypeListOutput"}}}}}},"summary":"Retrieves the collection of WeatherPersonnalReport resources.","description":"Retrieves the collection of WeatherPersonnalReport resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/weather-personnal-reports\/{id}":{"get":{"operationId":"getWeatherPersonnalReportItem","tags":["WeatherPersonnalReport"],"responses":{"200":{"description":"WeatherPersonnalReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a WeatherPersonnalReport resource.","description":"Retrieves a WeatherPersonnalReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putWeatherPersonnalReportItem","tags":["WeatherPersonnalReport"],"responses":{"200":{"description":"WeatherPersonnalReport resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput"}}},"links":{"GetWeatherPersonnalReportItem":{"operationId":"getWeatherPersonnalReportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/weather-personnal-reports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the WeatherPersonnalReport resource.","description":"Replaces the WeatherPersonnalReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated WeatherPersonnalReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteWeatherPersonnalReportItem","tags":["WeatherPersonnalReport"],"responses":{"204":{"description":"WeatherPersonnalReport resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the WeatherPersonnalReport resource.","description":"Removes the WeatherPersonnalReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/weather-personnal-reports\/{lat}\/{lng}":{"get":{"operationId":"get_latlngWeatherPersonnalReportCollection","tags":["WeatherPersonnalReport"],"responses":{"200":{"description":"WeatherPersonnalReport collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherPersonnalReport.WeatherPersonnalReportListOutput"}}}}}},"summary":"Retrieves the collection of WeatherPersonnalReport resources.","description":"Retrieves the collection of WeatherPersonnalReport resources.","parameters":[{"name":"lat","in":"path","description":"lat","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"lng","in":"path","description":"lng","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/weather-reports":{"get":{"operationId":"getWeatherReportCollection","tags":["WeatherReport"],"responses":{"200":{"description":"WeatherReport collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportListOutput"}}}}}},"summary":"Retrieves the collection of WeatherReport resources.","description":"Retrieves the collection of WeatherReport resources.","parameters":[],"deprecated":false},"post":{"operationId":"postWeatherReportCollection","tags":["WeatherReport"],"responses":{"201":{"description":"WeatherReport resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}}},"links":{"GetWeatherReportItem":{"operationId":"getWeatherReportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/weather-reports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a WeatherReport resource.","description":"Creates a WeatherReport resource.","parameters":[],"requestBody":{"description":"The new WeatherReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/weather-reports\/{id}":{"get":{"operationId":"getWeatherReportItem","tags":["WeatherReport"],"responses":{"200":{"description":"WeatherReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a WeatherReport resource.","description":"Retrieves a WeatherReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putWeatherReportItem","tags":["WeatherReport"],"responses":{"200":{"description":"WeatherReport resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportDetailsOutput"}}},"links":{"GetWeatherReportItem":{"operationId":"getWeatherReportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/weather-reports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the WeatherReport resource.","description":"Replaces the WeatherReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated WeatherReport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/WeatherReport.WeatherReportPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteWeatherReportItem","tags":["WeatherReport"],"responses":{"204":{"description":"WeatherReport resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the WeatherReport resource.","description":"Removes the WeatherReport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-module-subscription-plans":{"get":{"operationId":"getXModuleSubscriptionPlanCollection","tags":["XModuleSubscriptionPlan"],"responses":{"200":{"description":"XModuleSubscriptionPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanListOutput"}}}}}},"summary":"Retrieves the collection of XModuleSubscriptionPlan resources.","description":"Retrieves the collection of XModuleSubscriptionPlan resources.","parameters":[],"deprecated":false},"post":{"operationId":"postXModuleSubscriptionPlanCollection","tags":["XModuleSubscriptionPlan"],"responses":{"201":{"description":"XModuleSubscriptionPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}}},"links":{"GetXModuleSubscriptionPlanItem":{"operationId":"getXModuleSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-module-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XModuleSubscriptionPlan resource.","description":"Creates a XModuleSubscriptionPlan resource.","parameters":[],"requestBody":{"description":"The new XModuleSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-module-subscription-plans\/{id}":{"get":{"operationId":"getXModuleSubscriptionPlanItem","tags":["XModuleSubscriptionPlan"],"responses":{"200":{"description":"XModuleSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XModuleSubscriptionPlan resource.","description":"Retrieves a XModuleSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXModuleSubscriptionPlanItem","tags":["XModuleSubscriptionPlan"],"responses":{"200":{"description":"XModuleSubscriptionPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput"}}},"links":{"GetXModuleSubscriptionPlanItem":{"operationId":"getXModuleSubscriptionPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-module-subscription-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XModuleSubscriptionPlan resource.","description":"Replaces the XModuleSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XModuleSubscriptionPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XModuleSubscriptionPlan.XModuleSubscriptionPlanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXModuleSubscriptionPlanItem","tags":["XModuleSubscriptionPlan"],"responses":{"204":{"description":"XModuleSubscriptionPlan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XModuleSubscriptionPlan resource.","description":"Removes the XModuleSubscriptionPlan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Account":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Account.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"balance":{"description":"Get the value of balance","type":"integer"},"creditLine":{"description":"Get the value of creditLine","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Account.AccountDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Account.AccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Account.AccountPostInput":{"type":"object","description":""},"Account.AccountPutInput":{"type":"object","description":""},"ActionOutput":{"type":"object","description":"","properties":{"param":{"type":"string"},"label":{"type":"string"},"level":{"type":"string"}}},"Actuality":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Actuality.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"type":{"description":"Get the value of type","type":"string"},"description":{"description":"Get the value of description","type":"string"},"title":{"description":"Get the value of title","type":"string"},"isImportant":{"description":"Get the value of isImportant","type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Actuality.ActualityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"isImportant":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Actuality.ActualityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"isImportant":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Actuality.ActualityPostInput":{"type":"object","description":""},"Actuality.ActualityPutInput":{"type":"object","description":""},"Ad":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Ad.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"title":{"type":"string"},"description":{"type":"string","nullable":true},"fields":{"description":"Get the value of fields","type":"array","items":{"type":"string"},"nullable":true},"amount":{"description":"Get the value of amount","type":"integer"},"currency":{"type":"string","format":"iri-reference"},"cover":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"string","format":"iri-reference"},"productRef":{"type":"string","format":"iri-reference","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"search":{"type":"string"},"isAddressCompany":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Ad.AdAdminDetailsOutput":{"type":"object","description":"","properties":{"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"id":{"type":"integer"},"productRef":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"title":{"type":"string"},"description":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"distance":{"type":"string","nullable":true},"category":{"type":"string"},"isAddressCompany":{"default":true,"example":true,"type":"boolean"},"discussions":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscussionOutput"}}}},"Ad.AdAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"title":{"type":"string"},"type":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Ad.AdDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"productRef":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"title":{"type":"string"},"description":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"distance":{"type":"string","nullable":true},"category":{"type":"string"},"isAddressCompany":{"default":true,"example":true,"type":"boolean"},"discussions":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscussionOutput"}}}},"Ad.AdDetailsPublicOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"title":{"type":"string"},"description":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"distance":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"lastUpdDated":{"type":"string","format":"date-time"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/AdMessageListOutput"}}}},"Ad.AdListPublicOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"title":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"city":{"type":"string"},"distance":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"description":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"lastUpdDated":{"type":"string","format":"date-time"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"Ad.AdPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"productRefId":{"type":"integer","nullable":true},"isAddressCompany":{"default":true,"example":true,"type":"boolean"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true}}},"Ad.AdPostWithProductInput":{"type":"object","description":"","properties":{"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"address":{"$ref":"#\/components\/schemas\/AddressInput"}}},"Ad.AdPutInput":{"type":"object","description":"","properties":{"title":{"type":"string"},"description":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"isAddressCompany":{"default":true,"example":true,"type":"boolean"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true}}},"AdListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/MediaListOutput"}],"nullable":true},"title":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"AdMessage":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the AdMessage.","type":"integer"},"ad":{"type":"string","format":"iri-reference","nullable":true},"toCompany":{"type":"string","format":"iri-reference","nullable":true},"fromCompany":{"type":"string","format":"iri-reference","nullable":true},"message":{"type":"string"},"isView":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"AdMessage.AdMessageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"AdMessage.AdMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"fromCompanyId":{"type":"integer"},"toCompanyId":{"type":"integer"},"fromCompany":{"type":"string"},"toCompany":{"type":"string"},"message":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"AdMessage.AdMessagePostInput":{"type":"object","description":"","properties":{"adId":{"type":"integer"},"fromCompanyId":{"type":"integer"},"toCompanyId":{"type":"integer"},"message":{"type":"string"}}},"AdMessage.AdMessagePutInput":{"type":"object","description":""},"AdMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"fromCompanyId":{"type":"integer"},"toCompanyId":{"type":"integer"},"fromCompany":{"type":"string"},"toCompany":{"type":"string"},"message":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"AddressInput":{"type":"object","description":"","properties":{"street":{"type":"string"},"streetNumber":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"zipcode":{"type":"string"}}},"AddressOutput":{"type":"object","description":"","properties":{"street":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true}}},"AmountArrayOutput":{"type":"object","description":"","properties":{"amount":{"type":"integer"},"decimal":{"type":"integer"},"currency":{"type":"string"}}},"AmountInput":{"type":"object","description":"","properties":{"amount":{"type":"integer"},"currency":{"type":"string"}}},"AmountOutput":{"type":"object","description":"","properties":{"amount":{"type":"integer"},"decimal":{"type":"integer"},"currency":{"type":"string"}}},"Billing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Billing.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"companyBankAccount":{"type":"string","format":"iri-reference","nullable":true},"amount":{"description":"Get the value of amount","type":"integer","nullable":true},"vatAmount":{"description":"Get the value of vatAmount","type":"integer","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"beginDate":{"description":"Get the value of beginDate","type":"string","format":"date-time"},"endDate":{"description":"Get the value of endDate","type":"string","format":"date-time"},"paymentDate":{"description":"Get the value of paymentDate","type":"string","format":"date-time"},"paymentType":{"description":"Get the value of paymentType","type":"string"},"paymentStatus":{"description":"Get the value of paymentStatus","type":"string"},"billingStatus":{"description":"Get the value of billingStatus","type":"string"},"refDirectDebit":{"description":"Get the value of refDirectDebit","type":"string"},"document":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Billing.BillingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"companyBankAccount":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyBankAccountDetailsOutput"}],"nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"vatAmount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"paymentDate":{"type":"string","format":"date-time","nullable":true},"paymentType":{"type":"string"},"paymentStatus":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"Billing.BillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"paymentStatus":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"Billing.BillingPostInput":{"type":"object","description":""},"Billing.BillingPutInput":{"type":"object","description":""},"BioElement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the BioElement.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"site":{"type":"string","format":"iri-reference","nullable":true},"numElement":{"description":"Get the value of numElement","type":"integer","nullable":true},"codeElement":{"description":"Get the value of codeElement","type":"string","nullable":true},"area":{"description":"Get the value of area","type":"integer","nullable":true},"firstCampaign":{"description":"Get the value of firstCampaign","type":"string","nullable":true},"lastCampaign":{"description":"Get the value of lastCampaign","type":"string","nullable":true},"outerBoundary":{"type":"string","nullable":true},"innerBoundary":{"type":"array","items":{"type":"string"},"nullable":true},"isTelepac":{"type":"boolean"},"pngUrl":{"description":"pngUrl","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"BioElement.BioElementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BioElement.BioElementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BioElement.BioElementPostInput":{"type":"object","description":""},"BioElement.BioElementPutInput":{"type":"object","description":""},"Blacklist":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Blacklist.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"companyBanned":{"type":"string","format":"iri-reference","nullable":true},"productRef":{"type":"string","format":"iri-reference","nullable":true},"need":{"type":"string","format":"iri-reference","nullable":true},"endDate":{"description":"Get the value of endDate","type":"string","format":"date-time","nullable":true},"beginDate":{"description":"Get the value of beginDate","type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Blacklist.BlacklistDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceDetailsOutput"}],"nullable":true},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"}],"nullable":true},"need":{"anyOf":[{"$ref":"#\/components\/schemas\/NeedPublicDetailsOutput"}],"nullable":true}}},"Blacklist.BlacklistListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"productRefName":{"type":"string","nullable":true},"companyName":{"type":"string","nullable":true},"needName":{"type":"string","nullable":true}}},"Blacklist.BlacklistPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer","nullable":true},"needId":{"type":"integer","nullable":true},"productRefId":{"type":"integer","nullable":true},"companyBannedId":{"type":"integer","nullable":true}}},"Blacklist.BlacklistPutInput":{"type":"object","description":""},"Bookmark":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Bookmark.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"bookmarked":{"type":"string","format":"iri-reference","nullable":true},"comment":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Bookmark.BookmarkDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Bookmark.BookmarkListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Bookmark.BookmarkPostInput":{"type":"object","description":""},"Bookmark.BookmarkPutInput":{"type":"object","description":""},"Category":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Category.","type":"integer"},"name":{"minLength":2,"maxLength":100,"type":"string"},"type":{"minLength":2,"maxLength":100,"type":"string"},"univers":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"units":{"type":"array","items":{"type":"string"},"nullable":true},"withQuantity":{"type":"boolean"},"defaultDistance":{"type":"integer"},"productionModes":{"type":"array","items":{"type":"string"},"nullable":true},"universLink":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}},"required":["name","type"]},"Category.CategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"type":"string","nullable":true},"univers":{"type":"string","nullable":true},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"defaultDistance":{"type":"integer"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldOutput"}}}},"Category.CategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"univers":{"type":"string"},"type":{"type":"string"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"defaultDistance":{"type":"integer"}}},"Category.CategoryPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"univers":{"type":"string","nullable":true},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldRefInput"}}}},"Category.CategoryPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"univers":{"type":"string","nullable":true},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldRefInput"}}}},"Category.CategoryTypeListOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"}}},"Company":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Company.","type":"integer"},"accountManager":{"type":"string","format":"iri-reference","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"subscriptionPlan":{"type":"string","format":"iri-reference","nullable":true},"legalName":{"minLength":2,"maxLength":150,"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"maxLength":200,"type":"string","nullable":true},"termsValidationDate":{"type":"string","format":"date-time","nullable":true},"firstBillingDate":{"type":"string","format":"date-time","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"univers":{"type":"array","items":{"type":"string"},"nullable":true},"materialProperty":{"type":"array","items":{"type":"string"},"nullable":true},"productionModes":{"type":"array","items":{"type":"string"},"nullable":true},"featureInterest":{"type":"array","items":{"type":"string"},"nullable":true},"additiveExploitationOptions":{"type":"array","items":{"type":"string"},"nullable":true},"personalPriority":{"type":"array","items":{"type":"string"},"nullable":true},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"potentialGain":{"description":"Get the value of potentialGain","type":"integer"},"completenessLevel":{"description":"Get the value of completenessLevel","type":"integer"},"nbNeighbor":{"description":"Get the value of nbNeighbor","type":"integer","nullable":true},"companyBankAccount":{"type":"string","format":"iri-reference","nullable":true},"account":{"type":"string","format":"iri-reference","nullable":true},"crmId":{"description":"Get the value of crmId","type":"string","nullable":true},"note":{"description":"Get the value of note","type":"number","nullable":true},"vendorCode":{"description":"Get the value of vendorCode","type":"string","nullable":true},"search":{"description":"Get the value of search","type":"string","nullable":true},"refDirectDebit":{"description":"Get the value of refDirectDebit","type":"string","nullable":true},"subscriptionBirthDate":{"type":"string","nullable":true},"withWireTransfer":{"type":"boolean","nullable":true},"subscription":{"type":"string","format":"iri-reference","nullable":true},"nextSubscription":{"type":"string","format":"iri-reference","nullable":true},"isWebLastUsage":{"type":"boolean","nullable":true},"isWindowsLastUsage":{"type":"boolean","nullable":true},"isMobileLastUsage":{"type":"boolean","nullable":true},"weatherReportSiteLastUpdate":{"type":"string","format":"date-time","nullable":true},"weatherReportCompanyLastUpdate":{"type":"string","format":"date-time","nullable":true},"isFirstQuiz":{"type":"boolean","nullable":true},"outOfNorm":{"type":"boolean"},"connectionFrequencyType":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"address":{"readOnly":true}},"required":["legalName"]},"Company.ActualityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"isImportant":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Company.AdListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/MediaListOutput"}],"nullable":true},"title":{"type":"string"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"Company.BillingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"beginDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"paymentStatus":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"Company.BlacklistListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"productRefName":{"type":"string","nullable":true},"companyName":{"type":"string","nullable":true},"needName":{"type":"string","nullable":true}}},"Company.BookmarkListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Company.CompanyBankAccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"type":"string"},"bic":{"type":"string","nullable":true},"iban":{"type":"string"},"isDefaultBilling":{"type":"boolean"},"isDefaultSettlement":{"type":"boolean"}}},"Company.CompanyChangePlanInput":{"type":"object","description":"","properties":{"newPlan":{"type":"string"},"frequencyType":{"type":"string"},"newAmount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"vendorCode":{"type":"string","nullable":true},"clientRefDirectDebit":{"type":"string","nullable":true},"subscriptionRefDirectDebit":{"type":"string","nullable":true},"firstBillingDate":{"type":"string","nullable":true},"nextRenewal":{"type":"string","nullable":true},"bankAccount":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyBankAccountPostInput"}],"nullable":true}}},"Company.CompanyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"registrationNumber":{"type":"string"},"adress":{"type":"string"},"univers":{"type":"string","nullable":true},"materialProperty":{"type":"string","nullable":true},"productionModes":{"type":"string","nullable":true},"additiveExploitationOptions":{"type":"string","nullable":true},"featureInterest":{"type":"string","nullable":true},"personalPriority":{"type":"string","nullable":true},"connectionFrequencyType":{"type":"string","nullable":true},"plan":{"type":"string"},"planFrequency":{"type":"string","nullable":true},"refDirectDebit":{"type":"string","nullable":true},"subscriptionBirthDate":{"type":"string","nullable":true},"firstBillingDate":{"type":"string","nullable":true},"withWireTransfer":{"type":"boolean"},"createdDate":{"type":"string","format":"date-time"},"completenessLevel":{"type":"integer"},"potentialGain":{"$ref":"#\/components\/schemas\/AmountOutput"},"accountBalance":{"$ref":"#\/components\/schemas\/AmountOutput"},"productStatistics":{"$ref":"#\/components\/schemas\/CompanyProductStatisticsOutput"},"companyBankAccount":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyBankAccountDetailsOutput"}],"nullable":true},"financialStatistics":{"$ref":"#\/components\/schemas\/CompanyFinanceStatisticsOutput"},"users":{"$ref":"#\/components\/schemas\/UserDetailsOutput"},"vendorCode":{"type":"string","nullable":true},"isWebLastUsage":{"type":"boolean"},"isWindowsLastUsage":{"type":"boolean"},"isMobileLastUsage":{"type":"boolean"},"outOfNorm":{"type":"boolean"},"crmId":{"type":"string","nullable":true},"subscription":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionDetailsOutput"}],"nullable":true},"nextSubscription":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionDetailsOutput"}],"nullable":true}}},"Company.CompanyFinanceStatisticsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"creditLine":{"$ref":"#\/components\/schemas\/AmountOutput"},"transactionToValidate":{"$ref":"#\/components\/schemas\/AmountOutput"},"histo":{"type":"array","items":{"type":"string"}}}},"Company.CompanyInfoOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"currency":{"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"subscriptionBirthDate":{"type":"string","nullable":true},"street":{"type":"string"},"zipcode":{"type":"string"},"vendorCode":{"type":"string","nullable":true},"city":{"type":"string"},"country":{"type":"string"},"outOfNorm":{"type":"boolean"},"withWireTransfer":{"type":"boolean"},"crmId":{"type":"string","nullable":true},"univers":{"type":"string","nullable":true},"parameters":{"type":"array","items":{"$ref":"#\/components\/schemas\/ParameterOutput"},"nullable":true},"connectionFrequencyType":{"type":"string","nullable":true}}},"Company.CompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"univers":{"type":"string","nullable":true},"refDirectDebit":{"type":"string","nullable":true},"subscriptionBirthDate":{"type":"string","nullable":true},"city":{"type":"string"},"zipCode":{"type":"string"},"plan":{"type":"string"},"accountBalance":{"$ref":"#\/components\/schemas\/AmountOutput"},"createdDate":{"type":"string","format":"date-time"},"firstBillingDate":{"type":"string","nullable":true},"isWebLastUsage":{"type":"boolean"},"isWindowsLastUsage":{"type":"boolean"},"isMobileLastUsage":{"type":"boolean"},"connectionFrequencyType":{"type":"string","nullable":true}}},"Company.CompanyPostInput":{"type":"object","description":"","properties":{"subscriptionPlanId":{"default":"BASIC","example":"BASIC","type":"string"},"siren":{"type":"string"},"vendorCode":{"type":"string","nullable":true},"promotionalCode":{"type":"string","nullable":true},"univers":{"type":"array","items":{"type":"string"},"nullable":true},"materialProperty":{"type":"array","items":{"type":"string"},"nullable":true},"productionModes":{"type":"array","items":{"type":"string"},"nullable":true},"personalPriority":{"type":"array","items":{"type":"string"},"nullable":true},"additiveExploitationOptions":{"type":"array","items":{"type":"string"},"nullable":true},"user":{"$ref":"#\/components\/schemas\/FirstUserPostInput"},"companyBankAccountPostInput":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyBankAccountPostInput"}],"nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressInput"}}},"Company.CompanyProductStatisticsOutput":{"type":"object","description":"","properties":{"nbSites":{"type":"integer"},"nbPlots":{"type":"integer"},"nbMaterial":{"type":"integer"},"nbJobs":{"type":"integer"},"nbCrop":{"type":"integer"},"nbNeeds":{"type":"integer"},"nbAds":{"type":"integer"},"buyLast6month":{"type":"array","items":{"type":"integer"}},"sellLast6month":{"type":"array","items":{"type":"integer"}}}},"Company.CompanyPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"note":{"type":"number","nullable":true},"seniority":{"type":"integer","nullable":true},"subscription":{"type":"string"},"users":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserPublicListOutput"}}}},"Company.CompanyPublicFullDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"note":{"type":"number","nullable":true},"seniority":{"type":"integer","nullable":true},"subscription":{"type":"string"},"distance":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"users":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserPublicListOutput"}},"listMaterials":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"listJobs":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"listCrops":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductListOutput"}},"listAds":{"type":"array","items":{"$ref":"#\/components\/schemas\/AdListOutput"}}}},"Company.CompanyPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"zipcode":{"type":"string"},"country":{"type":"string"},"distance":{"type":"integer"},"note":{"type":"number","nullable":true},"seniority":{"type":"integer","nullable":true}}},"Company.CompanyPutInput":{"type":"object","description":"","properties":{"legalName":{"type":"string"},"currency":{"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"vendorCode":{"type":"string","nullable":true},"outOfNorm":{"type":"boolean"},"crmId":{"type":"string","nullable":true},"withWireTransfer":{"type":"boolean"},"subscriptionBirthDate":{"type":"string"},"univers":{"type":"array","items":{"type":"array","items":{"type":"string"}},"nullable":true},"parameters":{"type":"array","items":{"$ref":"#\/components\/schemas\/ParameterOutput"},"nullable":true}}},"Company.CompanyStatisticsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"completenessLevel":{"type":"integer"},"potentialGain":{"$ref":"#\/components\/schemas\/AmountOutput"},"accountBalance":{"$ref":"#\/components\/schemas\/AmountOutput"}}},"Company.FinancialMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"smallDetails":{"type":"array","items":{"type":"string"}},"valueDate":{"type":"string","format":"date-time"},"withDocument":{"type":"boolean"},"type":{"type":"string"}}},"Company.MessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"fromCompanyId":{"type":"integer"},"fromCompany":{"type":"string"},"message":{"type":"string"},"entityType":{"type":"string"},"entityId":{"type":"string"},"subject":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"Company.NeedListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"productUrl":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isEmergency":{"type":"boolean"},"status":{"type":"string"},"nbMatch":{"type":"integer"},"nbDiscussion":{"type":"integer"},"withQuote":{"type":"integer"}}},"Company.NeedMatchListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"need":{"$ref":"#\/components\/schemas\/NeedPublicDetailsOutput"},"duration":{"type":"integer","nullable":true},"distance":{"type":"integer","nullable":true},"matchLevel":{"type":"integer","nullable":true},"type":{"type":"string"},"status":{"type":"string"},"withMessage":{"type":"string"},"withQuote":{"type":"string"}}},"Company.NeedPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"categoryName":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"title":{"type":"string","nullable":true},"titleSimple":{"type":"string","nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"description":{"type":"string"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"isEmergency":{"type":"boolean"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"productUrl":{"type":"string","nullable":true},"distance":{"type":"integer"}}},"Company.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"},"notificationTypeCode":{"type":"string"},"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLogListOutput"}}}},"Company.PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"soilType":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"siteId":{"type":"integer","nullable":true},"pngUrl":{"type":"string","nullable":true}}},"Company.ProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/MediaListOutput"}],"nullable":true},"title":{"type":"string"},"isAvailable":{"type":"boolean"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"Company.ProductReferenceStatListOutput":{"type":"object","description":"","properties":{"univers":{"type":"string"},"category":{"type":"string"},"productRef":{"type":"string"},"url":{"type":"string","nullable":true},"nbProduct":{"type":"integer"}}},"Company.QuizDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"stepList":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepDetailsOutput"}}}},"Company.SettlementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"needId":{"type":"integer","nullable":true},"needMatchId":{"type":"integer","nullable":true},"type":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"status":{"type":"string"},"settlementType":{"type":"string"},"billingDocumentId":{"type":"integer","nullable":true},"entraideDocumentId":{"type":"integer","nullable":true}}},"Company.SirenOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"siren":{"type":"string"},"siret":{"type":"string"},"available":{"default":true,"example":true,"type":"boolean"},"notAvailableReason":{"type":"string"}}},"Company.SiretOutput":{"type":"object","description":""},"Company.SiteListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"isTelepac":{},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"refTelepac":{"type":"string","nullable":true},"pngUrl":{"type":"string","nullable":true},"nbPlot":{"type":"string","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"}}},"Company.SubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlanSubDetailsOutput"}},"price":{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"},"negociatedPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"}],"nullable":true}}},"Company.TicketListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"subject":{"type":"string"},"status":{"type":"string"},"lastMessage":{"$ref":"#\/components\/schemas\/TicketMessageListOutput"},"createdDate":{"type":"string","format":"date-time"},"lastMessageDate":{"type":"string","format":"date-time","nullable":true},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"}}},"Company.TradingProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Company.TradingQuoteListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"quote":{"type":"number"},"quoteUnit":{"type":"string"},"variation":{"type":"number","nullable":true}}},"Company.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"userName":{"type":"string"},"date":{"type":"string","format":"date-time"},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true}}},"Company.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"login":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"userConnected":{"type":"boolean"}}},"Company.WeatherReportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteListOutput"}],"nullable":true},"hourly":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportHourlyOutput"}],"nullable":true},"daily":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportDailyOutput"}],"nullable":true},"measureTypeDaily":{"type":"array","items":{"type":"string"}},"measureTypeHourly":{"type":"array","items":{"type":"string"}}}},"Company.WeatherReportListLightOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteListOutput"}],"nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"actualy":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportActualyOutput"}],"nullable":true},"measureTypeDaily":{"type":"array","items":{"type":"string"}},"measureTypeHourly":{"type":"array","items":{"type":"string"}}}},"Company.WeatherReportListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteListOutput"}],"nullable":true},"hourly":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportHourlyOutput"}],"nullable":true},"daily":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportDailyOutput"}],"nullable":true},"measureTypeDaily":{"type":"array","items":{"type":"string"}},"measureTypeHourly":{"type":"array","items":{"type":"string"}}}},"CompanyBankAccount":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the CompanyBankAccount.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"owner":{"type":"string"},"bic":{"type":"string","nullable":true},"iban":{"type":"string"},"bankName":{"type":"string","nullable":true},"refDirectDebit":{"description":"Get the value of refDirectDebit","type":"string","nullable":true},"isDefaultBilling":{"type":"boolean"},"isValid":{"type":"boolean","nullable":true},"isDefaultSettlement":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"CompanyBankAccount.CompanyBankAccountDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"type":"string"},"bic":{"type":"string","nullable":true},"iban":{"type":"string"},"isDefaultBilling":{"type":"boolean"},"isDefaultSettlement":{"type":"boolean"}}},"CompanyBankAccount.CompanyBankAccountListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"type":"string"},"bic":{"type":"string","nullable":true},"iban":{"type":"string"},"isDefaultBilling":{"type":"boolean"},"isDefaultSettlement":{"type":"boolean"}}},"CompanyBankAccount.CompanyBankAccountPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"string","nullable":true},"owner":{"type":"string"},"iban":{"type":"string"}}},"CompanyBankAccount.CompanyBankAccountPutInput":{"type":"object","description":""},"CompanyBankAccountDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"type":"string"},"bic":{"type":"string","nullable":true},"iban":{"type":"string"},"isDefaultBilling":{"type":"boolean"},"isDefaultSettlement":{"type":"boolean"}}},"CompanyBankAccountPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"string","nullable":true},"owner":{"type":"string"},"iban":{"type":"string"}}},"CompanyFinanceStatisticsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"creditLine":{"$ref":"#\/components\/schemas\/AmountOutput"},"transactionToValidate":{"$ref":"#\/components\/schemas\/AmountOutput"},"histo":{"type":"array","items":{"type":"string"}}}},"CompanyProductStatisticsOutput":{"type":"object","description":"","properties":{"nbSites":{"type":"integer"},"nbPlots":{"type":"integer"},"nbMaterial":{"type":"integer"},"nbJobs":{"type":"integer"},"nbCrop":{"type":"integer"},"nbNeeds":{"type":"integer"},"nbAds":{"type":"integer"},"buyLast6month":{"type":"array","items":{"type":"integer"}},"sellLast6month":{"type":"array","items":{"type":"integer"}}}},"CompanyPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"registrationNumber":{"type":"string"},"description":{"type":"string"},"website":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"note":{"type":"number","nullable":true},"seniority":{"type":"integer","nullable":true},"subscription":{"type":"string"},"users":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserPublicListOutput"}}}},"CompanyPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"zipcode":{"type":"string"},"country":{"type":"string"},"distance":{"type":"integer"},"note":{"type":"number","nullable":true},"seniority":{"type":"integer","nullable":true}}},"CompanySmallDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"city":{"type":"string"},"zipcode":{"type":"string"},"country":{"type":"string"},"subscription":{"type":"string"},"connectionFrequencyType":{"type":"string","nullable":true}}},"Country":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Country.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Country.CountryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Country.CountryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Country.CountryPostInput":{"type":"object","description":""},"Country.CountryPutInput":{"type":"object","description":""},"CronJob-cronjob.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronJob-cronjob.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog-cronlog.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog-cronlog.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"Currency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Currency.","type":"string"},"minorUnit":{"description":"Get the value of minorUnit","default":2,"example":2,"type":"integer"},"name":{"description":"Get the value of name","type":"string"},"iso4217":{"description":"Get the value of iso4217","default":2,"example":2,"type":"integer"},"isActivated":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Currency.CurrencyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Currency.CurrencyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Currency.CurrencyPutInput":{"type":"object","description":""},"Device":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Device.","type":"integer"},"user":{"type":"string","format":"iri-reference"},"fcmId":{"description":"Get the value of fcmId","type":"string","nullable":true},"uninstalledDate":{"type":"string","format":"date-time","nullable":true},"isPushEnabled":{"description":"Get the value of isPushEnabled","type":"boolean","nullable":true},"os":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Device.DeviceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Device.DeviceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Device.DevicePostInput":{"type":"object","description":""},"Device.DevicePutInput":{"type":"object","description":""},"DiscussionOutput":{"type":"object","description":"","properties":{"company":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/AdMessageListOutput"}}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"type":"string","nullable":true},"entityId":{"type":"integer","nullable":true},"path":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"originName":{"type":"string"},"name":{"type":"string"},"size":{"type":"integer"},"width":{"type":"integer"},"height":{"type":"integer"},"duration":{"type":"integer"},"extension":{"type":"string","nullable":true},"orientation":{"type":"string","nullable":true},"mimeType":{"type":"string","nullable":true},"type":{"type":"string"},"toMig":{"type":"boolean"},"isCompress":{"type":"boolean"},"displayFormat":{"type":"string"},"notificationAttachmentId":{"description":"Get the value of notificationAttachmentId","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Document.DocumentCoverInput":{"type":"object","description":"","properties":{"isCover":{"default":true,"example":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentPostInput":{"type":"object","description":""},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DocumentType.","type":"string"},"name":{"description":"Get the value of name","type":"string","nullable":true},"acceptedFormat":{"description":"Get the value of acceptedFormat","type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"FieldEntityOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"value":{"type":"string"},"id":{"type":"integer","nullable":true},"unit":{"type":"string","nullable":true}}},"FieldInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"value":{"type":"string"},"id":{"type":"integer","nullable":true},"unit":{"type":"string","nullable":true}}},"FieldOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"format":{"type":"string","nullable":true},"length":{"type":"integer","nullable":true},"categoryInherited":{"type":"boolean"},"mandatory":{"type":"boolean"},"url":{"type":"string","nullable":true},"unit":{"type":"array","items":{"type":"string"}}}},"FieldRefInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"format":{"type":"string","nullable":true},"length":{"type":"integer","nullable":true},"mandatory":{"type":"boolean"},"url":{"type":"string","nullable":true},"unit":{"type":"array","items":{"type":"string"},"nullable":true}}},"FieldValue":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the FieldValue.","type":"integer"},"univers":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"value":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"FieldValue.FieldValueDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"value":{"type":"string"},"univers":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","nullable":true}}},"FieldValue.FieldValueListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"value":{"type":"string"},"univers":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string","nullable":true}}},"FieldValue.FieldValueListTypeOutput":{"type":"object","description":"","properties":{"type":{"type":"string"}}},"FieldValue.FieldValuePostInput":{"type":"object","description":"","properties":{"univers":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string"},"value":{"type":"string"}}},"FieldValue.FieldValuePutInput":{"type":"object","description":"","properties":{"univers":{"type":"array","items":{"type":"string"},"nullable":true},"type":{"type":"string"},"value":{"type":"string"}}},"FinancialMovement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the FinancialMovement.","type":"integer"},"account":{"type":"string","format":"iri-reference","nullable":true},"amount":{"description":"Get the value of amount","type":"integer"},"feeAmount":{"description":"Get the value of feeAmount","type":"integer"},"type":{"description":"Get the value of type","type":"string"},"smallDetails":{"description":"Get the value of smallDetails","type":"array","items":{"type":"string"}},"fullDetails":{"description":"Get the value of fullDetails","type":"array","items":{"type":"string"}},"valueDate":{"description":"Get the value of valueDate","type":"string","format":"date-time"},"justifyDocument":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"FinancialMovement.FinancialMovementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"smallDetails":{"type":"array","items":{"type":"string"}},"valueDate":{"type":"string","format":"date-time"},"type":{"type":"string"},"fullDetails":{"type":"array","items":{"type":"string"}},"withDocument":{"type":"boolean"}}},"FinancialMovement.FinancialMovementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"smallDetails":{"type":"array","items":{"type":"string"}},"valueDate":{"type":"string","format":"date-time"},"withDocument":{"type":"boolean"},"type":{"type":"string"}}},"FinancialMovement.FinancialMovementPostInput":{"type":"object","description":""},"FinancialMovement.FinancialMovementPutInput":{"type":"object","description":""},"FirstUserPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"password":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}}},"JointOwnership":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the JointOwnership.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"JointOwnership.JointOwnershipDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"JointOwnership.JointOwnershipListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"JointOwnership.JointOwnershipPostInput":{"type":"object","description":""},"JointOwnership.JointOwnershipPutInput":{"type":"object","description":""},"JointOwnershipListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MainActivity":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the LegalCategory.","type":"string"},"wording":{"type":"string"},"isAuthorized":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"MainActivity.MainActivityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MainActivity.MainActivityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MainActivity.MainActivityPostInput":{"type":"object","description":""},"MainActivity.MainActivityPutInput":{"type":"object","description":""},"MediaListOutput":{"type":"object","description":"","properties":{"url":{"type":"string"},"mediaType":{"type":"string"},"duration":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"extension":{"type":"string","nullable":true},"id":{"type":"integer"}}},"Module":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Module.","type":"integer"},"role":{"description":"Get the value of role","type":"array","items":{"type":"string"}},"name":{"description":"Get the value of name","type":"string"},"description":{"description":"Get the value of description","type":"string"},"defaultPrice":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Module.ModuleDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Module.ModuleListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Module.ModulePostInput":{"type":"object","description":""},"Module.ModulePutInput":{"type":"object","description":""},"Need":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Need.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"string","format":"iri-reference","nullable":true},"productRef":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string"},"fields":{"type":"string","nullable":true},"priceMax":{"description":"Get the value of priceMax","type":"integer","nullable":true},"periodStart":{"description":"Get the value of periodStart","type":"string","nullable":true},"periodEnd":{"description":"Get the value of periodEnd","type":"string","nullable":true},"isEmergency":{"type":"boolean"},"isRecurrent":{"type":"boolean"},"status":{"description":"Get the value of status","default":"open","example":"open","type":"string"},"statusHistory":{"description":"Get the value of statusHistory","type":"array","items":{"type":"string"},"nullable":true},"lastChangeStatus":{"description":"Get the value of lastChangeStatus","type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean"},"withQuote":{"type":"boolean"},"nbMatch":{"description":"Get the value of nbMatch","type":"integer"},"nbDiscussion":{"description":"Get the value of nbDiscussion","type":"integer"},"plots":{"description":"Get the value of plots","type":"array","items":{"type":"string"},"nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"search":{"description":"Get the value of search","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Need.NeedAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"categoryName":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isRecurrent":{"type":"boolean"},"isEmergency":{"type":"boolean"},"status":{"type":"string"},"needMatches":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatchDetailsOutput"},"nullable":true},"plots":{"$ref":"#\/components\/schemas\/PlotPublicOutput"},"site":{"$ref":"#\/components\/schemas\/SiteListOutput"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true}}},"Need.NeedAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"type":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isEmergency":{"type":"boolean"},"isRecurrent":{"type":"boolean"},"status":{"type":"string"},"nbMatch":{"type":"integer"},"nbDiscussion":{"type":"integer"},"withQuote":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"}}},"Need.NeedDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"categoryName":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isEmergency":{"type":"boolean"},"isRecurrent":{"type":"boolean"},"status":{"type":"string"},"needMatches":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatchDetailsOutput"},"nullable":true},"plots":{"$ref":"#\/components\/schemas\/PlotPublicOutput"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressOutput"}],"nullable":true}}},"Need.NeedPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"productRefId":{"type":"integer","nullable":true},"description":{"type":"string"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isEmergency":{"type":"boolean"},"plots":{"type":"array","items":{"type":"integer"}},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"siteId":{"type":"integer","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true},"isAddressCompany":{"type":"boolean"},"isAddressSite":{"type":"boolean","nullable":true},"isRecurrent":{"type":"boolean","nullable":true}}},"Need.NeedPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"categoryName":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotPublicOutput"}},"isEmergency":{"type":"boolean"},"status":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"distance":{"type":"integer","nullable":true}}},"Need.NeedPutInput":{"type":"object","description":"","properties":{"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"description":{"type":"string"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"isEmergency":{"type":"boolean"},"plots":{"type":"array","items":{"type":"integer"}},"siteId":{"type":"integer","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true},"isAddressCompany":{"type":"boolean"},"isRecurrent":{"type":"boolean","nullable":true}}},"Need.ProductPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"title":{"type":"string"},"description":{"type":"string"},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"specialConditions":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"productRef":{"type":"string","nullable":true},"distance":{"type":"string","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true}}},"NeedMatch":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NeedMatch.","type":"integer"},"need":{"type":"string","format":"iri-reference","nullable":true},"matched":{"type":"string","format":"iri-reference","nullable":true},"productMatched":{"type":"string","format":"iri-reference","nullable":true},"settlement":{"type":"string","format":"iri-reference","nullable":true},"status":{"description":"Get the value of status","type":"string"},"statusHistory":{"description":"Get the value of statusHistory","type":"array","items":{"type":"string"},"nullable":true},"lastChangeStatus":{"description":"Get the value of lastChangeStatus","type":"string","format":"date-time","nullable":true},"type":{"description":"Get the value of type","type":"string"},"distance":{"description":"Get the value of distance","type":"integer","nullable":true},"duration":{"description":"Get the value of duration","type":"integer","nullable":true},"matchLevel":{"description":"Get the value of matchLevel","type":"integer","nullable":true},"transferContacts":{"description":"Get the value of transferContacts","type":"array","items":{"type":"string"}},"isMessageView":{"type":"boolean"},"withQuote":{"type":"boolean"},"withMessage":{"type":"boolean"},"isClosed":{"type":"boolean"},"delivryDate":{"description":"Get the value of delivryDate","type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NeedMatch.NeedMatchChangeStatusInput":{"type":"object","description":"","properties":{"message":{"type":"string","nullable":true}}},"NeedMatch.NeedMatchDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"need":{"$ref":"#\/components\/schemas\/NeedPublicDetailsOutput"},"duration":{"type":"integer","nullable":true},"distance":{"type":"integer","nullable":true},"matchLevel":{"type":"integer","nullable":true},"type":{"type":"string"},"status":{"type":"string"},"lastStatusDate":{"type":"string","format":"date-time"},"settlement":{"anyOf":[{"$ref":"#\/components\/schemas\/SettlementLinkDetailsOutput"}],"nullable":true},"product":{"$ref":"#\/components\/schemas\/ProductPublicDetailsOutput"},"quote":{"$ref":"#\/components\/schemas\/QuoteDetailsOutput"},"messages":{"$ref":"#\/components\/schemas\/NeedMatchMessageListOutput"},"deliveryDate":{"type":"string","format":"date-time"}}},"NeedMatch.NeedMatchListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"need":{"$ref":"#\/components\/schemas\/NeedPublicDetailsOutput"},"duration":{"type":"integer","nullable":true},"distance":{"type":"integer","nullable":true},"matchLevel":{"type":"integer","nullable":true},"type":{"type":"string"},"status":{"type":"string"},"withMessage":{"type":"string"},"withQuote":{"type":"string"}}},"NeedMatch.NeedMatchPostInput":{"type":"object","description":"","properties":{"needId":{"type":"integer"},"productId":{"type":"integer"},"firstMessage":{"type":"string","nullable":true}}},"NeedMatch.NeedMatchPutInput":{"type":"object","description":"","properties":{"newStatus":{"type":"string"},"transferts":{"type":"array","items":{"$ref":"#\/components\/schemas\/NeedMatchTransfertContact"}}}},"NeedMatchDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"need":{"$ref":"#\/components\/schemas\/NeedPublicDetailsOutput"},"duration":{"type":"integer","nullable":true},"distance":{"type":"integer","nullable":true},"matchLevel":{"type":"integer","nullable":true},"type":{"type":"string"},"status":{"type":"string"},"lastStatusDate":{"type":"string","format":"date-time"},"settlement":{"anyOf":[{"$ref":"#\/components\/schemas\/SettlementLinkDetailsOutput"}],"nullable":true},"product":{"$ref":"#\/components\/schemas\/ProductPublicDetailsOutput"},"quote":{"$ref":"#\/components\/schemas\/QuoteDetailsOutput"},"messages":{"$ref":"#\/components\/schemas\/NeedMatchMessageListOutput"},"deliveryDate":{"type":"string","format":"date-time"}}},"NeedMatchMessage":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NeedMatchMessage.","type":"integer"},"needMatch":{"type":"string","format":"iri-reference","nullable":true},"toCompany":{"type":"string","format":"iri-reference","nullable":true},"fromCompany":{"type":"string","format":"iri-reference","nullable":true},"message":{"type":"string"},"isView":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NeedMatchMessage.NeedMatchMessageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NeedMatchMessage.NeedMatchMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"fromCompanyId":{"type":"integer"},"fromCompany":{"type":"string"},"toCompanyId":{"type":"integer"},"toCompany":{"type":"string"},"message":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NeedMatchMessage.NeedMatchMessagePostInput":{"type":"object","description":"","properties":{"needMatchId":{"type":"integer"},"companyId":{"type":"integer"},"message":{"type":"string"}}},"NeedMatchMessage.NeedMatchMessagePutInput":{"type":"object","description":""},"NeedMatchMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"fromCompanyId":{"type":"integer"},"fromCompany":{"type":"string"},"toCompanyId":{"type":"integer"},"toCompany":{"type":"string"},"message":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NeedMatchTransfertContact":{"type":"object","description":"","properties":{"emailTransfert":{"type":"string"},"contactTransfertDetails":{"type":"string"},"message":{"type":"string"}}},"NeedPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"categoryName":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string"},"priceMax":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"periodStart":{"type":"string","nullable":true},"periodEnd":{"type":"string","nullable":true},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotPublicOutput"}},"isEmergency":{"type":"boolean"},"status":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/AddressOutput"},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"distance":{"type":"integer","nullable":true}}},"Network":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Network.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Network.NetworkDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Network.NetworkListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Network.NetworkPostInput":{"type":"object","description":""},"Network.NetworkPutInput":{"type":"object","description":""},"NoteBo":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NoteBo.","type":"integer"},"userBo":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"type":"string"},"entityId":{"type":"integer"},"comment":{"type":"string"},"noteType":{"type":"string","nullable":true},"isSystemNote":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NoteBo.NoteBoDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userBo":{"type":"string"},"comment":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NoteBo.NoteBoListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userBo":{"type":"string"},"comment":{"type":"string"},"createdDate":{"type":"string","format":"date-time"}}},"NoteBo.NoteBoPostInput":{"type":"object","description":"","properties":{"comment":{"type":"string"},"entityType":{"type":"string"},"entityId":{"type":"integer"}}},"NoteBo.NoteBoPutInput":{"type":"object","description":"","properties":{"comment":{"type":"string"}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Notification.","type":"integer"},"fields":{"type":"string","nullable":true},"titleFields":{"type":"string","nullable":true},"userBo":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"logs":{"readOnly":true,"description":"Get the value of logs","type":"array","items":{"type":"string","format":"iri-reference"}},"attachments":{"description":"Get the value of attachments","type":"array","items":{"type":"string"},"nullable":true},"notificationBulk":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Notification.NotificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"},"notificationTypeCode":{"type":"string"},"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLogListOutput"}}}},"Notification.NotificationPostInput":{"type":"object","description":""},"Notification.NotificationPutInput":{"type":"object","description":""},"NotificationBulk":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationBulk.","type":"integer"},"content":{"type":"string"},"subject":{"type":"string"},"companies":{"type":"array","items":{"type":"integer"}},"notificationType":{"description":"Get the value of notificationType","type":"string","format":"iri-reference","nullable":true},"status":{"default":"to_treat","example":"to_treat","type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NotificationBulk.NotificationBulkDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationBulk.NotificationBulkListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NotificationBulk.NotificationBulkPostInput":{"type":"object","description":"","properties":{"content":{"type":"string"},"subject":{"type":"string"},"companies":{"type":"array","items":{"type":"string"}}}},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationLog.","type":"integer"},"notification":{"type":"string","format":"iri-reference"},"channel":{"type":"string"},"sendId":{"type":"string"},"details":{"type":"string","nullable":true},"cost":{"type":"integer","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogPostInput":{"type":"object","description":""},"NotificationLog.NotificationLogPutInput":{"type":"object","description":""},"NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationTemplate.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"notificationTemplateId":{"type":"string","nullable":true},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationType":{"anyOf":[{"$ref":"#\/components\/schemas\/NotificationTypeDetailsOutput"}],"nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationTypeLabel":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","properties":{"notificationTypeId":{"type":"string"},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplatePutInput":{"type":"object","description":"","properties":{"template":{"type":"string"},"title":{"type":"string"}}},"NotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationType.","type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true},"withBcc":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"NotificationType.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"OptionDetailsOutput":{"type":"object","description":"","properties":{"id":{},"label":{"type":"string"},"category":{"type":"string"},"description":{"type":"string"},"subOptionMandatory":{"type":"boolean"},"subOptionMultiSelect":{"type":"boolean"},"subOption":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubOptionDetailsOutput"}}}},"OptionPostInput":{"type":"object","description":"","properties":{"optionId":{"type":"string"},"subOption":{"type":"array","items":{"type":"string"}}}},"ParameterOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"PdfTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PdfTemplate.","type":"integer"},"path":{"description":"Get the value of path","type":"string","nullable":true},"templateCarboneId":{"description":"Get the value of templateCarboneId","type":"string","nullable":true},"type":{"description":"Get the value of type","type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"PdfTemplate.PdfTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplatePostInput":{"type":"object","description":""},"PdfTemplate.PdfTemplatePutInput":{"type":"object","description":""},"Plot":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Plot.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"outerBoundary":{"type":"string","nullable":true},"innerBoundary":{"type":"array","items":{"type":"string"},"nullable":true},"soilType":{"type":"string","nullable":true},"cultureCode":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"cultureCodePrecision":{"type":"string","nullable":true},"culturePrecisionLabel":{"type":"string","nullable":true},"area":{"description":"Get the value of area","type":"integer","nullable":true},"outerArea":{"description":"Get the value of outerArea","type":"integer","nullable":true},"innerArea":{"description":"Get the value of innerArea","type":"integer","nullable":true},"isTelepac":{"type":"boolean"},"refTelepac":{"type":"string","nullable":true},"isSie":{"description":"isSie","type":"boolean"},"site":{"type":"string","format":"iri-reference","nullable":true},"isConductBio":{"description":"isConductBio","type":"boolean"},"isConductMarketGardening":{"description":"isConductMarketGardening","type":"boolean"},"isSeedProduction":{"description":"isSeedProduction","type":"boolean"},"pngUrl":{"description":"pngUrl","type":"string","nullable":true},"description":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Plot.PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"soilType":{"type":"string","nullable":true},"cultureCode":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"cultureCodePrecision":{"type":"string","nullable":true},"culturePrecisionLabel":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"outerArea":{"type":"integer","nullable":true},"innerArea":{"type":"integer","nullable":true},"isTelepac":{},"refTelepac":{"type":"string","nullable":true},"isSie":{},"siteId":{"type":"integer","nullable":true},"isConductBio":{},"isConductMarketGardening":{},"isSeedProduction":{},"pngUrl":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskDetailsOutput"}}}},"Plot.PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"soilType":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"siteId":{"type":"integer","nullable":true},"pngUrl":{"type":"string","nullable":true}}},"Plot.PlotPostInput":{"type":"object","description":"","properties":{"siteId":{"type":"integer"},"soilType":{"type":"string","nullable":true},"cultureCode":{"type":"string","nullable":true},"precisionCode":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"isConductBio":{"type":"boolean"}}},"Plot.PlotPutInput":{"type":"object","description":"","properties":{"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"soilType":{"type":"string","nullable":true},"cultureCode":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"cultureCodePrecision":{"type":"string","nullable":true},"culturePrecisionLabel":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}}},"PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"soilType":{"type":"string","nullable":true},"cultureCode":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"cultureCodePrecision":{"type":"string","nullable":true},"culturePrecisionLabel":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"outerArea":{"type":"integer","nullable":true},"innerArea":{"type":"integer","nullable":true},"isTelepac":{},"refTelepac":{"type":"string","nullable":true},"isSie":{},"siteId":{"type":"integer","nullable":true},"isConductBio":{},"isConductMarketGardening":{},"isSeedProduction":{},"pngUrl":{"type":"string","nullable":true},"tasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/TaskDetailsOutput"}}}},"PlotPublicOutput":{"type":"object","description":"","properties":{"soilType":{"type":"string","nullable":true},"cultureLabel":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"pngUrl":{"type":"string","nullable":true},"siteId":{"type":"integer","nullable":true},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteSmallDetailsOutput"}],"nullable":true}}},"Price":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Price.","type":"integer"},"subscriptionPlan":{"type":"string","format":"iri-reference","nullable":true},"module":{"type":"string","format":"iri-reference","nullable":true},"monthlyAmount":{"description":"Get the value of monthlyAmount","type":"integer","nullable":true},"yearlyAmount":{"description":"Get the value of yearlyAmount","type":"integer","nullable":true},"companiesLimit":{"type":"array","items":{"type":"string"},"nullable":true},"code":{"description":"Get the value of code","type":"string","nullable":true},"nbActivationLimit":{"description":"Get the value of nbActivationLimit","type":"integer","nullable":true},"type":{"description":"Get the value of type","default":"plan","example":"plan","type":"string"},"beginDate":{"description":"Get the value of beginDate","type":"string","format":"date-time"},"endDate":{"description":"Get the value of endDate","type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Price.PriceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Price.PriceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Price.PricePostInput":{"type":"object","description":""},"Price.PricePutInput":{"type":"object","description":""},"PricePublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"monthlyAmount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"yearlyAmount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true}}},"Product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Product.","type":"integer"},"title":{"minLength":2,"maxLength":150,"type":"string"},"company":{"type":"string","format":"iri-reference","nullable":true},"jointOwnership":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"price":{"description":"Get the value of price","type":"integer","nullable":true},"priceUnit":{"description":"Get the value of priceUnit","type":"string","nullable":true},"isPriceDiscuss":{"readOnly":true,"description":"Get the value of isPriceDiscuss","type":"boolean"},"isAvailable":{"description":"Get the value of isAvailable","default":true,"example":true,"type":"boolean"},"currency":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"string","format":"iri-reference","nullable":true},"productRef":{"type":"string","format":"iri-reference","nullable":true},"specialConditions":{"type":"string","nullable":true},"deliveryDistance":{"description":"Get the value of deliveryDistance","type":"integer","nullable":true},"quantityMin":{"description":"Get the value of quantityMin","type":"integer","nullable":true},"quantityMax":{"description":"Get the value of quantityMax","type":"integer","nullable":true},"quantityAvailable":{"description":"Get the value of quantityAvailable","type":"integer","nullable":true},"quantityUnit":{"description":"Get the value of quantityUnit","type":"string","nullable":true},"description":{"type":"string","nullable":true},"cover":{"type":"string","format":"iri-reference","nullable":true},"search":{"description":"Get the value of search","type":"string","nullable":true},"materialProperty":{"description":"Get the value of materialProperty","type":"string","nullable":true},"productionMode":{"description":"Get the value of productionMode","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"isPricePriceDiscuss":{"writeOnly":true,"description":"Set the value of isPriceDiscuss"}},"required":["title"]},"Product.ProductAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"jointOwnership":{"anyOf":[{"$ref":"#\/components\/schemas\/JointOwnershipListOutput"}],"nullable":true},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"isPriceDiscuss":{"type":"boolean"},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"specialConditions":{"type":"string","nullable":true},"deliveryDistance":{"type":"integer","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isAvailable":{"type":"boolean"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"}}},"Product.ProductAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"type":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"title":{"type":"string"},"isAvailable":{"type":"boolean"},"createdDate":{"type":"string","format":"date-time","nullable":true},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"}}},"Product.ProductAvailablePutInput":{"type":"object","description":"","properties":{"isAvailable":{"type":"boolean"}}},"Product.ProductDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title":{"type":"string"},"jointOwnership":{"anyOf":[{"$ref":"#\/components\/schemas\/JointOwnershipListOutput"}],"nullable":true},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"isPriceDiscuss":{"type":"boolean"},"category":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"specialConditions":{"type":"string","nullable":true},"deliveryDistance":{"type":"integer","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isAvailable":{"type":"boolean"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"}}},"Product.ProductPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"productRefId":{"type":"integer"},"title":{"type":"string","nullable":true},"jointOwnershipId":{"type":"integer","nullable":true},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"isPriceDiscuss":{"type":"boolean"},"specialConditions":{"type":"string","nullable":true},"deliveryDistance":{"type":"integer","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}}},"Product.ProductPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"title":{"type":"string"},"description":{"type":"string"},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"specialConditions":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"productRef":{"type":"string","nullable":true},"distance":{"type":"string","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true}}},"Product.ProductPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/MediaListOutput"}],"nullable":true},"title":{"type":"string"},"distance":{"type":"string"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicListOutput"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"Product.ProductPutInput":{"type":"object","description":"","properties":{"title":{"type":"string"},"jointOwnershipId":{"type":"integer","nullable":true},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldInput"},"nullable":true},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"isPriceDiscuss":{"type":"boolean"},"specialConditions":{"type":"string","nullable":true},"deliveryDistance":{"type":"integer","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityPrice":{"type":"string","nullable":true},"quantityUnit":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}}},"ProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/MediaListOutput"}],"nullable":true},"title":{"type":"string"},"isAvailable":{"type":"boolean"},"productRef":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductReferenceSmallDetailsOutput"}],"nullable":true}}},"ProductPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"owner":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"cover":{"$ref":"#\/components\/schemas\/MediaListOutput"},"medias":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}},"title":{"type":"string"},"description":{"type":"string"},"price":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"priceUnit":{"type":"string","nullable":true},"fields":{"$ref":"#\/components\/schemas\/FieldEntityOutput"},"specialConditions":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"productRefId":{"type":"integer","nullable":true},"productRef":{"type":"string","nullable":true},"distance":{"type":"string","nullable":true},"quantityMin":{"type":"integer","nullable":true},"quantityMax":{"type":"integer","nullable":true},"quantityAvailable":{"type":"integer","nullable":true},"quantityUnit":{"type":"string","nullable":true}}},"ProductReference":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Material.","type":"integer"},"name":{"type":"string"},"url":{"type":"string","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"units":{"type":"array","items":{"type":"string"},"nullable":true},"priceRef":{"description":"Get the value of priceRef","type":"integer","nullable":true},"priceRefUnit":{"description":"Get the value of priceRefUnit","type":"string","nullable":true},"isAd":{"type":"boolean"},"toValidated":{"default":true,"example":true,"type":"boolean"},"withQuantity":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"productionModes":{"type":"array","items":{"type":"string"},"nullable":true},"universLink":{"type":"array","items":{"type":"string"},"nullable":true},"productLink":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"ProductReference.ProductReferenceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string","nullable":true},"category":{"type":"string"},"categoryType":{"type":"string"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldOutput"}},"units":{"type":"array","items":{"type":"string"},"nullable":true},"priceRef":{"type":"integer","nullable":true},"priceRefUnit":{"type":"string","nullable":true},"withQuantity":{"type":"boolean"},"defaultDistance":{"type":"integer"}}},"ProductReference.ProductReferenceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string","nullable":true},"category":{"type":"string"},"categoryType":{"type":"string"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"defaultDistance":{"type":"integer"}}},"ProductReference.ProductReferencePostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"categoryId":{"type":"integer"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"units":{"type":"array","items":{"type":"string"},"nullable":true},"priceRef":{"type":"integer","nullable":true},"priceRefUnit":{"type":"string","nullable":true}}},"ProductReference.ProductReferencePutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"categoryId":{"type":"integer"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldRefInput"}},"units":{"type":"array","items":{"type":"string"},"nullable":true},"priceRef":{"type":"integer","nullable":true},"priceRefUnit":{"type":"string","nullable":true}}},"ProductReferenceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string","nullable":true},"category":{"type":"string"},"categoryType":{"type":"string"},"isAd":{"type":"boolean"},"isMutualAid":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldOutput"}},"units":{"type":"array","items":{"type":"string"},"nullable":true},"priceRef":{"type":"integer","nullable":true},"priceRefUnit":{"type":"string","nullable":true},"withQuantity":{"type":"boolean"},"defaultDistance":{"type":"integer"}}},"ProductReferenceSmallDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string","nullable":true},"category":{"type":"string"},"categoryType":{"type":"string"}}},"Quiz":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Quiz.","type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Quiz.QuizDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"stepList":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepDetailsOutput"}}}},"Quiz.QuizListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Quiz.QuizPostInput":{"type":"object","description":""},"Quiz.QuizPutInput":{"type":"object","description":""},"QuizResponse":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the QuizResponse.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"quiz":{"type":"string","format":"iri-reference"},"response":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"QuizResponse.QuizResponseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"QuizResponse.QuizResponseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"QuizResponse.QuizResponsePostInput":{"type":"object","description":"","properties":{"quizId":{"type":"string"},"companyId":{"type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepPostInput"}}}},"Quote":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Quote.","type":"integer"},"needMatch":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"quoteLines":{"type":"array","items":{"type":"string"},"nullable":true},"settlementTypeAccepted":{"type":"array","items":{"type":"string"}},"amount":{"description":"Get the value of amount","type":"integer","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"dueDate":{"description":"Get the value of dueDate","type":"string","format":"date-time","nullable":true},"statusHistory":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Quote.QuoteDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"quoteLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/QuoteLineOutput"}},"settlementTypeAccepted":{"type":"array","items":{"type":"string"}},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"dueDate":{"type":"string","format":"date-time","nullable":true}}},"Quote.QuoteListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"settlementTypeAccepted":{"type":"array","items":{"type":"string"}},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"dueDate":{"type":"string","format":"date-time","nullable":true}}},"Quote.QuotePostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"needMatchId":{"type":"integer"},"quoteLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/QuoteLineInput"}},"settlementTypeAccepted":{"default":["entraide"],"example":["entraide"],"type":"array","items":{"type":"string"},"nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"dueDate":{"type":"string","format":"date-time","nullable":true}}},"Quote.QuotePutInput":{"type":"object","description":""},"QuoteDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"quoteLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/QuoteLineOutput"}},"settlementTypeAccepted":{"type":"array","items":{"type":"string"}},"amount":{"$ref":"#\/components\/schemas\/AmountOutput"},"dueDate":{"type":"string","format":"date-time","nullable":true}}},"QuoteLineInput":{"type":"object","description":"","properties":{"quantity":{"type":"number"},"unit":{"type":"string"},"price":{"$ref":"#\/components\/schemas\/AmountInput"},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"vatAmount":{"type":"number","nullable":true},"totalAmount":{"$ref":"#\/components\/schemas\/AmountInput"},"description":{"type":"string"},"type":{"type":"string"}}},"QuoteLineOutput":{"type":"object","description":"","properties":{"unit":{"type":"string"},"price":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"amount":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"vatAmount":{"type":"number","nullable":true},"totalAmount":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"description":{"type":"string"},"type":{"type":"string"},"quantity":{"type":"integer"},"qty":{"type":"number"}}},"Settlement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Settlement.","type":"integer"},"buyer":{"type":"string","format":"iri-reference","nullable":true},"seller":{"type":"string","format":"iri-reference","nullable":true},"source":{"type":"string","format":"iri-reference","nullable":true},"target":{"type":"string","format":"iri-reference","nullable":true},"needMatch":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference","nullable":true},"companyBank":{"type":"string","format":"iri-reference","nullable":true},"quote":{"type":"string","format":"iri-reference","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"productRef":{"type":"string","format":"iri-reference","nullable":true},"amount":{"description":"Get the value of amount","type":"integer"},"realisedDate":{"description":"Get the value of realisedDate","type":"string","format":"date-time","nullable":true},"settlementDate":{"description":"Get the value of settlementDate","type":"string","format":"date-time","nullable":true},"settlementType":{"description":"Get the value of settlementType","default":"entraide","example":"entraide","type":"string"},"periodEnd":{"description":"Get the value of periodEnd","type":"string","nullable":true},"settlementLines":{"type":"array","items":{"type":"string"},"nullable":true},"settlementRecordLines":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"description":"Get the value of status","type":"string"},"description":{"description":"Get the value of description","type":"string","nullable":true},"statusHistory":{"description":"Get the value of statusHistory","type":"array","items":{"type":"string"},"nullable":true},"lastChangeStatus":{"description":"Get the value of lastChangeStatus","type":"string","format":"date-time","nullable":true},"isBuyerValidated":{"description":"Get the value of isBuyerValidated","type":"boolean"},"isBuyerValidatedForced":{"description":"Get the value of isBuyerValidatedForced","type":"boolean"},"isSellerValidated":{"description":"Get the value of isSellerValidated","type":"boolean"},"sellerValidatedDate":{"description":"Get the value of sellerValidatedDate","type":"string","format":"date-time","nullable":true},"commentBuyer":{"description":"Get the value of commentBuyer","type":"string","nullable":true},"commentSeller":{"description":"Get the value of commentSeller","type":"string","nullable":true},"noteBuyer":{"description":"Get the value of noteBuyer","type":"integer","nullable":true},"noteSeller":{"description":"Get the value of noteSeller","type":"integer","nullable":true},"isClosed":{"description":"Get the value of isClosed","type":"boolean"},"billingDocument":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Settlement.SettlementAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"buyer":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"seller":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"description":{"type":"string","nullable":true},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductPublicDetailsOutput"}],"nullable":true},"category":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"realisedDate":{"type":"string","format":"date-time","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"settlementLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"settlementRecordLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"quote":{"anyOf":[{"$ref":"#\/components\/schemas\/QuoteDetailsOutput"}],"nullable":true},"settlementType":{"default":"entraide","example":"entraide","type":"string"},"isBuyerValidate":{"type":"string"},"isSellerValidate":{"type":"string"},"sellerValidateDate":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string"},"billingDocumentId":{"type":"integer","nullable":true}}},"Settlement.SettlementAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"seller":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"buyer":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"needId":{"type":"integer","nullable":true},"needMatchId":{"type":"integer","nullable":true},"category":{"type":"string"},"categoryType":{"type":"string"},"productRef":{"type":"string"},"settlementDate":{"type":"string","format":"date-time","nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"status":{"type":"string"},"settlementType":{"type":"string"}}},"Settlement.SettlementChangeStatusInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"comment":{"type":"string","nullable":true},"note":{"type":"integer","nullable":true}}},"Settlement.SettlementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"type":{"type":"string"},"description":{"type":"string","nullable":true},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/ProductPublicDetailsOutput"}],"nullable":true},"category":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"isBuyerSigned":{"type":"boolean"},"isSellerSigned":{"type":"boolean"},"realisedDate":{"type":"string","format":"date-time","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"settlementLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"settlementRecordLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"quote":{"anyOf":[{"$ref":"#\/components\/schemas\/QuoteDetailsOutput"}],"nullable":true},"settlementType":{"default":"entraide","example":"entraide","type":"string"},"actions":{"type":"array","items":{"$ref":"#\/components\/schemas\/ActionOutput"}},"status":{"type":"string"}}},"Settlement.SettlementLineInput":{"type":"object","description":"","properties":{"quantity":{"type":"number"},"unit":{"type":"string"},"price":{"$ref":"#\/components\/schemas\/AmountInput"},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"vatAmount":{"type":"number","nullable":true},"totalAmount":{"$ref":"#\/components\/schemas\/AmountInput"},"description":{"type":"string"}}},"Settlement.SettlementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"needId":{"type":"integer","nullable":true},"needMatchId":{"type":"integer","nullable":true},"type":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"categoryType":{"type":"string","nullable":true},"productRef":{"type":"string","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"status":{"type":"string"},"settlementType":{"type":"string"},"billingDocumentId":{"type":"integer","nullable":true},"entraideDocumentId":{"type":"integer","nullable":true}}},"Settlement.SettlementPostInput":{"type":"object","description":"","properties":{"sellerCompanyId":{"type":"integer","nullable":true},"companyId":{"type":"integer"},"type":{"type":"string"},"description":{"type":"string","nullable":true},"productId":{"type":"integer","nullable":true},"productRefId":{"type":"integer","nullable":true},"settlementLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineInput"},"nullable":true},"realisedDate":{"type":"string","format":"date-time","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"companyBankId":{"type":"integer","nullable":true},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"settlementType":{"default":"entraide","example":"entraide","type":"string"}}},"Settlement.SettlementPutInput":{"type":"object","description":"","properties":{"realisedDate":{"type":"string","format":"date-time","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true},"settlementLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineInput"},"nullable":true},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountInput"}],"nullable":true},"settlementType":{"default":"entraide","example":"entraide","type":"string"}}},"SettlementLineInput":{"type":"object","description":"","properties":{"quantity":{"type":"number"},"unit":{"type":"string"},"price":{"$ref":"#\/components\/schemas\/AmountInput"},"amount":{"$ref":"#\/components\/schemas\/AmountInput"},"vatAmount":{"type":"number","nullable":true},"totalAmount":{"$ref":"#\/components\/schemas\/AmountInput"},"description":{"type":"string"}}},"SettlementLineOutput":{"type":"object","description":"","properties":{"unit":{"type":"string"},"price":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"amount":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"vatAmount":{"type":"number","nullable":true},"totalAmount":{"$ref":"#\/components\/schemas\/AmountArrayOutput"},"description":{"type":"string"},"type":{"type":"string"},"quantity":{"type":"integer"},"qty":{"type":"number"}}},"SettlementLinkDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"description":{"type":"string","nullable":true},"realisedDate":{"type":"string","format":"date-time","nullable":true},"settlementDate":{"type":"string","format":"date-time","nullable":true},"isBuyerSigned":{"type":"boolean"},"isSellerSigned":{"type":"boolean"},"buyerCompany":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"sellerCompany":{"$ref":"#\/components\/schemas\/CompanyPublicDetailsOutput"},"amount":{"anyOf":[{"$ref":"#\/components\/schemas\/AmountOutput"}],"nullable":true},"settlementRecordLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"settlementLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/SettlementLineOutput"}},"settlementType":{"default":"entraide","example":"entraide","type":"string"},"actions":{"type":"array","items":{"$ref":"#\/components\/schemas\/ActionOutput"}},"status":{"type":"string"}}},"Site":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Site.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"lat":{"minLength":1,"maxLength":20,"type":"string"},"lng":{"minLength":1,"maxLength":20,"type":"string"},"name":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"area":{"description":"Get the value of area","type":"integer","nullable":true},"outerArea":{"description":"Get the value of outerArea","type":"integer","nullable":true},"innerArea":{"description":"Get the value of innerArea","type":"integer","nullable":true},"nbPlot":{"description":"Get the value of nbPlot","type":"integer"},"soilType":{"type":"string","nullable":true},"isTelepac":{"type":"boolean"},"refTelepac":{"type":"string","nullable":true},"outerBoundary":{"type":"string","nullable":true},"innerBoundary":{"type":"array","items":{"type":"string"},"nullable":true},"pngUrl":{"description":"pngUrl","type":"string","nullable":true},"description":{"type":"string","nullable":true},"plots":{"readOnly":true,"description":"Get the value of plots","type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}},"required":["lat","lng"]},"Site.SiteDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lat":{"type":"string"},"lng":{"type":"string"},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"isTelepac":{},"refTelepac":{"type":"string","nullable":true},"pngUrl":{"type":"string","nullable":true},"nbPlot":{"type":"string","nullable":true},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotDetailsOutput"}}}},"Site.SiteListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"isTelepac":{},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"refTelepac":{"type":"string","nullable":true},"pngUrl":{"type":"string","nullable":true},"nbPlot":{"type":"string","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"}}},"Site.SitePostInput":{"type":"object","description":"","properties":{"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressInput"}],"nullable":true},"zipcode":{"type":"string","nullable":true},"companyId":{"type":"integer"}}},"Site.SitePutInput":{"type":"object","description":"","properties":{"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}}},"SiteListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"isTelepac":{},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"refTelepac":{"type":"string","nullable":true},"pngUrl":{"type":"string","nullable":true},"nbPlot":{"type":"string","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"}}},"SiteSmallDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"lat":{"type":"string"},"lng":{"type":"string"},"name":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"area":{"type":"integer","nullable":true},"pngUrl":{"type":"string","nullable":true}}},"StepDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"maxChar":{"default":1,"example":1,"type":"integer"},"avgChar":{"default":1,"example":1,"type":"integer"},"mandatory":{"type":"boolean"},"multiSelect":{"type":"boolean"},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionDetailsOutput"}}}},"StepPostInput":{"type":"object","description":"","properties":{"stepId":{"type":"string"},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionPostInput"}}}},"SubOptionDetailsOutput":{"type":"object","description":"","properties":{"id":{},"label":{"type":"string"},"description":{"type":"string"}}},"Subscription":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Subscription.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"price":{"type":"string","format":"iri-reference","nullable":true},"amount":{"description":"Get the value of amount","type":"integer"},"plan":{"type":"string","format":"iri-reference","nullable":true},"currency":{"type":"string","format":"iri-reference","nullable":true},"module":{"type":"string","format":"iri-reference","nullable":true},"beginDate":{"description":"Get the value of beginDate","type":"string","format":"date-time"},"endDate":{"description":"Get the value of endDate","type":"string","format":"date-time","nullable":true},"type":{"description":"Get the value of type","type":"string","nullable":true},"refDirectDebit":{"description":"Get the value of refDirectDebit","type":"string","nullable":true},"status":{"description":"Get the value of status","type":"string"},"frequencyType":{"description":"Get the value of frequencyType","default":"yearly","example":"yearly","type":"string"},"frequency":{"description":"Get the value of frequency","default":1,"example":1,"type":"integer"},"dayOfMonth":{"description":"Get the value of dayOfMonth","type":"integer","nullable":true},"paymentRef":{"description":"Get the value of paymentRef","type":"string","nullable":true},"firstBillingDate":{"type":"string","format":"date-time","nullable":true},"vendorCode":{"description":"Get the value of vendorCode","type":"string","nullable":true},"nextRenewal":{"type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Subscription.SubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"price":{"$ref":"#\/components\/schemas\/AmountOutput"},"beginDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true},"refDirectDebit":{"type":"string","nullable":true},"status":{"type":"string"},"dayOfMonth":{"type":"integer","nullable":true},"vendorCode":{"type":"string","nullable":true},"paymentRef":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nextRenewal":{"type":"string","format":"date-time","nullable":true}}},"Subscription.SubscriptionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Subscription.SubscriptionPostInput":{"type":"object","description":""},"Subscription.SubscriptionPutInput":{"type":"object","description":""},"SubscriptionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"price":{"$ref":"#\/components\/schemas\/AmountOutput"},"beginDate":{"type":"string","format":"date-time"},"type":{"type":"string","nullable":true},"refDirectDebit":{"type":"string","nullable":true},"status":{"type":"string"},"dayOfMonth":{"type":"integer","nullable":true},"vendorCode":{"type":"string","nullable":true},"paymentRef":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"nextRenewal":{"type":"string","format":"date-time","nullable":true}}},"SubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SubscriptionPlan.","type":"string"},"role":{"description":"Get the value of role","type":"array","items":{"type":"string"}},"name":{"description":"Get the value of name","type":"string"},"orderId":{"description":"Get the value of orderId","type":"integer"},"description":{"description":"Get the value of description","type":"string"},"details":{"description":"Get the value of details","type":"array","items":{"type":"string"},"nullable":true},"defaultPrice":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"SubscriptionPlan.SubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlanSubDetailsOutput"}},"price":{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"},"negociatedPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"}],"nullable":true}}},"SubscriptionPlan.SubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPlanSubDetailsOutput"}},"price":{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"},"negociatedPrice":{"anyOf":[{"$ref":"#\/components\/schemas\/PricePublicDetailsOutput"}],"nullable":true}}},"SubscriptionPlan.SubscriptionPlanPostInput":{"type":"object","description":""},"SubscriptionPlan.SubscriptionPlanPutInput":{"type":"object","description":""},"SubscriptionPlanSubDetailsOutput":{"type":"object","description":"","properties":{"feature":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"}}},"SystemConfiguration":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the SystemConfiguration.","type":"string"},"context":{"description":"Get the value of context","type":"string","nullable":true},"value":{"description":"Get the value of value","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"SystemConfiguration.SystemConfigurationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationPostInput":{"type":"object","description":""},"SystemConfiguration.SystemConfigurationPutInput":{"type":"object","description":""},"Task":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Task.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"plot":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string"},"realisedDate":{"description":"Get the value of realisedDate","type":"string","format":"date-time","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Task.TaskDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"realisedDate":{"type":"string","format":"date-time","nullable":true}}},"Task.TaskListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"realisedDate":{"type":"string","format":"date-time","nullable":true}}},"Task.TaskPostInput":{"type":"object","description":"","properties":{"plotId":{"type":"integer"},"description":{"type":"string"},"realisedDate":{"type":"string","format":"date-time","nullable":true}}},"Task.TaskPutInput":{"type":"object","description":"","properties":{"description":{"type":"string"},"realisedDate":{"type":"string","format":"date-time","nullable":true}}},"TaskDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"realisedDate":{"type":"string","format":"date-time","nullable":true}}},"Ticket":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Ticket.","type":"integer"},"treatedBy":{"type":"string","format":"iri-reference","nullable":true},"status":{"type":"string"},"company":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"subject":{"type":"string"},"ticketType":{"type":"string","format":"iri-reference","nullable":true},"lastMessage":{"type":"string","format":"iri-reference","nullable":true},"lastMessageDate":{"description":"Get the value of lastMessageDate","type":"string","format":"date-time","nullable":true},"statusHistory":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"Ticket.TicketAddMessageInput":{"type":"object","description":"","properties":{"message":{"type":"string"}}},"Ticket.TicketChangeStatusInput":{"type":"object","description":"","properties":{"message":{"type":"string","nullable":true}}},"Ticket.TicketDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/TicketMessageListOutput"}},"lastMessage":{"$ref":"#\/components\/schemas\/TicketMessageListOutput"},"type":{"type":"string"},"subject":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"type":"string","format":"date-time"},"lastMessageDate":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"}}},"Ticket.TicketListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"subject":{"type":"string"},"status":{"type":"string"},"lastMessage":{"$ref":"#\/components\/schemas\/TicketMessageListOutput"},"createdDate":{"type":"string","format":"date-time"},"lastMessageDate":{"type":"string","format":"date-time","nullable":true},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"}}},"Ticket.TicketPostInput":{"type":"object","description":"","properties":{"typeId":{"type":"string"},"subject":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"message":{"type":"string"}}},"Ticket.TicketPutInput":{"type":"object","description":""},"TicketMessage":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TicketMessage.","type":"integer"},"ticket":{"type":"string","format":"iri-reference","nullable":true},"message":{"type":"string"},"byUser":{"type":"string","format":"iri-reference","nullable":true},"byUserBo":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"TicketMessage.TicketMessageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TicketMessage.TicketMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"message":{"type":"string"},"byUserName":{"type":"string"},"byUserBoName":{"type":"string"}}},"TicketMessage.TicketMessagePostInput":{"type":"object","description":"","properties":{"message":{"type":"string"},"ticketId":{"type":"integer"}}},"TicketMessage.TicketMessagePutInput":{"type":"object","description":""},"TicketMessageListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"message":{"type":"string"},"byUserName":{"type":"string"},"byUserBoName":{"type":"string"}}},"TicketType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TicketType.","type":"string"},"name":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"TicketType.TicketTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldOutput"},"nullable":true}}},"TicketType.TicketTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"TicketType.TicketTypePostInput":{"type":"object","description":""},"TicketType.TicketTypePutInput":{"type":"object","description":""},"TradingProduct":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the TradingProduct.","type":"string"},"partnerId":{"description":"Get the value of partnerId","type":"string","nullable":true},"productPartnerId":{"description":"Get the value of productPartnerId","type":"string","nullable":true},"category":{"description":"Get the value of category","type":"string"},"name":{"description":"Get the value of name","type":"string"},"isVisible":{"type":"boolean"},"marketReferenceId":{"description":"Get the value of marketReferenceId","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"TradingProduct.TradingProductDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TradingProduct.TradingProductListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TradingProduct.TradingProductPostInput":{"type":"object","description":""},"TradingProduct.TradingProductPutInput":{"type":"object","description":""},"TradingQuote":{"type":"object","description":"","properties":{"id":{"type":"string"},"tradingProduct":{"type":"string","format":"iri-reference"},"marketName":{"type":"string","nullable":true},"unit":{"description":"Get the value of unit","type":"string","nullable":true},"deliveryDate":{"description":"Get the value of deliveryDate","type":"string","nullable":true},"marketId":{"type":"string","nullable":true},"quoteDate":{"description":"Get the value of quoteDate","type":"string","format":"date-time"},"price":{"description":"Get the value of price","type":"number","nullable":true},"minPrice":{"description":"Get the value of minPrice","type":"number","nullable":true},"maxPrice":{"description":"Get the value of maxPrice","type":"number","nullable":true},"variation1d":{"description":"Get the value of variation1d","type":"number","nullable":true},"variation12m":{"description":"Get the value of variation12m","type":"number","nullable":true},"increase":{"description":"Get the value of increase","type":"number","nullable":true},"tax":{"description":"Get the value of tax","type":"number","nullable":true},"trendCode":{"description":"Get the value of trendCode","type":"number","nullable":true},"open":{"description":"Get the value of open","type":"number","nullable":true},"high":{"description":"Get the value of high","type":"number","nullable":true},"low":{"description":"Get the value of low","type":"number","nullable":true},"isLast":{"description":"Get the value of isLast","type":"boolean"},"ask":{"description":"Get the value of ask","type":"number","nullable":true},"bid":{"description":"Get the value of bid","type":"number","nullable":true},"totalVolume":{"description":"Get the value of totalVolume","type":"number","nullable":true},"var":{"description":"Get the value of var","type":"number","nullable":true},"settlement":{"description":"Get the value of settlement","type":"number","nullable":true},"openInterest":{"description":"Get the value of openInterest","type":"number","nullable":true},"typeId":{"description":"Get the value of typeId","type":"string","nullable":true},"type":{"description":"Get the value of type","type":"string","nullable":true},"breed":{"description":"Get the value of breed","type":"string","nullable":true},"sex":{"description":"Get the value of sex","type":"string","nullable":true},"conformation":{"description":"Get the value of conformation","type":"string","nullable":true},"weight":{"description":"Get the value of weight","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"TradingQuote.TradingQuoteDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"TradingQuote.TradingQuoteListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"quote":{"type":"number"},"quoteUnit":{"type":"string"},"variation":{"type":"number","nullable":true}}},"TradingQuote.TradingQuotePostInput":{"type":"object","description":""},"TradingQuote.TradingQuotePutInput":{"type":"object","description":""},"UpForSale":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UpForSale.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"UpForSale.UpForSaleDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UpForSale.UpForSaleListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UpForSale.UpForSalePostInput":{"type":"object","description":""},"UpForSale.UpForSalePutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"defaultCompany":{"type":"string","format":"iri-reference"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"civility":{"description":"First name of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"minLength":2,"maxLength":180,"description":"Login of the user.","type":"string"},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"isNotificationContactToUpdate":{"type":"boolean"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"codeCheckTry":{"description":"Login of the user.","type":"integer"},"emailCheck":{"type":"boolean"},"newsletter":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"checkCode":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"lastFcmId":{"type":"string","nullable":true},"search":{"description":"Get the value of search","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"globalName":{"readOnly":true,"type":"string"},"userIdentifier":{"readOnly":true,"type":"string"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true}},"required":["email","login"]},"User.UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"login":{"type":"string"},"phoneNumber":{"type":"string","nullable":true}}},"User.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"login":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"userConnected":{"type":"boolean"}}},"User.UserPhoneOutput":{"type":"object","description":"","properties":{"subscription":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"User.UserPostInput":{"type":"object","description":"","properties":{"companyId":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}}},"User.UserPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}}},"UserBo":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"phone":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"waitingRoles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"codeCheckTry":{"description":"Login of the user.","type":"integer"},"isNotificationContactToUpdate":{"type":"boolean"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"checkCode":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"userIdentifier":{"readOnly":true,"type":"string"},"lastFcmId":{"readOnly":true,"description":"Get the value of lastFcmId","type":"string"}},"required":["email","codeCheckTry"]},"UserBo.UserBoDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"password":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"title":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.YearlyOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string"},"valueType":{"type":"string"},"m_0":{"type":"string"},"m_1":{"type":"string"},"m_2":{"type":"string"},"m_3":{"type":"string"},"m_4":{"type":"string"},"m_5":{"type":"string"},"m_6":{"type":"string"},"m_7":{"type":"string"},"m_8":{"type":"string"},"m_9":{"type":"string"},"m_10":{"type":"string"},"m_11":{"type":"string"},"m_12":{"type":"string"}}},"UserConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserConnection.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"roles":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"UserConnection.UserConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserConnection.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"company":{"$ref":"#\/components\/schemas\/CompanySmallDetailsOutput"},"userName":{"type":"string"},"date":{"type":"string","format":"date-time"},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true}}},"UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"login":{"type":"string"},"phoneNumber":{"type":"string","nullable":true}}},"UserPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"civility":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"WeatherDataOutput":{"type":"object","description":"","properties":{"unit":{"type":"string"},"value":{"type":"string"}}},"WeatherPersonnalReport":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the WeatherReport.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"type":{"description":"Get the value of type","type":"string"},"value":{"description":"Get the value of value","type":"string"},"metric":{"description":"Get the value of metric","type":"string"},"alert":{"description":"Get the value of alert","type":"boolean"},"comment":{"type":"string","nullable":true},"date":{"description":"Get the value of date","type":"string","format":"date-time"},"lat":{"type":"string"},"lng":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"WeatherPersonnalReport.WeatherPersonnalReportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"type":{"type":"string"},"value":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"metric":{"type":"string","nullable":true},"alert":{"type":"boolean"},"comment":{"type":"string","nullable":true}}},"WeatherPersonnalReport.WeatherPersonnalReportListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"type":{"type":"string"},"value":{"type":"string","nullable":true},"metric":{"type":"string","nullable":true},"alert":{"type":"boolean"},"comment":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"distance":{"type":"number"}}},"WeatherPersonnalReport.WeatherPersonnalReportPostInput":{"type":"object","description":"","properties":{"type":{"type":"string"},"value":{"type":"string","nullable":true},"alert":{"type":"boolean"},"metric":{"type":"string","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"comment":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time","nullable":true}}},"WeatherPersonnalReport.WeatherPersonnalReportPutInput":{"type":"object","description":""},"WeatherPersonnalReport.WeatherPersonnalReportTypeListOutput":{"type":"object","description":"","properties":{"typeLabel":{"type":"string"},"metric":{"type":"string"},"icon":{"type":"string"},"isAlert":{"type":"boolean"}}},"WeatherReport":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the WeatherReport.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"site":{"type":"string","format":"iri-reference","nullable":true},"dataHourly":{"description":"Get the value of dataHourly","type":"array","items":{"type":"string"}},"dataDaily":{"description":"Get the value of dataDaily","type":"array","items":{"type":"string"}},"forDate":{"description":"Get the value of forDate","type":"string"},"measureTypeHourly":{"description":"Get the value of measureTypeHourly","type":"array","items":{"type":"string"}},"measureTypeDaily":{"description":"Get the value of measureTypeDaily","type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"WeatherReport.WeatherReportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteListOutput"}],"nullable":true},"hourly":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportHourlyOutput"}],"nullable":true},"daily":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportDailyOutput"}],"nullable":true},"measureTypeDaily":{"type":"array","items":{"type":"string"}},"measureTypeHourly":{"type":"array","items":{"type":"string"}}}},"WeatherReport.WeatherReportListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"site":{"anyOf":[{"$ref":"#\/components\/schemas\/SiteListOutput"}],"nullable":true},"hourly":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportHourlyOutput"}],"nullable":true},"daily":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherReportDailyOutput"}],"nullable":true},"measureTypeDaily":{"type":"array","items":{"type":"string"}},"measureTypeHourly":{"type":"array","items":{"type":"string"}}}},"WeatherReport.WeatherReportPostInput":{"type":"object","description":"","properties":{"plot":{"type":"integer"},"value":{"type":"integer"},"comment":{"type":"string","nullable":true}}},"WeatherReport.WeatherReportPutInput":{"type":"object","description":""},"WeatherReportActualyOutput":{"type":"object","description":"","properties":{"temperature_2m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"relativehumidity_2m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"dewpoint_2m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"apparent_temperature":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"pressure_msl":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"surface_pressure":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"cloudcover":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"cloudcover_low":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"cloudcover_mid":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"cloudcover_high":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"windspeed_10m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"winddirection_10m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"windgusts_10m":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"shortwave_radiation":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"direct_radiation":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"direct_normal_irradiance":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"diffuse_radiation":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"vapor_pressure_deficit":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"et0_fao_evapotranspiration":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"weathercode":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"precipitation":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"snowfall":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true},"cape":{"anyOf":[{"$ref":"#\/components\/schemas\/WeatherDataOutput"}],"nullable":true}}},"WeatherReportDailyOutput":{"type":"object","description":"","properties":{"temperature_2m_max":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"temperature_2m_min":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"apparent_temperature_max":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"apparent_temperature_min":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"precipitation_sum":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"snowfall_sum":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"precipitation_hours":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"sunris":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"sunset":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"windspeed_10m_max":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"windgusts_10m_max":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"winddirection_10m_dominant":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"shortwave_radiation_sum":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"et0_fao_evapotranspiration":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true}}},"WeatherReportHourlyOutput":{"type":"object","description":"","properties":{"temperature_2m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"relativehumidity_2m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"dewpoint_2m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"apparent_temperature":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"pressure_msl":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"surface_pressure":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"cloudcover":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"cloudcover_low":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"cloudcover_mid":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"cloudcover_high":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"windspeed_10m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"winddirection_10m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"windgusts_10m":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"shortwave_radiation":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"direct_radiation":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"direct_normal_irradiance":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"diffuse_radiation":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"vapor_pressure_deficit":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"et0_fao_evapotranspiration":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"weathercode":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"precipitation":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"snowfall":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true},"cape":{"type":"array","items":{"$ref":"#\/components\/schemas\/WeatherDataOutput"},"nullable":true}}},"XModuleSubscriptionPlan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XModuleSubscriptionPlan.","type":"integer"},"plan":{"type":"string","format":"iri-reference","nullable":true},"module":{"type":"string","format":"iri-reference","nullable":true},"isIncluded":{"default":true,"example":true,"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"}}},"XModuleSubscriptionPlan.XModuleSubscriptionPlanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XModuleSubscriptionPlan.XModuleSubscriptionPlanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XModuleSubscriptionPlan.XModuleSubscriptionPlanPostInput":{"type":"object","description":""},"XModuleSubscriptionPlan.XModuleSubscriptionPlanPutInput":{"type":"object","description":""},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"},"type":{"type":"string","example":"admin or user"},"os":{"type":"string","example":""},"size":{"type":"string","example":""},"version":{"type":"string","example":""},"layout":{"type":"string","example":""}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"},"type":{"type":"string","example":"admin or user"},"os":{"type":"string","example":""},"size":{"type":"string","example":""},"version":{"type":"string","example":""},"layout":{"type":"string","example":""},"fcmId":{"type":"string","example":""}}},"emailCheckCode":{"type":"object","properties":{"code":{"type":"string","example":""}}},"emailResendCode":{"type":"object","properties":{"email":{"type":"string","example":""},"type":{"type":"string","example":"admin"}}},"reinitPasswordValidate":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"code":{"type":"string","example":"123"},"password":{"type":"string","example":""},"type":{"type":"string","example":"admin"}}},"reinitPasswordRequest":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"type":{"type":"string","example":"admin"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}