{"openapi":"3.1.0","info":{"title":"e-Tax API Main","description":"","version":"2.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/activity\/activities":{"get":{"operationId":"api_activityactivities_get_collection","tags":["Activity"],"responses":{"200":{"description":"Activity collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Activity.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Activity.multipart"}}}}}},"summary":"Retrieves the collection of Activity resources.","description":"Retrieves the collection of Activity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activityactivities_post","tags":["Activity"],"responses":{"201":{"description":"Activity resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Activity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Activity.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Activity resource.","description":"Creates a Activity resource.","parameters":[],"requestBody":{"description":"The new Activity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Activity"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Activity"}}},"required":true}}},"\/api\/activity\/activities\/{id}":{"get":{"operationId":"api_activityactivities_id_get","tags":["Activity"],"responses":{"200":{"description":"Activity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Activity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Activity.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Activity resource.","description":"Retrieves a Activity resource.","parameters":[{"name":"id","in":"path","description":"Activity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activityactivities_id_patch","tags":["Activity"],"responses":{"200":{"description":"Activity resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Activity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Activity.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Activity resource.","description":"Updates the Activity resource.","parameters":[{"name":"id","in":"path","description":"Activity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Activity resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Activity.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/addresses":{"get":{"operationId":"api_immoaddresses_get_collection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Address.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.multipart"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"buildingNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"buildingNumber[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"range","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"range[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[geomap]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[immovables]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoaddresses_post","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address"}}},"required":true}}},"\/api\/immo\/addresses\/{id}":{"get":{"operationId":"api_immoaddresses_id_get","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Address identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoaddresses_id_patch","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Address resource.","description":"Updates the Address resource.","parameters":[{"name":"id","in":"path","description":"Address identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/affiliates":{"get":{"operationId":"api_payeraffiliates_get_collection","tags":["Affiliate"],"responses":{"200":{"description":"Affiliate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Affiliate.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Affiliate.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Affiliate.multipart"}}}}}},"summary":"Retrieves the collection of Affiliate resources.","description":"Retrieves the collection of Affiliate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_payeraffiliates_post","tags":["Affiliate"],"responses":{"201":{"description":"Affiliate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Affiliate resource.","description":"Creates a Affiliate resource.","parameters":[],"requestBody":{"description":"The new Affiliate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Affiliate"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Affiliate"}}},"required":true}}},"\/api\/payer\/affiliates\/{id}":{"get":{"operationId":"api_payeraffiliates_id_get","tags":["Affiliate"],"responses":{"200":{"description":"Affiliate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Affiliate resource.","description":"Retrieves a Affiliate resource.","parameters":[{"name":"id","in":"path","description":"Affiliate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payeraffiliates_id_patch","tags":["Affiliate"],"responses":{"200":{"description":"Affiliate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Affiliate resource.","description":"Updates the Affiliate resource.","parameters":[{"name":"id","in":"path","description":"Affiliate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Affiliate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Affiliate.jsonMergePatch"}}},"required":true}}},"\/api\/officer\/agents":{"get":{"operationId":"api_officeragents_get_collection","tags":["Agent"],"responses":{"200":{"description":"Agent collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Agent.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Agent.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Agent.multipart"}}}}}},"summary":"Retrieves the collection of Agent resources.","description":"Retrieves the collection of Agent resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[agentCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itTax]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itImpost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[jobtitle.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[office.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[direction.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[center.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.givenName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"taxId[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"agentCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agentCode[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"jobtitle","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"jobtitle[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"office","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"office[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"direction","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"direction[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"center[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itTax","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itImpost","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_officeragents_post","tags":["Agent"],"responses":{"201":{"description":"Agent resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Agent.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Agent.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Agent resource.","description":"Creates a Agent resource.","parameters":[],"requestBody":{"description":"The new Agent resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Agent"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Agent"}}},"required":true}}},"\/api\/officer\/agents\/{id}":{"get":{"operationId":"api_officeragents_id_get","tags":["Agent"],"responses":{"200":{"description":"Agent resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Agent.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Agent.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Agent resource.","description":"Retrieves a Agent resource.","parameters":[{"name":"id","in":"path","description":"Agent identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_officeragents_id_patch","tags":["Agent"],"responses":{"200":{"description":"Agent resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Agent.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Agent.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Agent resource.","description":"Updates the Agent resource.","parameters":[{"name":"id","in":"path","description":"Agent identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Agent resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Agent.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/buildings":{"get":{"operationId":"api_immobuildings_get_collection","tags":["Building"],"responses":{"200":{"description":"Building collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Building.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.multipart"}}}}}},"summary":"Retrieves the collection of Building resources.","description":"Retrieves the collection of Building resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[manager]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[proprietary]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"reference[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"manager","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manager[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"proprietary","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"proprietary[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"immovable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"immovable[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exists[rentalunits]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_immobuildings_post","tags":["Building"],"responses":{"201":{"description":"Building resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Building.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Building.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Building resource.","description":"Creates a Building resource.","parameters":[],"requestBody":{"description":"The new Building resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Building"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Building"}}},"required":true}}},"\/api\/immo\/buildings\/{id}":{"get":{"operationId":"api_immobuildings_id_get","tags":["Building"],"responses":{"200":{"description":"Building resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Building.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Building.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Building resource.","description":"Retrieves a Building resource.","parameters":[{"name":"id","in":"path","description":"Building identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immobuildings_id_patch","tags":["Building"],"responses":{"200":{"description":"Building resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Building.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Building.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Building resource.","description":"Updates the Building resource.","parameters":[{"name":"id","in":"path","description":"Building identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Building resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Building.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/calenders":{"get":{"operationId":"api_vehiclecalenders_get_collection","tags":["Calender"],"responses":{"200":{"description":"Calender collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Calender.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Calender.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Calender.multipart"}}}}}},"summary":"Retrieves the collection of Calender resources.","description":"Retrieves the collection of Calender resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nature.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclecalenders_post","tags":["Calender"],"responses":{"201":{"description":"Calender resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Calender.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Calender.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Calender resource.","description":"Creates a Calender resource.","parameters":[],"requestBody":{"description":"The new Calender resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Calender"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Calender"}}},"required":true}}},"\/api\/vehicle\/calenders\/{id}":{"get":{"operationId":"api_vehiclecalenders_id_get","tags":["Calender"],"responses":{"200":{"description":"Calender resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Calender.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Calender.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Calender resource.","description":"Retrieves a Calender resource.","parameters":[{"name":"id","in":"path","description":"Calender identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclecalenders_id_patch","tags":["Calender"],"responses":{"200":{"description":"Calender resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Calender.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Calender.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Calender resource.","description":"Updates the Calender resource.","parameters":[{"name":"id","in":"path","description":"Calender identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Calender resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Calender.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/categories":{"get":{"operationId":"api_payercategories_get_collection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Category.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.multipart"}}}}}},"summary":"Retrieves the collection of Category resources.","description":"Retrieves the collection of Category resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[companies]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_payercategories_post","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category"}}},"required":true}}},"\/api\/payer\/categories\/{id}":{"get":{"operationId":"api_payercategories_id_get","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"id","in":"path","description":"Category identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payercategories_id_patch","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Category resource.","description":"Updates the Category resource.","parameters":[{"name":"id","in":"path","description":"Category identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonMergePatch"}}},"required":true}}},"\/api\/hierarchy\/centers":{"get":{"operationId":"api_hierarchycenters_get_collection","tags":["Center"],"responses":{"200":{"description":"Center collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Center.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Center.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Center.multipart"}}}}}},"summary":"Retrieves the collection of Center resources.","description":"Retrieves the collection of Center resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itTax]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itImpost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itTax","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itImpost","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_hierarchycenters_post","tags":["Center"],"responses":{"201":{"description":"Center resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Center.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Center.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Center resource.","description":"Creates a Center resource.","parameters":[],"requestBody":{"description":"The new Center resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Center"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Center"}}},"required":true}}},"\/api\/hierarchy\/centers\/{id}":{"get":{"operationId":"api_hierarchycenters_id_get","tags":["Center"],"responses":{"200":{"description":"Center resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Center.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Center.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Center resource.","description":"Retrieves a Center resource.","parameters":[{"name":"id","in":"path","description":"Center identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchycenters_id_patch","tags":["Center"],"responses":{"200":{"description":"Center resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Center.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Center.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Center resource.","description":"Updates the Center resource.","parameters":[{"name":"id","in":"path","description":"Center identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Center resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Center.jsonMergePatch"}}},"required":true}}},"\/api\/location\/cities":{"get":{"operationId":"api_locationcities_get_collection","tags":["City"],"responses":{"200":{"description":"City collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"City.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/City.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/City.multipart"}}}}}},"summary":"Retrieves the collection of City resources.","description":"Retrieves the collection of City resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_locationcities_post","tags":["City"],"responses":{"201":{"description":"City resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a City resource.","description":"Creates a City resource.","parameters":[],"requestBody":{"description":"The new City resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/City"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City"}}},"required":true}}},"\/api\/location\/cities\/{id}":{"get":{"operationId":"api_locationcities_id_get","tags":["City"],"responses":{"200":{"description":"City resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a City resource.","description":"Retrieves a City resource.","parameters":[{"name":"id","in":"path","description":"City identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationcities_id_patch","tags":["City"],"responses":{"200":{"description":"City resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the City resource.","description":"Updates the City resource.","parameters":[{"name":"id","in":"path","description":"City identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated City resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/colors":{"get":{"operationId":"api_vehiclecolors_get_collection","tags":["Color"],"responses":{"200":{"description":"Color collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Color.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color.multipart"}}}}}},"summary":"Retrieves the collection of Color resources.","description":"Retrieves the collection of Color resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[theme]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[groupe]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[hex]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[rgb]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"theme","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"groupe","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"hex","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"hex[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"rgb","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rgb[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclecolors_post","tags":["Color"],"responses":{"201":{"description":"Color resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Color.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Color.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Color resource.","description":"Creates a Color resource.","parameters":[],"requestBody":{"description":"The new Color resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Color"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Color"}}},"required":true}}},"\/api\/vehicle\/colors\/{id}":{"get":{"operationId":"api_vehiclecolors_id_get","tags":["Color"],"responses":{"200":{"description":"Color resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Color.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Color.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Color resource.","description":"Retrieves a Color resource.","parameters":[{"name":"id","in":"path","description":"Color identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclecolors_id_patch","tags":["Color"],"responses":{"200":{"description":"Color resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Color.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Color.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Color resource.","description":"Updates the Color resource.","parameters":[{"name":"id","in":"path","description":"Color identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Color resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Color.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/companies":{"get":{"operationId":"api_payercompanies_get_collection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Company.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.multipart"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[rccm]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[idnat]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rccm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"idnat","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sector","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sector[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/payer\/companies\/{id}":{"get":{"operationId":"api_payercompanies_id_get","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payercompanies_id_patch","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Company resource.","description":"Updates the Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonMergePatch"}}},"required":true}}},"\/api\/hierarchy\/configs":{"get":{"operationId":"api_hierarchyconfigs_get_collection","tags":["Config"],"responses":{"200":{"description":"Config collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Config.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Config.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Config.multipart"}}}}}},"summary":"Retrieves the collection of Config resources.","description":"Retrieves the collection of Config resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[parameter]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[group]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[dataType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"headLine[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"parameter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"parameter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"group","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"group[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"dataType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"dataType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_hierarchyconfigs_post","tags":["Config"],"responses":{"201":{"description":"Config resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Config.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Config.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Config resource.","description":"Creates a Config resource.","parameters":[],"requestBody":{"description":"The new Config resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Config"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Config"}}},"required":true}}},"\/api\/hierarchy\/configs\/{id}":{"get":{"operationId":"api_hierarchyconfigs_id_get","tags":["Config"],"responses":{"200":{"description":"Config resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Config.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Config.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Config resource.","description":"Retrieves a Config resource.","parameters":[{"name":"id","in":"path","description":"Config identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchyconfigs_id_patch","tags":["Config"],"responses":{"200":{"description":"Config resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Config.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Config.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Config resource.","description":"Updates the Config resource.","parameters":[{"name":"id","in":"path","description":"Config identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Config resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Config.jsonMergePatch"}}},"required":true}}},"\/api\/location\/countries":{"get":{"operationId":"api_locationcountries_get_collection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Country.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.multipart"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha2]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itCurrent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itCurrent","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_locationcountries_post","tags":["Country"],"responses":{"201":{"description":"Country resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Country resource.","description":"Creates a Country resource.","parameters":[],"requestBody":{"description":"The new Country resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country"}}},"required":true}}},"\/api\/location\/countries\/{id}":{"get":{"operationId":"api_locationcountries_id_get","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Country identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationcountries_id_patch","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Country resource.","description":"Updates the Country resource.","parameters":[{"name":"id","in":"path","description":"Country identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonMergePatch"}}},"required":true}}},"\/api\/dealing\/dealers":{"get":{"operationId":"api_dealingdealers_get_collection","tags":["Dealer"],"responses":{"200":{"description":"Dealer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Dealer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Dealer.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Dealer.multipart"}}}}}},"summary":"Retrieves the collection of Dealer resources.","description":"Retrieves the collection of Dealer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true}]},"post":{"operationId":"api_dealingdealers_post","tags":["Dealer"],"responses":{"201":{"description":"Dealer resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dealer.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dealer.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Dealer resource.","description":"Creates a Dealer resource.","parameters":[],"requestBody":{"description":"The new Dealer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dealer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dealer"}}},"required":true}}},"\/api\/dealing\/dealers\/{id}":{"get":{"operationId":"api_dealingdealers_id_get","tags":["Dealer"],"responses":{"200":{"description":"Dealer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dealer.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dealer.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Dealer resource.","description":"Retrieves a Dealer resource.","parameters":[{"name":"id","in":"path","description":"Dealer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_dealingdealers_id_patch","tags":["Dealer"],"responses":{"200":{"description":"Dealer resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dealer.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dealer.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Dealer resource.","description":"Updates the Dealer resource.","parameters":[{"name":"id","in":"path","description":"Dealer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Dealer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Dealer.jsonMergePatch"}}},"required":true}}},"\/api\/activity\/dimensions":{"get":{"operationId":"api_activitydimensions_get_collection","tags":["Dimension"],"responses":{"200":{"description":"Dimension collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Dimension.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Dimension.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Dimension.multipart"}}}}}},"summary":"Retrieves the collection of Dimension resources.","description":"Retrieves the collection of Dimension resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[officerStart]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[officerEnd]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[investStart]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[investEnd]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[receiptStart]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[receiptEnd]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"officerStart","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"officerStart[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"officerEnd","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"officerEnd[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"investStart","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"investStart[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"investEnd","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"investEnd[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"receiptStart","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"receiptStart[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"receiptEnd","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"receiptEnd[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activitydimensions_post","tags":["Dimension"],"responses":{"201":{"description":"Dimension resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dimension.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dimension.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Dimension resource.","description":"Creates a Dimension resource.","parameters":[],"requestBody":{"description":"The new Dimension resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dimension"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dimension"}}},"required":true}}},"\/api\/activity\/dimensions\/{id}":{"get":{"operationId":"api_activitydimensions_id_get","tags":["Dimension"],"responses":{"200":{"description":"Dimension resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dimension.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dimension.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Dimension resource.","description":"Retrieves a Dimension resource.","parameters":[{"name":"id","in":"path","description":"Dimension identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activitydimensions_id_patch","tags":["Dimension"],"responses":{"200":{"description":"Dimension resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Dimension.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Dimension.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Dimension resource.","description":"Updates the Dimension resource.","parameters":[{"name":"id","in":"path","description":"Dimension identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Dimension resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Dimension.jsonMergePatch"}}},"required":true}}},"\/api\/hierarchy\/directions":{"get":{"operationId":"api_hierarchydirections_get_collection","tags":["Direction"],"responses":{"200":{"description":"Direction collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Direction.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Direction.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Direction.multipart"}}}}}},"summary":"Retrieves the collection of Direction resources.","description":"Retrieves the collection of Direction resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[center.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"center[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_hierarchydirections_post","tags":["Direction"],"responses":{"201":{"description":"Direction resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Direction.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Direction.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Direction resource.","description":"Creates a Direction resource.","parameters":[],"requestBody":{"description":"The new Direction resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Direction"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Direction"}}},"required":true}}},"\/api\/hierarchy\/directions\/{id}":{"get":{"operationId":"api_hierarchydirections_id_get","tags":["Direction"],"responses":{"200":{"description":"Direction resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Direction.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Direction.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Direction resource.","description":"Retrieves a Direction resource.","parameters":[{"name":"id","in":"path","description":"Direction identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchydirections_id_patch","tags":["Direction"],"responses":{"200":{"description":"Direction resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Direction.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Direction.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Direction resource.","description":"Updates the Direction resource.","parameters":[{"name":"id","in":"path","description":"Direction identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Direction resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Direction.jsonMergePatch"}}},"required":true}}},"\/api\/main\/fiscalyears":{"get":{"operationId":"api_mainfiscalyears_get_collection","tags":["Fiscalyear"],"responses":{"200":{"description":"Fiscalyear collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Fiscalyear.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fiscalyear.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fiscalyear.multipart"}}}}}},"summary":"Retrieves the collection of Fiscalyear resources.","description":"Retrieves the collection of Fiscalyear resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[year]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[openDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[closeDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"openDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closeDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closeDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closeDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closeDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_mainfiscalyears_post","tags":["Fiscalyear"],"responses":{"201":{"description":"Fiscalyear resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Fiscalyear resource.","description":"Creates a Fiscalyear resource.","parameters":[],"requestBody":{"description":"The new Fiscalyear resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear"}}},"required":true}}},"\/api\/main\/fiscalyears\/{id}":{"get":{"operationId":"api_mainfiscalyears_id_get","tags":["Fiscalyear"],"responses":{"200":{"description":"Fiscalyear resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Fiscalyear resource.","description":"Retrieves a Fiscalyear resource.","parameters":[{"name":"id","in":"path","description":"Fiscalyear identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_mainfiscalyears_id_patch","tags":["Fiscalyear"],"responses":{"200":{"description":"Fiscalyear resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Fiscalyear resource.","description":"Updates the Fiscalyear resource.","parameters":[{"name":"id","in":"path","description":"Fiscalyear identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Fiscalyear resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Fiscalyear.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/fuels":{"get":{"operationId":"api_vehiclefuels_get_collection","tags":["Fuel"],"responses":{"200":{"description":"Fuel collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Fuel.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel.multipart"}}}}}},"summary":"Retrieves the collection of Fuel resources.","description":"Retrieves the collection of Fuel resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclefuels_post","tags":["Fuel"],"responses":{"201":{"description":"Fuel resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fuel.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fuel.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Fuel resource.","description":"Creates a Fuel resource.","parameters":[],"requestBody":{"description":"The new Fuel resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fuel"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fuel"}}},"required":true}}},"\/api\/vehicle\/fuels\/{id}":{"get":{"operationId":"api_vehiclefuels_id_get","tags":["Fuel"],"responses":{"200":{"description":"Fuel resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fuel.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fuel.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Fuel resource.","description":"Retrieves a Fuel resource.","parameters":[{"name":"id","in":"path","description":"Fuel identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclefuels_id_patch","tags":["Fuel"],"responses":{"200":{"description":"Fuel resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Fuel.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Fuel.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Fuel resource.","description":"Updates the Fuel resource.","parameters":[{"name":"id","in":"path","description":"Fuel identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Fuel resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Fuel.jsonMergePatch"}}},"required":true}}},"\/api\/main\/geodatas":{"get":{"operationId":"api_maingeodatas_get_collection","tags":["Geodata"],"responses":{"200":{"description":"Geodata collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Geodata.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Geodata.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Geodata.multipart"}}}}}},"summary":"Retrieves the collection of Geodata resources.","description":"Retrieves the collection of Geodata resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[coordx]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[coordy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[buildingNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[longitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[latitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nature]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[township.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quarter.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[street.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"coordx","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"coordy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"buildingNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"longitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"latitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"immovable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"immovable[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"exists[immovable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_maingeodatas_post","tags":["Geodata"],"responses":{"201":{"description":"Geodata resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Geodata resource.","description":"Creates a Geodata resource.","parameters":[],"requestBody":{"description":"The new Geodata resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata"}}},"required":true}}},"\/api\/main\/geodatas\/{id}":{"get":{"operationId":"api_maingeodatas_id_get","tags":["Geodata"],"responses":{"200":{"description":"Geodata resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Geodata resource.","description":"Retrieves a Geodata resource.","parameters":[{"name":"id","in":"path","description":"Geodata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_maingeodatas_id_patch","tags":["Geodata"],"responses":{"200":{"description":"Geodata resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Geodata resource.","description":"Updates the Geodata resource.","parameters":[{"name":"id","in":"path","description":"Geodata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Geodata resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/geomaps":{"get":{"operationId":"api_immogeomaps_get_collection","tags":["Geomap"],"responses":{"200":{"description":"Geomap collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Geomap.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Geomap.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Geomap.multipart"}}}}}},"summary":"Retrieves the collection of Geomap resources.","description":"Retrieves the collection of Geomap resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[longitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[latitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[builtArea]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"address","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"builtArea","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"builtArea[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immogeomaps_post","tags":["Geomap"],"responses":{"201":{"description":"Geomap resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geomap.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geomap.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Geomap resource.","description":"Creates a Geomap resource.","parameters":[],"requestBody":{"description":"The new Geomap resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geomap"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geomap"}}},"required":true}}},"\/api\/immo\/geomaps\/{id}":{"get":{"operationId":"api_immogeomaps_id_get","tags":["Geomap"],"responses":{"200":{"description":"Geomap resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geomap.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geomap.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Geomap resource.","description":"Retrieves a Geomap resource.","parameters":[{"name":"id","in":"path","description":"Geomap identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immogeomaps_id_patch","tags":["Geomap"],"responses":{"200":{"description":"Geomap resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Geomap.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geomap.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Geomap resource.","description":"Updates the Geomap resource.","parameters":[{"name":"id","in":"path","description":"Geomap identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Geomap resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Geomap.jsonMergePatch"}}},"required":true}}},"\/api\/main\/identifiers":{"get":{"operationId":"api_mainidentifiers_get_collection","tags":["Identifier"],"responses":{"200":{"description":"Identifier collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Identifier.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Identifier.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Identifier.multipart"}}}}}},"summary":"Retrieves the collection of Identifier resources.","description":"Retrieves the collection of Identifier resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/main\/identifiers\/{id}":{"get":{"operationId":"api_mainidentifiers_id_get","tags":["Identifier"],"responses":{"200":{"description":"Identifier resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Identifier.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Identifier.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Identifier resource.","description":"Retrieves a Identifier resource.","parameters":[{"name":"id","in":"path","description":"Identifier identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/immo\/immothers":{"get":{"operationId":"api_immoimmothers_get_collection","tags":["Immother"],"responses":{"200":{"description":"Immother collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Immother.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Immother.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Immother.multipart"}}}}}},"summary":"Retrieves the collection of Immother resources.","description":"Retrieves the collection of Immother resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"immovable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"immovable[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoimmothers_post","tags":["Immother"],"responses":{"201":{"description":"Immother resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immother.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Immother resource.","description":"Creates a Immother resource.","parameters":[],"requestBody":{"description":"The new Immother resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immother"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immother"}}},"required":true}}},"\/api\/immo\/immothers\/{id}":{"get":{"operationId":"api_immoimmothers_id_get","tags":["Immother"],"responses":{"200":{"description":"Immother resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immother.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Immother resource.","description":"Retrieves a Immother resource.","parameters":[{"name":"id","in":"path","description":"Immother identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoimmothers_id_patch","tags":["Immother"],"responses":{"200":{"description":"Immother resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immother.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Immother resource.","description":"Updates the Immother resource.","parameters":[{"name":"id","in":"path","description":"Immother identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Immother resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Immother.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/immovables":{"get":{"operationId":"api_immoimmovables_get_collection","tags":["Immovable"],"responses":{"200":{"description":"Immovable collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Immovable.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Immovable.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Immovable.multipart"}}}}}},"summary":"Retrieves the collection of Immovable resources.","description":"Retrieves the collection of Immovable resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[manager]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.itGpp]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.itGpm]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.itRealEstate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.itCompany]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nature]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"taxId[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"manager","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manager[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"range","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"range[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"usage","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usage[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"activity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"activity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"geodata","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"geodata[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payer.itGpp","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"payer.itGpm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"payer.itRealEstate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"payer.itCompany","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"unbuiltArea","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"unbuiltArea[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[others]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[geodata]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoimmovables_post","tags":["Immovable"],"responses":{"201":{"description":"Immovable resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Immovable resource.","description":"Creates a Immovable resource.","parameters":[],"requestBody":{"description":"The new Immovable resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable"}}},"required":true}}},"\/api\/immo\/immovables\/{id}":{"get":{"operationId":"api_immoimmovables_id_get","tags":["Immovable"],"responses":{"200":{"description":"Immovable resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Immovable resource.","description":"Retrieves a Immovable resource.","parameters":[{"name":"id","in":"path","description":"Immovable identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoimmovables_id_patch","tags":["Immovable"],"responses":{"200":{"description":"Immovable resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Immovable resource.","description":"Updates the Immovable resource.","parameters":[{"name":"id","in":"path","description":"Immovable identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Immovable resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/immovables\/{id}\/image":{"post":{"operationId":"api_immoimmovables_idimage_post","tags":["Immovable"],"responses":{"201":{"description":"Immovable resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Immovable.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Immovable resource.","description":"Creates a Immovable resource.","parameters":[{"name":"id","in":"path","description":"Immovable identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Immovable resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Immovable"}}},"required":true}}},"\/api\/immo\/indemnities":{"get":{"operationId":"api_immoindemnities_get_collection","tags":["Indemnity"],"responses":{"200":{"description":"Indemnity collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Indemnity.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Indemnity.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Indemnity.multipart"}}}}}},"summary":"Retrieves the collection of Indemnity resources.","description":"Retrieves the collection of Indemnity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[month]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[year]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[amount]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"month","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"month[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"agent","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agent[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"amount","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoindemnities_post","tags":["Indemnity"],"responses":{"201":{"description":"Indemnity resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Indemnity resource.","description":"Creates a Indemnity resource.","parameters":[],"requestBody":{"description":"The new Indemnity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity"}}},"required":true}}},"\/api\/immo\/indemnities\/{id}":{"get":{"operationId":"api_immoindemnities_id_get","tags":["Indemnity"],"responses":{"200":{"description":"Indemnity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Indemnity resource.","description":"Retrieves a Indemnity resource.","parameters":[{"name":"id","in":"path","description":"Indemnity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoindemnities_id_patch","tags":["Indemnity"],"responses":{"200":{"description":"Indemnity resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Indemnity resource.","description":"Updates the Indemnity resource.","parameters":[{"name":"id","in":"path","description":"Indemnity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Indemnity resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/indemnities\/{id}\/document":{"post":{"operationId":"api_immoindemnities_iddocument_post","tags":["Indemnity"],"responses":{"201":{"description":"Indemnity resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Indemnity resource.","description":"Creates a Indemnity resource.","parameters":[{"name":"id","in":"path","description":"Indemnity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Indemnity resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Indemnity"}}},"required":true}}},"\/api\/officer\/jobs":{"get":{"operationId":"api_officerjobs_get_collection","tags":["Job"],"responses":{"200":{"description":"Job collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Job.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Job.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Job.multipart"}}}}}},"summary":"Retrieves the collection of Job resources.","description":"Retrieves the collection of Job resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_officerjobs_post","tags":["Job"],"responses":{"201":{"description":"Job resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Job.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Job.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Job resource.","description":"Creates a Job resource.","parameters":[],"requestBody":{"description":"The new Job resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Job"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Job"}}},"required":true}}},"\/api\/officer\/jobs\/{id}":{"get":{"operationId":"api_officerjobs_id_get","tags":["Job"],"responses":{"200":{"description":"Job resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Job.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Job.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Job resource.","description":"Retrieves a Job resource.","parameters":[{"name":"id","in":"path","description":"Job identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_officerjobs_id_patch","tags":["Job"],"responses":{"200":{"description":"Job resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Job.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Job.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Job resource.","description":"Updates the Job resource.","parameters":[{"name":"id","in":"path","description":"Job identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Job resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Job.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/jobtitles":{"get":{"operationId":"api_payerjobtitles_get_collection","tags":["Jobtitle"],"responses":{"200":{"description":"Jobtitle collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Jobtitle.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Jobtitle.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Jobtitle.multipart"}}}}}},"summary":"Retrieves the collection of Jobtitle resources.","description":"Retrieves the collection of Jobtitle resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[people]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_payerjobtitles_post","tags":["Jobtitle"],"responses":{"201":{"description":"Jobtitle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Jobtitle resource.","description":"Creates a Jobtitle resource.","parameters":[],"requestBody":{"description":"The new Jobtitle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle"}}},"required":true}}},"\/api\/payer\/jobtitles\/{id}":{"get":{"operationId":"api_payerjobtitles_id_get","tags":["Jobtitle"],"responses":{"200":{"description":"Jobtitle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Jobtitle resource.","description":"Retrieves a Jobtitle resource.","parameters":[{"name":"id","in":"path","description":"Jobtitle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payerjobtitles_id_patch","tags":["Jobtitle"],"responses":{"200":{"description":"Jobtitle resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Jobtitle resource.","description":"Updates the Jobtitle resource.","parameters":[{"name":"id","in":"path","description":"Jobtitle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Jobtitle resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Jobtitle.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/leases":{"get":{"operationId":"api_immoleases_get_collection","tags":["Lease"],"responses":{"200":{"description":"Lease collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Lease.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lease.multipart"}}}}}},"summary":"Retrieves the collection of Lease resources.","description":"Retrieves the collection of Lease resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pricing]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[usage]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[periodicity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[rentAmount]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[entryDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[outingDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currency]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"pricing","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"pricing[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"usage","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usage[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"periodicity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"periodicity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"immovable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"immovable[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"building","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"building[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"rentalunit","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentalunit[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"currency","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"renter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"renter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"lessor","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"lessor[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"entryDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entryDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entryDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entryDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"outingDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"outingDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"outingDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"outingDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[outingDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"rentAmount[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentAmount[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoleases_post","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lease.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Lease resource.","description":"Creates a Lease resource.","parameters":[],"requestBody":{"description":"The new Lease resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lease"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease"}}},"required":true}}},"\/api\/immo\/leases\/{id}":{"get":{"operationId":"api_immoleases_id_get","tags":["Lease"],"responses":{"200":{"description":"Lease resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lease.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Lease resource.","description":"Retrieves a Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoleases_id_patch","tags":["Lease"],"responses":{"200":{"description":"Lease resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lease.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Lease resource.","description":"Updates the Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Lease resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Lease.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/leases\/{id}\/document":{"post":{"operationId":"api_immoleases_iddocument_post","tags":["Lease"],"responses":{"201":{"description":"Lease resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lease.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Lease resource.","description":"Creates a Lease resource.","parameters":[{"name":"id","in":"path","description":"Lease identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Lease resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lease"}}},"required":true}}},"\/api\/payer\/locations":{"get":{"operationId":"api_payerlocations_get_collection","tags":["Location"],"responses":{"200":{"description":"Location collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Location.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location.multipart"}}}}}},"summary":"Retrieves the collection of Location resources.","description":"Retrieves the collection of Location resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[buildingNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[township.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quarter.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[street.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"buildingNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_payerlocations_post","tags":["Location"],"responses":{"201":{"description":"Location resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Location.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Location resource.","description":"Creates a Location resource.","parameters":[],"requestBody":{"description":"The new Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Location"}}},"required":true}}},"\/api\/payer\/locations\/{id}":{"get":{"operationId":"api_payerlocations_id_get","tags":["Location"],"responses":{"200":{"description":"Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Location.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Location resource.","description":"Retrieves a Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payerlocations_id_patch","tags":["Location"],"responses":{"200":{"description":"Location resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Location.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Location resource.","description":"Updates the Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Location resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonMergePatch"}}},"required":true}}},"\/api\/officer\/managers":{"get":{"operationId":"api_officermanagers_get_collection","tags":["Manager"],"responses":{"200":{"description":"Manager collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Manager.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manager.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manager.multipart"}}}}}},"summary":"Retrieves the collection of Manager resources.","description":"Retrieves the collection of Manager resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[phone]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[agent.taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[agent.agentCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quarter.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[township.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.shortName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.alpha2]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[center.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[direction.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"phone","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agent","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agent[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"agent.taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agent.agentCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter.fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township.fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city.fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region.fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country.fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country.shortName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country.alpha2","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country.alpha2[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country.alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country.alpha3[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"center[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"direction","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"direction[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"direction.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie.shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm.shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_officermanagers_post","tags":["Manager"],"responses":{"201":{"description":"Manager resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manager.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manager.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Manager resource.","description":"Creates a Manager resource.","parameters":[],"requestBody":{"description":"The new Manager resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manager"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manager"}}},"required":true}}},"\/api\/officer\/managers\/{id}":{"get":{"operationId":"api_officermanagers_id_get","tags":["Manager"],"responses":{"200":{"description":"Manager resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manager.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manager.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Manager resource.","description":"Retrieves a Manager resource.","parameters":[{"name":"id","in":"path","description":"Manager identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_officermanagers_id_patch","tags":["Manager"],"responses":{"200":{"description":"Manager resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manager.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Manager.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Manager resource.","description":"Updates the Manager resource.","parameters":[{"name":"id","in":"path","description":"Manager identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Manager resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Manager.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/marks":{"get":{"operationId":"api_vehiclemarks_get_collection","tags":["Mark"],"responses":{"200":{"description":"Mark collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Mark.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Mark.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Mark.multipart"}}}}}},"summary":"Retrieves the collection of Mark resources.","description":"Retrieves the collection of Mark resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[models]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclemarks_post","tags":["Mark"],"responses":{"201":{"description":"Mark resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Mark.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Mark resource.","description":"Creates a Mark resource.","parameters":[],"requestBody":{"description":"The new Mark resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Mark"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark"}}},"required":true}}},"\/api\/vehicle\/marks\/{id}":{"get":{"operationId":"api_vehiclemarks_id_get","tags":["Mark"],"responses":{"200":{"description":"Mark resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Mark.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Mark resource.","description":"Retrieves a Mark resource.","parameters":[{"name":"id","in":"path","description":"Mark identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclemarks_id_patch","tags":["Mark"],"responses":{"200":{"description":"Mark resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Mark.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Mark resource.","description":"Updates the Mark resource.","parameters":[{"name":"id","in":"path","description":"Mark identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Mark resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Mark.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/marks\/{id}\/image":{"post":{"operationId":"api_vehiclemarks_idimage_post","tags":["Mark"],"responses":{"201":{"description":"Mark resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Mark.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Mark resource.","description":"Creates a Mark resource.","parameters":[{"name":"id","in":"path","description":"Mark identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Mark resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Mark"}}},"required":true}}},"\/api\/activity\/marketplaces":{"get":{"operationId":"api_activitymarketplaces_get_collection","tags":["Marketplace"],"responses":{"200":{"description":"Marketplace collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Marketplace.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Marketplace.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Marketplace.multipart"}}}}}},"summary":"Retrieves the collection of Marketplace resources.","description":"Retrieves the collection of Marketplace resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activitymarketplaces_post","tags":["Marketplace"],"responses":{"201":{"description":"Marketplace resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Marketplace resource.","description":"Creates a Marketplace resource.","parameters":[],"requestBody":{"description":"The new Marketplace resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Marketplace"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Marketplace"}}},"required":true}}},"\/api\/activity\/marketplaces\/{id}":{"get":{"operationId":"api_activitymarketplaces_id_get","tags":["Marketplace"],"responses":{"200":{"description":"Marketplace resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Marketplace resource.","description":"Retrieves a Marketplace resource.","parameters":[{"name":"id","in":"path","description":"Marketplace identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activitymarketplaces_id_patch","tags":["Marketplace"],"responses":{"200":{"description":"Marketplace resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Marketplace resource.","description":"Updates the Marketplace resource.","parameters":[{"name":"id","in":"path","description":"Marketplace identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Marketplace resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Marketplace.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/models":{"get":{"operationId":"api_vehiclemodels_get_collection","tags":["Model"],"responses":{"200":{"description":"Model collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Model.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Model.multipart"}}}}}},"summary":"Retrieves the collection of Model resources.","description":"Retrieves the collection of Model resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[weight]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[power]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[speed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[mark.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"mark","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"mark[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"weight","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"weight[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"power","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"power[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"speed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"speed[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclemodels_post","tags":["Model"],"responses":{"201":{"description":"Model resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Model.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Model resource.","description":"Creates a Model resource.","parameters":[],"requestBody":{"description":"The new Model resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Model"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model"}}},"required":true}}},"\/api\/vehicle\/models\/{id}":{"get":{"operationId":"api_vehiclemodels_id_get","tags":["Model"],"responses":{"200":{"description":"Model resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Model.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Model resource.","description":"Retrieves a Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclemodels_id_patch","tags":["Model"],"responses":{"200":{"description":"Model resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Model.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Model resource.","description":"Updates the Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Model resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Model.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/models\/{id}\/image":{"post":{"operationId":"api_vehiclemodels_idimage_post","tags":["Model"],"responses":{"201":{"description":"Model resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Model.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Model resource.","description":"Creates a Model resource.","parameters":[{"name":"id","in":"path","description":"Model identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Model resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Model"}}},"required":true}}},"\/api\/immo\/natothers":{"get":{"operationId":"api_immonatothers_get_collection","tags":["Natother"],"responses":{"200":{"description":"Natother collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Natother.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Natother.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Natother.multipart"}}}}}},"summary":"Retrieves the collection of Natother resources.","description":"Retrieves the collection of Natother resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[others]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immonatothers_post","tags":["Natother"],"responses":{"201":{"description":"Natother resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Natother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Natother.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Natother resource.","description":"Creates a Natother resource.","parameters":[],"requestBody":{"description":"The new Natother resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Natother"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Natother"}}},"required":true}}},"\/api\/immo\/natothers\/{id}":{"get":{"operationId":"api_immonatothers_id_get","tags":["Natother"],"responses":{"200":{"description":"Natother resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Natother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Natother.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Natother resource.","description":"Retrieves a Natother resource.","parameters":[{"name":"id","in":"path","description":"Natother identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immonatothers_id_patch","tags":["Natother"],"responses":{"200":{"description":"Natother resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Natother.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Natother.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Natother resource.","description":"Updates the Natother resource.","parameters":[{"name":"id","in":"path","description":"Natother identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Natother resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Natother.jsonMergePatch"}}},"required":true}}},"\/api\/main\/notifications":{"get":{"operationId":"api_mainnotifications_get_collection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Notification.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.multipart"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[resource]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itRead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itMessaging]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[readAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"resource","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"resource[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itRead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itMessaging","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exists[resource]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_mainnotifications_post","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationCreateDto"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationCreateDto"}}},"required":true}}},"\/api\/main\/notifications\/read\/{id}":{"patch":{"operationId":"api_mainnotificationsread_id_patch","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Notification resource.","description":"Updates the Notification resource.","parameters":[{"name":"id","in":"path","description":"Notification identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationReadDto.jsonMergePatch"}}},"required":true}}},"\/api\/main\/notifications\/{id}":{"get":{"operationId":"api_mainnotifications_id_get","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Notification identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/hierarchy\/offices":{"get":{"operationId":"api_hierarchyoffices_get_collection","tags":["Office"],"responses":{"200":{"description":"Office collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Office.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Office.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Office.multipart"}}}}}},"summary":"Retrieves the collection of Office resources.","description":"Retrieves the collection of Office resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[direction.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[center.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[regie.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"direction","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"direction[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"center[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_hierarchyoffices_post","tags":["Office"],"responses":{"201":{"description":"Office resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Office.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Office.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Office resource.","description":"Creates a Office resource.","parameters":[],"requestBody":{"description":"The new Office resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Office"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Office"}}},"required":true}}},"\/api\/hierarchy\/offices\/{id}":{"get":{"operationId":"api_hierarchyoffices_id_get","tags":["Office"],"responses":{"200":{"description":"Office resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Office.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Office.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Office resource.","description":"Retrieves a Office resource.","parameters":[{"name":"id","in":"path","description":"Office identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchyoffices_id_patch","tags":["Office"],"responses":{"200":{"description":"Office resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Office.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Office.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Office resource.","description":"Updates the Office resource.","parameters":[{"name":"id","in":"path","description":"Office identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Office resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Office.jsonMergePatch"}}},"required":true}}},"\/api\/activity\/payeracts":{"get":{"operationId":"api_activitypayeracts_get_collection","tags":["Payeract"],"responses":{"200":{"description":"Payeract collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Payeract.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Payeract.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Payeract.multipart"}}}}}},"summary":"Retrieves the collection of Payeract resources.","description":"Retrieves the collection of Payeract resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[primaryActivity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nationalExecutives]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nationalWorkers]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[expatriateExecutives]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[expatriateWorkers]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[dimension.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wording.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[realm.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[activity.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[marketplace.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pretence.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"primaryActivity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"primaryActivity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"dimension","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"dimension[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"manager","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manager[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"activity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"activity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"marketplace","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"marketplace[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"pretence","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"pretence[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"wording","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wording[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nationalExecutives","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"nationalExecutives[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"nationalWorkers","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"nationalWorkers[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"expatriateExecutives","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"expatriateExecutives[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"expatriateWorkers","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"expatriateWorkers[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activitypayeracts_post","tags":["Payeract"],"responses":{"201":{"description":"Payeract resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Payeract.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payeract.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Payeract resource.","description":"Creates a Payeract resource.","parameters":[],"requestBody":{"description":"The new Payeract resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Payeract"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payeract"}}},"required":true}}},"\/api\/activity\/payeracts\/{id}":{"get":{"operationId":"api_activitypayeracts_id_get","tags":["Payeract"],"responses":{"200":{"description":"Payeract resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Payeract.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payeract.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Payeract resource.","description":"Retrieves a Payeract resource.","parameters":[{"name":"id","in":"path","description":"Payeract identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activitypayeracts_id_patch","tags":["Payeract"],"responses":{"200":{"description":"Payeract resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Payeract.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payeract.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Payeract resource.","description":"Updates the Payeract resource.","parameters":[{"name":"id","in":"path","description":"Payeract identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Payeract resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Payeract.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/people":{"get":{"operationId":"api_payerpeople_get_collection","tags":["Person"],"responses":{"200":{"description":"Person collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Person.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.multipart"}}}}}},"summary":"Retrieves the collection of Person resources.","description":"Retrieves the collection of Person resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[idCardNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[idCardType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[givenName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[familyName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[birthPlace]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[birthDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[gender]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itExpatriate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"idCardNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"idCardType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"idCardType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"givenName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"familyName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"lastName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthPlace","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"birthDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itExpatriate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/api\/payer\/people\/{id}":{"get":{"operationId":"api_payerpeople_id_get","tags":["Person"],"responses":{"200":{"description":"Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Person resource.","description":"Retrieves a Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payerpeople_id_patch","tags":["Person"],"responses":{"200":{"description":"Person resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Person resource.","description":"Updates the Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Person resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonMergePatch"}}},"required":true}}},"\/api\/activity\/pretences":{"get":{"operationId":"api_activitypretences_get_collection","tags":["Pretence"],"responses":{"200":{"description":"Pretence collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Pretence.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Pretence.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Pretence.multipart"}}}}}},"summary":"Retrieves the collection of Pretence resources.","description":"Retrieves the collection of Pretence resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activitypretences_post","tags":["Pretence"],"responses":{"201":{"description":"Pretence resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Pretence.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Pretence.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Pretence resource.","description":"Creates a Pretence resource.","parameters":[],"requestBody":{"description":"The new Pretence resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Pretence"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Pretence"}}},"required":true}}},"\/api\/activity\/pretences\/{id}":{"get":{"operationId":"api_activitypretences_id_get","tags":["Pretence"],"responses":{"200":{"description":"Pretence resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Pretence.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Pretence.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Pretence resource.","description":"Retrieves a Pretence resource.","parameters":[{"name":"id","in":"path","description":"Pretence identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activitypretences_id_patch","tags":["Pretence"],"responses":{"200":{"description":"Pretence resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Pretence.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Pretence.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Pretence resource.","description":"Updates the Pretence resource.","parameters":[{"name":"id","in":"path","description":"Pretence identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Pretence resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Pretence.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/profiles":{"get":{"operationId":"api_payerprofiles_get_collection","tags":["Profile"],"responses":{"200":{"description":"Profile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Profile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile.multipart"}}}}}},"summary":"Retrieves the collection of Profile resources.","description":"Retrieves the collection of Profile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[person.nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.idCardType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.givenName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.familyName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.birthPlace]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.birthDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.gender]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.itExpatriate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.rccm]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.idnat]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[phoneNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"person.nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.idCardType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"person.idCardType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"person.givenName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.familyName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.lastName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthPlace","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthPlace[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person.gender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.gender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.rccm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.idnat","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.nif[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.sector","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.sector[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"taxId[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"phoneNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person.itExpatriate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"person.birthDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exists[person]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[company]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[payers]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/api\/payer\/profiles\/{id}":{"get":{"operationId":"api_payerprofiles_id_get","tags":["Profile"],"responses":{"200":{"description":"Profile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Profile resource.","description":"Retrieves a Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payerprofiles_id_patch","tags":["Profile"],"responses":{"200":{"description":"Profile resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Profile resource.","description":"Updates the Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Profile resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/profiles\/{id}\/avatar":{"post":{"operationId":"api_payerprofiles_idavatar_post","tags":["Profile"],"responses":{"201":{"description":"Profile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Profile resource.","description":"Creates a Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Profile resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile"}}},"required":true}}},"\/api\/location\/quarters":{"get":{"operationId":"api_locationquarters_get_collection","tags":["Quarter"],"responses":{"200":{"description":"Quarter collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Quarter.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quarter.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quarter.multipart"}}}}}},"summary":"Retrieves the collection of Quarter resources.","description":"Retrieves the collection of Quarter resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[township.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_locationquarters_post","tags":["Quarter"],"responses":{"201":{"description":"Quarter resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Quarter resource.","description":"Creates a Quarter resource.","parameters":[],"requestBody":{"description":"The new Quarter resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter"}}},"required":true}}},"\/api\/location\/quarters\/{id}":{"get":{"operationId":"api_locationquarters_id_get","tags":["Quarter"],"responses":{"200":{"description":"Quarter resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Quarter resource.","description":"Retrieves a Quarter resource.","parameters":[{"name":"id","in":"path","description":"Quarter identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationquarters_id_patch","tags":["Quarter"],"responses":{"200":{"description":"Quarter resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Quarter resource.","description":"Updates the Quarter resource.","parameters":[{"name":"id","in":"path","description":"Quarter identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Quarter resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/ranges":{"get":{"operationId":"api_immoranges_get_collection","tags":["Range"],"responses":{"200":{"description":"Range collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Range.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Range.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Range.multipart"}}}}}},"summary":"Retrieves the collection of Range resources.","description":"Retrieves the collection of Range resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sequence]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sequence","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"sequence[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[addresses]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[immovables]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immoranges_post","tags":["Range"],"responses":{"201":{"description":"Range resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Range.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Range.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Range resource.","description":"Creates a Range resource.","parameters":[],"requestBody":{"description":"The new Range resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Range"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Range"}}},"required":true}}},"\/api\/immo\/ranges\/{id}":{"get":{"operationId":"api_immoranges_id_get","tags":["Range"],"responses":{"200":{"description":"Range resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Range.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Range.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Range resource.","description":"Retrieves a Range resource.","parameters":[{"name":"id","in":"path","description":"Range identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immoranges_id_patch","tags":["Range"],"responses":{"200":{"description":"Range resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Range.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Range.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Range resource.","description":"Updates the Range resource.","parameters":[{"name":"id","in":"path","description":"Range identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Range resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Range.jsonMergePatch"}}},"required":true}}},"\/api\/hierarchy\/realms":{"get":{"operationId":"api_hierarchyrealms_get_collection","tags":["Realm"],"responses":{"200":{"description":"Realm collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Realm.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Realm.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Realm.multipart"}}}}}},"summary":"Retrieves the collection of Realm resources.","description":"Retrieves the collection of Realm resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_hierarchyrealms_post","tags":["Realm"],"responses":{"201":{"description":"Realm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Realm resource.","description":"Creates a Realm resource.","parameters":[],"requestBody":{"description":"The new Realm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm"}}},"required":true}}},"\/api\/hierarchy\/realms\/{id}":{"get":{"operationId":"api_hierarchyrealms_id_get","tags":["Realm"],"responses":{"200":{"description":"Realm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Realm resource.","description":"Retrieves a Realm resource.","parameters":[{"name":"id","in":"path","description":"Realm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchyrealms_id_patch","tags":["Realm"],"responses":{"200":{"description":"Realm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Realm resource.","description":"Updates the Realm resource.","parameters":[{"name":"id","in":"path","description":"Realm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Realm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonMergePatch"}}},"required":true}}},"\/api\/hierarchy\/realms\/{id}\/banner":{"post":{"operationId":"api_hierarchyrealms_idbanner_post","tags":["Realm"],"responses":{"201":{"description":"Realm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Realm resource.","description":"Creates a Realm resource.","parameters":[{"name":"id","in":"path","description":"Realm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Realm resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm"}}},"required":true}}},"\/api\/hierarchy\/realms\/{id}\/logo":{"post":{"operationId":"api_hierarchyrealms_idlogo_post","tags":["Realm"],"responses":{"201":{"description":"Realm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Realm.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Realm resource.","description":"Creates a Realm resource.","parameters":[{"name":"id","in":"path","description":"Realm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Realm resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Realm"}}},"required":true}}},"\/api\/hierarchy\/regies":{"get":{"operationId":"api_hierarchyregies_get_collection","tags":["Regie"],"responses":{"200":{"description":"Regie collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Regie.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Regie.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Regie.multipart"}}}}}},"summary":"Retrieves the collection of Regie resources.","description":"Retrieves the collection of Regie resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itBank]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itMaster]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itRetailer]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itBank","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itMaster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itRetailer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_hierarchyregies_post","tags":["Regie"],"responses":{"201":{"description":"Regie resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Regie.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Regie.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Regie resource.","description":"Creates a Regie resource.","parameters":[],"requestBody":{"description":"The new Regie resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Regie"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Regie"}}},"required":true}}},"\/api\/hierarchy\/regies\/{id}":{"get":{"operationId":"api_hierarchyregies_id_get","tags":["Regie"],"responses":{"200":{"description":"Regie resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Regie.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Regie.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Regie resource.","description":"Retrieves a Regie resource.","parameters":[{"name":"id","in":"path","description":"Regie identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_hierarchyregies_id_patch","tags":["Regie"],"responses":{"200":{"description":"Regie resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Regie.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Regie.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Regie resource.","description":"Updates the Regie resource.","parameters":[{"name":"id","in":"path","description":"Regie identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Regie resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Regie.jsonMergePatch"}}},"required":true}}},"\/api\/location\/regions":{"get":{"operationId":"api_locationregions_get_collection","tags":["Region"],"responses":{"200":{"description":"Region collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Region.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Region.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Region.multipart"}}}}}},"summary":"Retrieves the collection of Region resources.","description":"Retrieves the collection of Region resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha2]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[longitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[latitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.shortName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"longitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"latitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_locationregions_post","tags":["Region"],"responses":{"201":{"description":"Region resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Region resource.","description":"Creates a Region resource.","parameters":[],"requestBody":{"description":"The new Region resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Region"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region"}}},"required":true}}},"\/api\/location\/regions\/{id}":{"get":{"operationId":"api_locationregions_id_get","tags":["Region"],"responses":{"200":{"description":"Region resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Region resource.","description":"Retrieves a Region resource.","parameters":[{"name":"id","in":"path","description":"Region identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationregions_id_patch","tags":["Region"],"responses":{"200":{"description":"Region resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Region resource.","description":"Updates the Region resource.","parameters":[{"name":"id","in":"path","description":"Region identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Region resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonMergePatch"}}},"required":true}}},"\/api\/location\/regions\/{id}\/logo":{"post":{"operationId":"api_locationregions_idlogo_post","tags":["Region"],"responses":{"201":{"description":"Region resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Region resource.","description":"Creates a Region resource.","parameters":[{"name":"id","in":"path","description":"Region identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Region resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region"}}},"required":true}}},"\/api\/immo\/rentalunits":{"get":{"operationId":"api_immorentalunits_get_collection","tags":["Rentalunit"],"responses":{"200":{"description":"Rentalunit collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Rentalunit.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rentalunit.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rentalunit.multipart"}}}}}},"summary":"Retrieves the collection of Rentalunit resources.","description":"Retrieves the collection of Rentalunit resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[rentPrice]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currency]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[manager]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[proprietary]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"reference[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"manager","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manager[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"proprietary","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"proprietary[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.range","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.range[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address.street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"address.street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"immovable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"immovable[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"building","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"building[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"rentPrice","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rentPrice[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immorentalunits_post","tags":["Rentalunit"],"responses":{"201":{"description":"Rentalunit resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Rentalunit resource.","description":"Creates a Rentalunit resource.","parameters":[],"requestBody":{"description":"The new Rentalunit resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit"}}},"required":true}}},"\/api\/immo\/rentalunits\/{id}":{"get":{"operationId":"api_immorentalunits_id_get","tags":["Rentalunit"],"responses":{"200":{"description":"Rentalunit resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Rentalunit resource.","description":"Retrieves a Rentalunit resource.","parameters":[{"name":"id","in":"path","description":"Rentalunit identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immorentalunits_id_patch","tags":["Rentalunit"],"responses":{"200":{"description":"Rentalunit resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Rentalunit resource.","description":"Updates the Rentalunit resource.","parameters":[{"name":"id","in":"path","description":"Rentalunit identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Rentalunit resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Rentalunit.jsonMergePatch"}}},"required":true}}},"\/api\/dealing\/salesclerks":{"get":{"operationId":"api_dealingsalesclerks_get_collection","tags":["Salesclerk"],"responses":{"200":{"description":"Salesclerk collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Salesclerk.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Salesclerk.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Salesclerk.multipart"}}}}}},"summary":"Retrieves the collection of Salesclerk resources.","description":"Retrieves the collection of Salesclerk resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true}]},"post":{"operationId":"api_dealingsalesclerks_post","tags":["Salesclerk"],"responses":{"201":{"description":"Salesclerk resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Salesclerk resource.","description":"Creates a Salesclerk resource.","parameters":[],"requestBody":{"description":"The new Salesclerk resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk"}}},"required":true}}},"\/api\/dealing\/salesclerks\/{id}":{"get":{"operationId":"api_dealingsalesclerks_id_get","tags":["Salesclerk"],"responses":{"200":{"description":"Salesclerk resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Salesclerk resource.","description":"Retrieves a Salesclerk resource.","parameters":[{"name":"id","in":"path","description":"Salesclerk identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_dealingsalesclerks_id_patch","tags":["Salesclerk"],"responses":{"200":{"description":"Salesclerk resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Salesclerk resource.","description":"Updates the Salesclerk resource.","parameters":[{"name":"id","in":"path","description":"Salesclerk identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Salesclerk resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Salesclerk.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/sectors":{"get":{"operationId":"api_payersectors_get_collection","tags":["Sector"],"responses":{"200":{"description":"Sector collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Sector.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sector.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sector.multipart"}}}}}},"summary":"Retrieves the collection of Sector resources.","description":"Retrieves the collection of Sector resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exists[companies]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_payersectors_post","tags":["Sector"],"responses":{"201":{"description":"Sector resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Sector.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sector.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Sector resource.","description":"Creates a Sector resource.","parameters":[],"requestBody":{"description":"The new Sector resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Sector"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sector"}}},"required":true}}},"\/api\/payer\/sectors\/{id}":{"get":{"operationId":"api_payersectors_id_get","tags":["Sector"],"responses":{"200":{"description":"Sector resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Sector.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sector.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Sector resource.","description":"Retrieves a Sector resource.","parameters":[{"name":"id","in":"path","description":"Sector identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payersectors_id_patch","tags":["Sector"],"responses":{"200":{"description":"Sector resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Sector.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sector.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Sector resource.","description":"Updates the Sector resource.","parameters":[{"name":"id","in":"path","description":"Sector identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Sector resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Sector.jsonMergePatch"}}},"required":true}}},"\/api\/location\/streets":{"get":{"operationId":"api_locationstreets_get_collection","tags":["Street"],"responses":{"200":{"description":"Street collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Street.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Street.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Street.multipart"}}}}}},"summary":"Retrieves the collection of Street resources.","description":"Retrieves the collection of Street resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[township.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[range.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"range","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"range[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationstreets_post","tags":["Street"],"responses":{"201":{"description":"Street resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Street resource.","description":"Creates a Street resource.","parameters":[],"requestBody":{"description":"The new Street resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Street"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street"}}},"required":true}}},"\/api\/location\/streets\/{id}":{"get":{"operationId":"api_locationstreets_id_get","tags":["Street"],"responses":{"200":{"description":"Street resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Street resource.","description":"Retrieves a Street resource.","parameters":[{"name":"id","in":"path","description":"Street identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationstreets_id_patch","tags":["Street"],"responses":{"200":{"description":"Street resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Street resource.","description":"Updates the Street resource.","parameters":[{"name":"id","in":"path","description":"Street identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Street resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonMergePatch"}}},"required":true}}},"\/api\/payer\/taxpayers":{"get":{"operationId":"api_payertaxpayers_get_collection","tags":["Taxpayer"],"responses":{"200":{"description":"Taxpayer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Taxpayer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Taxpayer.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Taxpayer.multipart"}}}}}},"summary":"Retrieves the collection of Taxpayer resources.","description":"Retrieves the collection of Taxpayer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.idCardType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.givenName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.familyName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.birthPlace]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.birthDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.gender]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[person.itExpatriate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itGpp]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itGpm]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itRealEstate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDefault]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.rccm]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.idnat]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company.nif]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itCompany]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.idCardType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"person.idCardType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"person.givenName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.familyName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.lastName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthPlace","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.birthPlace[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person.gender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.gender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.rccm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.idnat","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.nif","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.nif[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.sector","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.sector[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company.category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company.category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"agent","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"agent[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"location","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"location[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"realm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"realm[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"regie","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"regie[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"center","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"center[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person.itExpatriate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itCompany","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itGpp","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itGpm","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itRealEstate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDefault","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[person]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[company]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[immovables]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[vehicles]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[activities]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/payer\/taxpayers\/{id}":{"get":{"operationId":"api_payertaxpayers_id_get","tags":["Taxpayer"],"responses":{"200":{"description":"Taxpayer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Taxpayer.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Taxpayer.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Taxpayer resource.","description":"Retrieves a Taxpayer resource.","parameters":[{"name":"id","in":"path","description":"Taxpayer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_payertaxpayers_id_patch","tags":["Taxpayer"],"responses":{"200":{"description":"Taxpayer resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Taxpayer.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Taxpayer.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Taxpayer resource.","description":"Updates the Taxpayer resource.","parameters":[{"name":"id","in":"path","description":"Taxpayer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Taxpayer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Taxpayer.jsonMergePatch"}}},"required":true}}},"\/api\/location\/townships":{"get":{"operationId":"api_locationtownships_get_collection","tags":["Township"],"responses":{"200":{"description":"Township collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Township.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.multipart"}}}}}},"summary":"Retrieves the collection of Township resources.","description":"Retrieves the collection of Township resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[region.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country.fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itLocked]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itHidden]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itLocked","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itHidden","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_locationtownships_post","tags":["Township"],"responses":{"201":{"description":"Township resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Township resource.","description":"Creates a Township resource.","parameters":[],"requestBody":{"description":"The new Township resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Township"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township"}}},"required":true}}},"\/api\/location\/townships\/{id}":{"get":{"operationId":"api_locationtownships_id_get","tags":["Township"],"responses":{"200":{"description":"Township resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Township resource.","description":"Retrieves a Township resource.","parameters":[{"name":"id","in":"path","description":"Township identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationtownships_id_patch","tags":["Township"],"responses":{"200":{"description":"Township resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Township resource.","description":"Updates the Township resource.","parameters":[{"name":"id","in":"path","description":"Township identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Township resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonMergePatch"}}},"required":true}}},"\/api\/immo\/usages":{"get":{"operationId":"api_immousages_get_collection","tags":["Usage"],"responses":{"200":{"description":"Usage collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Usage.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Usage.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Usage.multipart"}}}}}},"summary":"Retrieves the collection of Usage resources.","description":"Retrieves the collection of Usage resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[immovables]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_immousages_post","tags":["Usage"],"responses":{"201":{"description":"Usage resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Usage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Usage.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Usage resource.","description":"Creates a Usage resource.","parameters":[],"requestBody":{"description":"The new Usage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Usage"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Usage"}}},"required":true}}},"\/api\/immo\/usages\/{id}":{"get":{"operationId":"api_immousages_id_get","tags":["Usage"],"responses":{"200":{"description":"Usage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Usage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Usage.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Usage resource.","description":"Retrieves a Usage resource.","parameters":[{"name":"id","in":"path","description":"Usage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_immousages_id_patch","tags":["Usage"],"responses":{"200":{"description":"Usage resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Usage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Usage.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Usage resource.","description":"Updates the Usage resource.","parameters":[{"name":"id","in":"path","description":"Usage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Usage resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Usage.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/vehicles":{"get":{"operationId":"api_vehiclevehicles_get_collection","tags":["Vehicle"],"responses":{"200":{"description":"Vehicle collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Vehicle.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vehicle.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vehicle.multipart"}}}}}},"summary":"Retrieves the collection of Vehicle resources.","description":"Retrieves the collection of Vehicle resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[taxId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[registration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[mfgYear]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[circYear]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[weight]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[power]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDefault]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payer.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[mark.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[model.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nature.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[calender.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fuel.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[usage.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[color.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"taxId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"registration","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"chassisNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"manager","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manager[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"driver","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"driver[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"mark","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"mark[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"model","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"model[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"calender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"calender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"color","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"color[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fuel","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fuel[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"usage","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usage[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"power","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"power[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"weight","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"weight[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itDefault","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclevehicles_post","tags":["Vehicle"],"responses":{"201":{"description":"Vehicle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Vehicle resource.","description":"Creates a Vehicle resource.","parameters":[],"requestBody":{"description":"The new Vehicle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle"}}},"required":true}}},"\/api\/vehicle\/vehicles\/{id}":{"get":{"operationId":"api_vehiclevehicles_id_get","tags":["Vehicle"],"responses":{"200":{"description":"Vehicle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Vehicle resource.","description":"Retrieves a Vehicle resource.","parameters":[{"name":"id","in":"path","description":"Vehicle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclevehicles_id_patch","tags":["Vehicle"],"responses":{"200":{"description":"Vehicle resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Vehicle resource.","description":"Updates the Vehicle resource.","parameters":[{"name":"id","in":"path","description":"Vehicle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Vehicle resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/vehicles\/{id}\/image":{"post":{"operationId":"api_vehiclevehicles_idimage_post","tags":["Vehicle"],"responses":{"201":{"description":"Vehicle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Vehicle resource.","description":"Creates a Vehicle resource.","parameters":[{"name":"id","in":"path","description":"Vehicle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Vehicle resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vehicle"}}},"required":true}}},"\/api\/vehicle\/vnatures":{"get":{"operationId":"api_vehiclevnatures_get_collection","tags":["Vnature"],"responses":{"200":{"description":"Vnature collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Vnature.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vnature.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vnature.multipart"}}}}}},"summary":"Retrieves the collection of Vnature resources.","description":"Retrieves the collection of Vnature resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[calenders]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclevnatures_post","tags":["Vnature"],"responses":{"201":{"description":"Vnature resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vnature.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vnature.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Vnature resource.","description":"Creates a Vnature resource.","parameters":[],"requestBody":{"description":"The new Vnature resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vnature"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vnature"}}},"required":true}}},"\/api\/vehicle\/vnatures\/{id}":{"get":{"operationId":"api_vehiclevnatures_id_get","tags":["Vnature"],"responses":{"200":{"description":"Vnature resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vnature.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vnature.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Vnature resource.","description":"Retrieves a Vnature resource.","parameters":[{"name":"id","in":"path","description":"Vnature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclevnatures_id_patch","tags":["Vnature"],"responses":{"200":{"description":"Vnature resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vnature.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vnature.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Vnature resource.","description":"Updates the Vnature resource.","parameters":[{"name":"id","in":"path","description":"Vnature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Vnature resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Vnature.jsonMergePatch"}}},"required":true}}},"\/api\/dealing\/vouchsaves":{"get":{"operationId":"api_dealingvouchsaves_get_collection","tags":["Vouchsafe"],"responses":{"200":{"description":"Vouchsafe collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Vouchsafe.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vouchsafe.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vouchsafe.multipart"}}}}}},"summary":"Retrieves the collection of Vouchsafe resources.","description":"Retrieves the collection of Vouchsafe resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true}]},"post":{"operationId":"api_dealingvouchsaves_post","tags":["Vouchsafe"],"responses":{"201":{"description":"Vouchsafe resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Vouchsafe resource.","description":"Creates a Vouchsafe resource.","parameters":[],"requestBody":{"description":"The new Vouchsafe resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe"}}},"required":true}}},"\/api\/dealing\/vouchsaves\/{id}":{"get":{"operationId":"api_dealingvouchsaves_id_get","tags":["Vouchsafe"],"responses":{"200":{"description":"Vouchsafe resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Vouchsafe resource.","description":"Retrieves a Vouchsafe resource.","parameters":[{"name":"id","in":"path","description":"Vouchsafe identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_dealingvouchsaves_id_patch","tags":["Vouchsafe"],"responses":{"200":{"description":"Vouchsafe resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Vouchsafe resource.","description":"Updates the Vouchsafe resource.","parameters":[{"name":"id","in":"path","description":"Vouchsafe identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Vouchsafe resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Vouchsafe.jsonMergePatch"}}},"required":true}}},"\/api\/vehicle\/vusages":{"get":{"operationId":"api_vehiclevusages_get_collection","tags":["Vusage"],"responses":{"200":{"description":"Vusage collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Vusage.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vusage.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vusage.multipart"}}}}}},"summary":"Retrieves the collection of Vusage resources.","description":"Retrieves the collection of Vusage resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_vehiclevusages_post","tags":["Vusage"],"responses":{"201":{"description":"Vusage resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vusage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vusage.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Vusage resource.","description":"Creates a Vusage resource.","parameters":[],"requestBody":{"description":"The new Vusage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vusage"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vusage"}}},"required":true}}},"\/api\/vehicle\/vusages\/{id}":{"get":{"operationId":"api_vehiclevusages_id_get","tags":["Vusage"],"responses":{"200":{"description":"Vusage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vusage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vusage.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Vusage resource.","description":"Retrieves a Vusage resource.","parameters":[{"name":"id","in":"path","description":"Vusage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_vehiclevusages_id_patch","tags":["Vusage"],"responses":{"200":{"description":"Vusage resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vusage.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Vusage.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Vusage resource.","description":"Updates the Vusage resource.","parameters":[{"name":"id","in":"path","description":"Vusage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Vusage resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Vusage.jsonMergePatch"}}},"required":true}}},"\/api\/activity\/wordings":{"get":{"operationId":"api_activitywordings_get_collection","tags":["Wording"],"responses":{"200":{"description":"Wording collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Wording.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wording.jsonld"}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wording.multipart"}}}}}},"summary":"Retrieves the collection of Wording resources.","description":"Retrieves the collection of Wording resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":150},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_activitywordings_post","tags":["Wording"],"responses":{"201":{"description":"Wording resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Wording resource.","description":"Creates a Wording resource.","parameters":[],"requestBody":{"description":"The new Wording resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording"}}},"required":true}}},"\/api\/activity\/wordings\/{id}":{"get":{"operationId":"api_activitywordings_id_get","tags":["Wording"],"responses":{"200":{"description":"Wording resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Wording resource.","description":"Retrieves a Wording resource.","parameters":[{"name":"id","in":"path","description":"Wording identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_activitywordings_id_patch","tags":["Wording"],"responses":{"200":{"description":"Wording resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Wording resource.","description":"Updates the Wording resource.","parameters":[{"name":"id","in":"path","description":"Wording identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Wording resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonMergePatch"}}},"required":true}}}},"components":{"schemas":{"Activity":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payerActivities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Activity.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payerActivities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Activity.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payerActivities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Activity.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payerActivities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Address":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":"string"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geomap":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"addressDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["buildingNumber","range","country","region","city","township","quarter","street"]},"Address.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":"string"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geomap":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"addressDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Address.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":"string"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geomap":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"addressDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["buildingNumber","range","country","region","city","township","quarter","street"]}]},"Address.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":"string"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geomap":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"addressDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["buildingNumber","range","country","region","city","township","quarter","street"]},"Affiliate":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","company","country","region","city"]},"Affiliate.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Affiliate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","company","country","region","city"]}]},"Affiliate.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","company","country","region","city"]},"Agent":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":"string"},"agentCode":{"maxLength":35,"type":["string","null"]},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"jobtitle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"office":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"affectation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["taxId","jobtitle","office","direction","center","regie","realm","person","payer"]},"Agent.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":"string"},"agentCode":{"maxLength":35,"type":["string","null"]},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"jobtitle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"office":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"affectation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Agent.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":"string"},"agentCode":{"maxLength":35,"type":["string","null"]},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"jobtitle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"office":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"affectation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["taxId","jobtitle","office","direction","center","regie","realm","person","payer"]}]},"Agent.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":"string"},"agentCode":{"maxLength":35,"type":["string","null"]},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"jobtitle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"office":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"affectation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["taxId","jobtitle","office","direction","center","regie","realm","person","payer"]},"Building":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minimum":0,"maximum":999,"type":"integer"},"area":{"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","immovable"]},"Building.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minimum":0,"maximum":999,"type":"integer"},"area":{"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Building.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minimum":0,"maximum":999,"type":"integer"},"area":{"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","immovable"]}]},"Building.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minimum":0,"maximum":999,"type":"integer"},"area":{"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","immovable"]},"Calender":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","nature"]},"Calender.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Calender.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","nature"]}]},"Calender.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","nature"]},"Category":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]},"Category.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Category.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]}]},"Category.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]},"Center":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":6,"type":"string"},"uniqId":{"maxLength":2,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"itMaster":{"default":false,"type":"boolean"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","uniqId","headLine","shortHead","realm","regie","country","region","city","township"]},"Center.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":6,"type":"string"},"uniqId":{"maxLength":2,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"itMaster":{"default":false,"type":"boolean"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Center.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":6,"type":"string"},"uniqId":{"maxLength":2,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"itMaster":{"default":false,"type":"boolean"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","uniqId","headLine","shortHead","realm","regie","country","region","city","township"]}]},"Center.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":6,"type":"string"},"uniqId":{"maxLength":2,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"itTax":{"default":false,"type":"boolean"},"itImpost":{"default":false,"type":"boolean"},"itMaster":{"default":false,"type":"boolean"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","uniqId","headLine","shortHead","realm","regie","country","region","city","township"]},"City":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","alpha3","category","region","country"]},"City.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"City.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","alpha3","category","region","country"]}]},"City.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","alpha3","category","region","country"]},"Color":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"maxLength":30,"type":"string"},"theme":{"maxLength":30,"type":"string"},"groupe":{"maxLength":30,"type":"string"},"hex":{"maxLength":6,"type":"string"},"rgb":{"maxLength":15,"type":"string"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["name","theme","groupe","hex","rgb"]},"Color.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"maxLength":30,"type":"string"},"theme":{"maxLength":30,"type":"string"},"groupe":{"maxLength":30,"type":"string"},"hex":{"maxLength":6,"type":"string"},"rgb":{"maxLength":15,"type":"string"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Color.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"maxLength":30,"type":"string"},"theme":{"maxLength":30,"type":"string"},"groupe":{"maxLength":30,"type":"string"},"hex":{"maxLength":6,"type":"string"},"rgb":{"maxLength":15,"type":"string"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["name","theme","groupe","hex","rgb"]}]},"Color.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"name":{"maxLength":30,"type":"string"},"theme":{"maxLength":30,"type":"string"},"groupe":{"maxLength":30,"type":"string"},"hex":{"maxLength":6,"type":"string"},"rgb":{"maxLength":15,"type":"string"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["name","theme","groupe","hex","rgb"]},"Company.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"rccm":{"type":"string"},"idnat":{"type":["string","null"]},"nif":{"type":["string","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sector":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"affiliates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Company.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"rccm":{"type":"string"},"idnat":{"type":["string","null"]},"nif":{"type":["string","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sector":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"affiliates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","rccm","category"]}]},"Company.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"rccm":{"type":"string"},"idnat":{"type":["string","null"]},"nif":{"type":["string","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sector":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"affiliates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","rccm","category"]},"Config":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"parameter":{"maxLength":50,"type":"string"},"group":{"maxLength":50,"type":"string"},"dataType":{"enum":["boolean","integer","datetime","float","string","date","time"],"type":"string"},"value":{"maxLength":180,"type":"string"},"description":{"maxLength":500,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","parameter","group","dataType","value","description","realm"]},"Config.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"parameter":{"maxLength":50,"type":"string"},"group":{"maxLength":50,"type":"string"},"dataType":{"enum":["boolean","integer","datetime","float","string","date","time"],"type":"string"},"value":{"maxLength":180,"type":"string"},"description":{"maxLength":500,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Config.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"parameter":{"maxLength":50,"type":"string"},"group":{"maxLength":50,"type":"string"},"dataType":{"enum":["boolean","integer","datetime","float","string","date","time"],"type":"string"},"value":{"maxLength":180,"type":"string"},"description":{"maxLength":500,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","parameter","group","dataType","value","description","realm"]}]},"Config.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"parameter":{"maxLength":50,"type":"string"},"group":{"maxLength":50,"type":"string"},"dataType":{"enum":["boolean","integer","datetime","float","string","date","time"],"type":"string"},"value":{"maxLength":180,"type":"string"},"description":{"maxLength":500,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","parameter","group","dataType","value","description","realm"]},"ConstraintViolation":{"type":"object","description":"Unprocessable entity","properties":{"status":{"default":422,"type":"integer"},"violations":{"type":"array","items":{"type":"object","properties":{"propertyPath":{"type":"string","description":"The property path of the violation"},"message":{"type":"string","description":"The message associated with the violation"},"code":{"type":"string","description":"The code of the violation"},"hint":{"type":"string","description":"An extra hint to understand the violation"},"payload":{"type":"object","additionalProperties":true,"description":"The serialized payload of the violation"}},"required":["propertyPath","message"]}},"detail":{"readOnly":true,"type":"string"},"type":{"readOnly":true,"type":"string"},"title":{"readOnly":true,"type":["string","null"]},"instance":{"readOnly":true,"type":["string","null"]}}},"Country":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","shortName","alpha2","alpha3"]},"Country.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Country.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","shortName","alpha2","alpha3"]}]},"Country.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","shortName","alpha2","alpha3"]},"Dealer":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"category":{"enum":["PAYER_CATEGORY_PERSON","PAYER_CATEGORY_COMPANY"],"type":"string"},"nature":{"enum":["NATURE_TINY_DEALER","NATURE_SUPER_DEALER"],"type":"string"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"vouchsafes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","category","nature","center","regie","realm","profile","payer"]},"Dealer.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"category":{"enum":["PAYER_CATEGORY_PERSON","PAYER_CATEGORY_COMPANY"],"type":"string"},"nature":{"enum":["NATURE_TINY_DEALER","NATURE_SUPER_DEALER"],"type":"string"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"vouchsafes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Dealer.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"category":{"enum":["PAYER_CATEGORY_PERSON","PAYER_CATEGORY_COMPANY"],"type":"string"},"nature":{"enum":["NATURE_TINY_DEALER","NATURE_SUPER_DEALER"],"type":"string"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"vouchsafes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","category","nature","center","regie","realm","profile","payer"]}]},"Dealer.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"category":{"enum":["PAYER_CATEGORY_PERSON","PAYER_CATEGORY_COMPANY"],"type":"string"},"nature":{"enum":["NATURE_TINY_DEALER","NATURE_SUPER_DEALER"],"type":"string"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"vouchsafes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","category","nature","center","regie","realm","profile","payer"]},"Dimension":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["A","B","C","D"],"type":"string"},"officerStart":{"type":"integer"},"officerEnd":{"type":"integer"},"investStart":{"type":"string"},"investEnd":{"type":"string"},"receiptStart":{"type":"string"},"receiptEnd":{"type":"string"},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","category","officerStart","officerEnd","investStart","investEnd","receiptStart","receiptEnd"]},"Dimension.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["A","B","C","D"],"type":"string"},"officerStart":{"type":"integer"},"officerEnd":{"type":"integer"},"investStart":{"type":"string"},"investEnd":{"type":"string"},"receiptStart":{"type":"string"},"receiptEnd":{"type":"string"},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Dimension.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["A","B","C","D"],"type":"string"},"officerStart":{"type":"integer"},"officerEnd":{"type":"integer"},"investStart":{"type":"string"},"investEnd":{"type":"string"},"receiptStart":{"type":"string"},"receiptEnd":{"type":"string"},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","category","officerStart","officerEnd","investStart","investEnd","receiptStart","receiptEnd"]}]},"Dimension.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["A","B","C","D"],"type":"string"},"officerStart":{"type":"integer"},"officerEnd":{"type":"integer"},"investStart":{"type":"string"},"investEnd":{"type":"string"},"receiptStart":{"type":"string"},"receiptEnd":{"type":"string"},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","category","officerStart","officerEnd","investStart","investEnd","receiptStart","receiptEnd"]},"Direction":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","regie","center","country","region","city","township"]},"Direction.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Direction.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","regie","center","country","region","city","township"]}]},"Direction.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","regie","center","country","region","city","township"]},"Error":{"type":"object","description":"A representation of common errors.","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["number","null"],"examples":[404],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"}}},"Fiscalyear":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"year":{"maxLength":4,"type":"string"},"openDate":{"type":"string","format":"date-time"},"closeDate":{"type":"string","format":"date-time"},"realm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["year","openDate","closeDate","realm"]},"Fiscalyear.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"year":{"maxLength":4,"type":"string"},"openDate":{"type":"string","format":"date-time"},"closeDate":{"type":"string","format":"date-time"},"realm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Fiscalyear.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"year":{"maxLength":4,"type":"string"},"openDate":{"type":"string","format":"date-time"},"closeDate":{"type":"string","format":"date-time"},"realm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["year","openDate","closeDate","realm"]}]},"Fiscalyear.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"year":{"maxLength":4,"type":"string"},"openDate":{"type":"string","format":"date-time"},"closeDate":{"type":"string","format":"date-time"},"realm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["year","openDate","closeDate","realm"]},"Fuel":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Fuel.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Fuel.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Fuel.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Geodata":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"coordx":{"maxLength":64,"type":"string"},"coordy":{"maxLength":64,"type":"string"},"area":{"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["coordx","coordy","nature","country","region","city","township","quarter","street"]},"Geodata.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"coordx":{"maxLength":64,"type":"string"},"coordy":{"maxLength":64,"type":"string"},"area":{"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Geodata.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"coordx":{"maxLength":64,"type":"string"},"coordy":{"maxLength":64,"type":"string"},"area":{"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["coordx","coordy","nature","country","region","city","township","quarter","street"]}]},"Geodata.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"coordx":{"maxLength":64,"type":"string"},"coordy":{"maxLength":64,"type":"string"},"area":{"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["coordx","coordy","nature","country","region","city","township","quarter","street"]},"Geomap":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"area":{"type":"string"},"builtArea":{"type":"string"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","builtArea","address"]},"Geomap.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"area":{"type":"string"},"builtArea":{"type":"string"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Geomap.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"area":{"type":"string"},"builtArea":{"type":"string"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","builtArea","address"]}]},"Geomap.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"area":{"type":"string"},"builtArea":{"type":"string"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["area","builtArea","address"]},"HydraCollectionBaseSchema":{"allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","properties":{"view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"first":{"type":"string","format":"iri-reference"},"last":{"type":"string","format":"iri-reference"},"previous":{"type":"string","format":"iri-reference"},"next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","@type":"string","first":"string","last":"string","previous":"string","next":"string"}}}}]},"HydraCollectionBaseSchemaNoPagination":{"type":"object","properties":{"totalItems":{"type":"integer","minimum":0},"search":{"type":"object","properties":{"@type":{"type":"string"},"template":{"type":"string"},"variableRepresentation":{"type":"string"},"mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}}},"HydraItemBaseSchema":{"type":"object","properties":{"@context":{"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"type":"string"},"@type":{"type":"string"}},"required":["@id","@type"]},"Identifier.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"category":{"type":"integer"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","category","country","region","city"]}]},"Identifier.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"category":{"type":"integer"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","category","country","region","city"]},"Immother":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"description":{"type":["string","null"]},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["quantity","immovable","nature"]},"Immother.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"description":{"type":["string","null"]},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Immother.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"description":{"type":["string","null"]},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["quantity","immovable","nature"]}]},"Immother.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"description":{"type":["string","null"]},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["quantity","immovable","nature"]},"Immovable":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"headLine":{"maxLength":100,"type":"string"},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"longitude":{"type":"string"},"latitude":{"type":"string"},"area":{"type":"string"},"unbuiltArea":{"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodata":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"buildings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"immovableDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"immovableAddress":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","nature","longitude","latitude","area","unbuiltArea","payer","address","range","usage"]},"Immovable.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"headLine":{"maxLength":100,"type":"string"},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"longitude":{"type":"string"},"latitude":{"type":"string"},"area":{"type":"string"},"unbuiltArea":{"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodata":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"buildings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"immovableDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"immovableAddress":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Immovable.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"headLine":{"maxLength":100,"type":"string"},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"longitude":{"type":"string"},"latitude":{"type":"string"},"area":{"type":"string"},"unbuiltArea":{"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodata":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"buildings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"immovableDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"immovableAddress":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","nature","longitude","latitude","area","unbuiltArea","payer","address","range","usage"]}]},"Immovable.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"headLine":{"maxLength":100,"type":"string"},"nature":{"enum":["IMMO_NATURE_VILLA","IMMO_NATURE_MULTIFLOOR","IMMO_NATURE_APARTMENT","IMMO_NATURE_OTHER","IMMO_NATURE_LAND","IMMO_NATURE_CONCESSION"],"type":"string"},"longitude":{"type":"string"},"latitude":{"type":"string"},"area":{"type":"string"},"unbuiltArea":{"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"range":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodata":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"buildings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rentalunits":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"immovableDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"immovableAddress":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","nature","longitude","latitude","area","unbuiltArea","payer","address","range","usage"]},"Indemnity":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"month":{"minLength":2,"maxLength":2,"type":"string"},"year":{"minLength":4,"maxLength":4,"type":"string"},"amount":{"type":"string"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["month","year","amount","agent","company"]},"Indemnity.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"month":{"minLength":2,"maxLength":2,"type":"string"},"year":{"minLength":4,"maxLength":4,"type":"string"},"amount":{"type":"string"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Indemnity.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"month":{"minLength":2,"maxLength":2,"type":"string"},"year":{"minLength":4,"maxLength":4,"type":"string"},"amount":{"type":"string"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["month","year","amount","agent","company"]}]},"Indemnity.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"month":{"minLength":2,"maxLength":2,"type":"string"},"year":{"minLength":4,"maxLength":4,"type":"string"},"amount":{"type":"string"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["month","year","amount","agent","company"]},"Job":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]},"Job.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Job.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]}]},"Job.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead"]},"Jobtitle":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"people":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Jobtitle.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"people":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Jobtitle.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"people":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Jobtitle.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"people":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Lease":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":30,"type":"string"},"pricing":{"enum":["RATE_TYPE_FREE","RATE_TYPE_PAID"],"type":"string"},"usage":{"enum":["LEASE_USAGE_INDIVIDUAL","LEASE_USAGE_PROFESSIONAL"],"type":"string"},"periodicity":{"enum":["LEASE_PERIOD_MONTHLY","LEASE_PERIOD_QUARTERLY","LEASE_PERIOD_SEMESTRAL","LEASE_PERIOD_YEARLY"],"type":"string"},"rentAmount":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"outingDate":{"type":["string","null"],"format":"date-time"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunit":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"renter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lessor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["pricing","usage","periodicity","rentAmount","entryDate","currency","immovable","building","rentalunit","renter","lessor"]},"Lease.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":30,"type":"string"},"pricing":{"enum":["RATE_TYPE_FREE","RATE_TYPE_PAID"],"type":"string"},"usage":{"enum":["LEASE_USAGE_INDIVIDUAL","LEASE_USAGE_PROFESSIONAL"],"type":"string"},"periodicity":{"enum":["LEASE_PERIOD_MONTHLY","LEASE_PERIOD_QUARTERLY","LEASE_PERIOD_SEMESTRAL","LEASE_PERIOD_YEARLY"],"type":"string"},"rentAmount":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"outingDate":{"type":["string","null"],"format":"date-time"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunit":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"renter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lessor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Lease.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":30,"type":"string"},"pricing":{"enum":["RATE_TYPE_FREE","RATE_TYPE_PAID"],"type":"string"},"usage":{"enum":["LEASE_USAGE_INDIVIDUAL","LEASE_USAGE_PROFESSIONAL"],"type":"string"},"periodicity":{"enum":["LEASE_PERIOD_MONTHLY","LEASE_PERIOD_QUARTERLY","LEASE_PERIOD_SEMESTRAL","LEASE_PERIOD_YEARLY"],"type":"string"},"rentAmount":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"outingDate":{"type":["string","null"],"format":"date-time"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunit":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"renter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lessor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["pricing","usage","periodicity","rentAmount","entryDate","currency","immovable","building","rentalunit","renter","lessor"]}]},"Lease.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":30,"type":"string"},"pricing":{"enum":["RATE_TYPE_FREE","RATE_TYPE_PAID"],"type":"string"},"usage":{"enum":["LEASE_USAGE_INDIVIDUAL","LEASE_USAGE_PROFESSIONAL"],"type":"string"},"periodicity":{"enum":["LEASE_PERIOD_MONTHLY","LEASE_PERIOD_QUARTERLY","LEASE_PERIOD_SEMESTRAL","LEASE_PERIOD_YEARLY"],"type":"string"},"rentAmount":{"type":"string"},"entryDate":{"type":"string","format":"date-time"},"outingDate":{"type":["string","null"],"format":"date-time"},"document":{"type":["string","null"]},"documentUri":{"type":["string","null"]},"documentFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rentalunit":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"renter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lessor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["pricing","usage","periodicity","rentAmount","entryDate","currency","immovable","building","rentalunit","renter","lessor"]},"Location":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"locationDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["country","region","city","township","quarter","street","payer"]},"Location.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"locationDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Location.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"locationDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["country","region","city","township","quarter","street","payer"]}]},"Location.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"buildingNumber":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"locationDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["country","region","city","township","quarter","street","payer"]},"Manager":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["phone","agent","quarter","township","city","region","country","center","direction","regie","realm"]},"Manager.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Manager.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.jsonld"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["phone","agent","quarter","township","city","region","country","center","direction","regie","realm"]}]},"Manager.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"agent":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["phone","agent","quarter","township","city","region","country","center","direction","regie","realm"]},"Mark":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"models":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine"]},"Mark.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"models":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}}},"Mark.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"models":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine"]}]},"Mark.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"models":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine"]},"Marketplace":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","pretence"]},"Marketplace.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Marketplace.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","pretence"]}]},"Marketplace.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","pretence"]},"Model":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"weight":{"type":"string"},"speed":{"type":["string","null"]},"power":{"type":"integer"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine","weight","power","mark","nature","calender"]},"Model.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"weight":{"type":"string"},"speed":{"type":["string","null"]},"power":{"type":"integer"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}}},"Model.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"weight":{"type":"string"},"speed":{"type":["string","null"]},"power":{"type":"integer"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine","weight","power","mark","nature","calender"]}]},"Model.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"weight":{"type":"string"},"speed":{"type":["string","null"]},"power":{"type":"integer"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["headLine","weight","power","mark","nature","calender"]},"Natother":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Natother.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Natother.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Natother.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"others":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Notification.NotificationCreateDto":{"type":"object","required":["context","category","recipient"],"properties":{"context":{"maxLength":1500,"type":"string"},"category":{"enum":["CATEGORY_NONE","CATEGORY_VEHICLE","CATEGORY_TAXPAYER","CATEGORY_TAXE_MED","CATEGORY_ACTIVITY","CATEGORY_IMMOVABLE","CATEGORY_IMPOST_MED","CATEGORY_PAYMENT_MEP","CATEGORY_RENTAL_UNIT","CATEGORY_TAXE_DECLARATION","CATEGORY_IMPOST_DECLARATION","CATEGORY_PAYMENT_OPERATION"],"type":"string"},"resource":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"itMessaging":{"default":false,"type":["boolean","null"]},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Notification.NotificationReadDto.jsonMergePatch":{"type":"object","properties":{"itRead":{"type":["boolean","null"]}}},"Notification.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"enum":["CATEGORY_NONE","CATEGORY_VEHICLE","CATEGORY_TAXPAYER","CATEGORY_TAXE_MED","CATEGORY_ACTIVITY","CATEGORY_IMMOVABLE","CATEGORY_IMPOST_MED","CATEGORY_PAYMENT_MEP","CATEGORY_RENTAL_UNIT","CATEGORY_TAXE_DECLARATION","CATEGORY_IMPOST_DECLARATION","CATEGORY_PAYMENT_OPERATION"],"type":"string"},"resource":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"itRead":{"type":"boolean"},"itMessaging":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["context","category","recipient"]}]},"Notification.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"enum":["CATEGORY_NONE","CATEGORY_VEHICLE","CATEGORY_TAXPAYER","CATEGORY_TAXE_MED","CATEGORY_ACTIVITY","CATEGORY_IMMOVABLE","CATEGORY_IMPOST_MED","CATEGORY_PAYMENT_MEP","CATEGORY_RENTAL_UNIT","CATEGORY_TAXE_DECLARATION","CATEGORY_IMPOST_DECLARATION","CATEGORY_PAYMENT_OPERATION"],"type":"string"},"resource":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"itRead":{"type":"boolean"},"itMessaging":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["context","category","recipient"]},"Office":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","direction","center","regie","realm"]},"Office.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Office.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","direction","center","regie","realm"]}]},"Office.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":25,"type":"string"},"direction":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","direction","center","regie","realm"]},"Payeract":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":["string","null"]},"primaryActivity":{"enum":[0,1,2,3],"type":["integer","null"]},"nationalExecutives":{"type":"integer"},"nationalWorkers":{"type":"integer"},"expatriateExecutives":{"type":"integer"},"expatriateWorkers":{"type":"integer"},"investment":{"type":"string"},"receipts":{"type":"string"},"itPatent":{"type":"boolean"},"description":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dimension":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"marketplace":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wording":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"activityDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["nationalExecutives","nationalWorkers","expatriateExecutives","expatriateWorkers","investment","receipts","payer","activity","marketplace","pretence","wording","realm","country","regie","region","city","township","quarter"]},"Payeract.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":["string","null"]},"primaryActivity":{"enum":[0,1,2,3],"type":["integer","null"]},"nationalExecutives":{"type":"integer"},"nationalWorkers":{"type":"integer"},"expatriateExecutives":{"type":"integer"},"expatriateWorkers":{"type":"integer"},"investment":{"type":"string"},"receipts":{"type":"string"},"itPatent":{"type":"boolean"},"description":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dimension":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"marketplace":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wording":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"activityDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Payeract.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":["string","null"]},"primaryActivity":{"enum":[0,1,2,3],"type":["integer","null"]},"nationalExecutives":{"type":"integer"},"nationalWorkers":{"type":"integer"},"expatriateExecutives":{"type":"integer"},"expatriateWorkers":{"type":"integer"},"investment":{"type":"string"},"receipts":{"type":"string"},"itPatent":{"type":"boolean"},"description":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dimension":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"marketplace":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wording":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"activityDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["nationalExecutives","nationalWorkers","expatriateExecutives","expatriateWorkers","investment","receipts","payer","activity","marketplace","pretence","wording","realm","country","regie","region","city","township","quarter"]}]},"Payeract.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":10,"type":["string","null"]},"primaryActivity":{"enum":[0,1,2,3],"type":["integer","null"]},"nationalExecutives":{"type":"integer"},"nationalWorkers":{"type":"integer"},"expatriateExecutives":{"type":"integer"},"expatriateWorkers":{"type":"integer"},"investment":{"type":"string"},"receipts":{"type":"string"},"itPatent":{"type":"boolean"},"description":{"type":["string","null"]},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activity":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dimension":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"marketplace":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"pretence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wording":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"activityDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["nationalExecutives","nationalWorkers","expatriateExecutives","expatriateWorkers","investment","receipts","payer","activity","marketplace","pretence","wording","realm","country","regie","region","city","township","quarter"]},"Person.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"nif":{"maxLength":35,"type":["string","null"]},"idCardNumber":{"maxLength":50,"type":["string","null"]},"idCardType":{"type":["integer","null"]},"itExpatriate":{"default":false,"type":"boolean"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"jobtitles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthPlace":{"maxLength":50,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"gender":{"maxLength":10,"enum":["M","F"],"type":"string"},"biography":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Person.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"nif":{"maxLength":35,"type":["string","null"]},"idCardNumber":{"maxLength":50,"type":["string","null"]},"idCardType":{"type":["integer","null"]},"itExpatriate":{"default":false,"type":"boolean"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"jobtitles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthPlace":{"maxLength":50,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"gender":{"maxLength":10,"enum":["M","F"],"type":"string"},"biography":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["givenName","familyName","gender"]}]},"Person.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"nif":{"maxLength":35,"type":["string","null"]},"idCardNumber":{"maxLength":50,"type":["string","null"]},"idCardType":{"type":["integer","null"]},"itExpatriate":{"default":false,"type":"boolean"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"jobtitles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthPlace":{"maxLength":50,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"gender":{"maxLength":10,"enum":["M","F"],"type":"string"},"biography":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["givenName","familyName","gender"]},"PhoneNumber":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"PhoneNumber.jsonld":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"PhoneNumber.multipart":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"Pretence":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaces":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","country","region","city"]},"Pretence.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaces":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Pretence.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaces":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","country","region","city"]}]},"Pretence.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaces":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","country","region","city"]},"Profile":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"email":{"format":"email","maxLength":100,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["phoneNumber"]},"Profile.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"email":{"format":"email","maxLength":100,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Profile.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"email":{"format":"email","maxLength":100,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber.jsonld"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["phoneNumber"]}]},"Profile.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"email":{"format":"email","maxLength":100,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"payers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["phoneNumber"]},"Quarter":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","township","city","region","country"]},"Quarter.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Quarter.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","township","city","region","country"]}]},"Quarter.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","township","city","region","country"]},"Range":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"sequence":{"enum":[1,2,3,4,5,6,7,8,9],"type":"integer"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","sequence"]},"Range.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"sequence":{"enum":[1,2,3,4,5,6,7,8,9],"type":"integer"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Range.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"sequence":{"enum":[1,2,3,4,5,6,7,8,9],"type":"integer"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","sequence"]}]},"Range.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"sequence":{"enum":[1,2,3,4,5,6,7,8,9],"type":"integer"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","sequence"]},"Realm":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"banner":{"type":["string","null"]},"bannerUri":{"type":["string","null"]},"bannerFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"configs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"},"bannerPath":{"readOnly":true,"type":"string"}},"required":["headLine","shortHead","country","region","city","township"]},"Realm.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"banner":{"type":["string","null"]},"bannerUri":{"type":["string","null"]},"bannerFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"configs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"},"bannerPath":{"readOnly":true,"type":"string"}}},"Realm.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"banner":{"type":["string","null"]},"bannerUri":{"type":["string","null"]},"bannerFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"configs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"},"bannerPath":{"readOnly":true,"type":"string"}},"required":["headLine","shortHead","country","region","city","township"]}]},"Realm.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"banner":{"type":["string","null"]},"bannerUri":{"type":["string","null"]},"bannerFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"configs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"},"bannerPath":{"readOnly":true,"type":"string"}},"required":["headLine","shortHead","country","region","city","township"]},"Regie":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"itBank":{"type":"boolean"},"itMaster":{"type":"boolean"},"itRetailer":{"type":"boolean"},"payer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"centers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","country","region"]},"Regie.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"itBank":{"type":"boolean"},"itMaster":{"type":"boolean"},"itRetailer":{"type":"boolean"},"payer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"centers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Regie.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"itBank":{"type":"boolean"},"itMaster":{"type":"boolean"},"itRetailer":{"type":"boolean"},"payer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"centers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","country","region"]}]},"Regie.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":15,"type":"string"},"itBank":{"type":"boolean"},"itMaster":{"type":"boolean"},"itRetailer":{"type":"boolean"},"payer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"centers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"directions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"offices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"agents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine","shortHead","realm","country","region"]},"Region":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"}},"required":["code","fullName","alpha2","alpha3","country"]},"Region.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"}}},"Region.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"}},"required":["code","fullName","alpha2","alpha3","country"]}]},"Region.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":["string","null"]},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":["string","null"]},"logo":{"type":["string","null"]},"logoUri":{"type":["string","null"]},"logoFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"logoPath":{"readOnly":true,"type":"string"}},"required":["code","fullName","alpha2","alpha3","country"]},"Rentalunit":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"area":{"type":"string"},"rentPrice":{"type":"string"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","area","rentPrice","currency","address","immovable","building"]},"Rentalunit.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"area":{"type":"string"},"rentPrice":{"type":"string"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Rentalunit.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"area":{"type":"string"},"rentPrice":{"type":"string"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","area","rentPrice","currency","address","immovable","building"]}]},"Rentalunit.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":25,"type":"string"},"area":{"type":"string"},"rentPrice":{"type":"string"},"currency":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"manager":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"proprietary":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"activity":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovable":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"building":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["reference","area","rentPrice","currency","address","immovable","building"]},"Salesclerk":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itDealerApproved":{"type":"boolean"},"itSponsorApproved":{"type":"boolean"},"sponsor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["sponsor","dealer","center","regie","realm"]},"Salesclerk.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itDealerApproved":{"type":"boolean"},"itSponsorApproved":{"type":"boolean"},"sponsor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Salesclerk.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itDealerApproved":{"type":"boolean"},"itSponsorApproved":{"type":"boolean"},"sponsor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["sponsor","dealer","center","regie","realm"]}]},"Salesclerk.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itDealerApproved":{"type":"boolean"},"itSponsorApproved":{"type":"boolean"},"sponsor":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["sponsor","dealer","center","regie","realm"]},"Sector":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Sector.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Sector.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Sector.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"companies":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Street":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"description":{"type":["string","null"]},"range":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["fullName","category","range","township","city","region","country"]},"Street.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"description":{"type":["string","null"]},"range":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Street.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"description":{"type":["string","null"]},"range":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["fullName","category","range","township","city","region","country"]}]},"Street.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"description":{"type":["string","null"]},"range":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["fullName","category","range","township","city","region","country"]},"Taxpayer.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":100,"type":["string","null"]},"taxId":{"maxLength":15,"type":"string"},"itGpp":{"default":false,"type":"boolean"},"itGpm":{"default":false,"type":"boolean"},"itRealEstate":{"default":false,"type":"boolean"},"itCompany":{"default":false,"type":"boolean"},"itDefault":{"type":"boolean"},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"vehicles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dealers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerEmail":{"readOnly":true,"type":["string","null"]},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerLocation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerAvatar":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"jobtitles":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"sector":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"category":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}}}},"Taxpayer.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":100,"type":["string","null"]},"taxId":{"maxLength":15,"type":"string"},"itGpp":{"default":false,"type":"boolean"},"itGpm":{"default":false,"type":"boolean"},"itRealEstate":{"default":false,"type":"boolean"},"itCompany":{"default":false,"type":"boolean"},"itDefault":{"type":"boolean"},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"vehicles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dealers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerEmail":{"readOnly":true,"type":["string","null"]},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerLocation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerAvatar":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"jobtitles":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"sector":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"category":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}}},"required":["profile","realm","country","regie","region","city","township","center"]}]},"Taxpayer.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":100,"type":["string","null"]},"taxId":{"maxLength":15,"type":"string"},"itGpp":{"default":false,"type":"boolean"},"itGpm":{"default":false,"type":"boolean"},"itRealEstate":{"default":false,"type":"boolean"},"itCompany":{"default":false,"type":"boolean"},"itDefault":{"type":"boolean"},"agent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"vehicles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"activities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dealers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"payerProfile":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerEmail":{"readOnly":true,"type":["string","null"]},"payerPhone":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerLocation":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"payerAvatar":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"jobtitles":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"sector":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"category":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}}},"required":["profile","realm","country","regie","region","city","township","center"]},"Township":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","city","region","country"]},"Township.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Township.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","city","region","country"]}]},"Township.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["code","fullName","category","city","region","country"]},"Usage":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Usage.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Usage.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Usage.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"immovables":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Vehicle":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"registration":{"maxLength":25,"type":["string","null"]},"chassisNumber":{"maxLength":25,"type":"string"},"mfgYear":{"maxLength":4,"type":"string"},"circYear":{"maxLength":25,"type":"string"},"weight":{"type":"string"},"power":{"type":"integer"},"itDefault":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"driver":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"model":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"color":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fuel":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"vehicleDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"imagePath":{"readOnly":true,"type":"string"}},"required":["chassisNumber","mfgYear","circYear","weight","power","payer","mark","model","nature","calender","color","fuel","usage"]},"Vehicle.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"registration":{"maxLength":25,"type":["string","null"]},"chassisNumber":{"maxLength":25,"type":"string"},"mfgYear":{"maxLength":4,"type":"string"},"circYear":{"maxLength":25,"type":"string"},"weight":{"type":"string"},"power":{"type":"integer"},"itDefault":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"driver":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"model":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"color":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fuel":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"vehicleDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"imagePath":{"readOnly":true,"type":"string"}}},"Vehicle.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"registration":{"maxLength":25,"type":["string","null"]},"chassisNumber":{"maxLength":25,"type":"string"},"mfgYear":{"maxLength":4,"type":"string"},"circYear":{"maxLength":25,"type":"string"},"weight":{"type":"string"},"power":{"type":"integer"},"itDefault":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"driver":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"model":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"color":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fuel":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"vehicleDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"imagePath":{"readOnly":true,"type":"string"}},"required":["chassisNumber","mfgYear","circYear","weight","power","payer","mark","model","nature","calender","color","fuel","usage"]}]},"Vehicle.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"taxId":{"maxLength":15,"type":["string","null"]},"registration":{"maxLength":25,"type":["string","null"]},"chassisNumber":{"maxLength":25,"type":"string"},"mfgYear":{"maxLength":4,"type":"string"},"circYear":{"maxLength":25,"type":"string"},"weight":{"type":"string"},"power":{"type":"integer"},"itDefault":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"payer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"manager":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"driver":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"mark":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"model":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"calender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"color":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fuel":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"usage":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]},"vehicleDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"imagePath":{"readOnly":true,"type":"string"}},"required":["chassisNumber","mfgYear","circYear","weight","power","payer","mark","model","nature","calender","color","fuel","usage"]},"Vnature":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"calenders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Vnature.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"calenders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Vnature.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"calenders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Vnature.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"calenders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Vouchsafe":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"vouchsafe":{"enum":["VOUCH_TYPE_TAXES","VOUCH_TYPE_LANDER","VOUCH_TYPE_RENTER","VOUCH_TYPE_LESSOR","VOUCH_TYPE_VIGNETTE"],"type":"string"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["vouchsafe","dealer","center","regie","realm"]},"Vouchsafe.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"vouchsafe":{"enum":["VOUCH_TYPE_TAXES","VOUCH_TYPE_LANDER","VOUCH_TYPE_RENTER","VOUCH_TYPE_LESSOR","VOUCH_TYPE_VIGNETTE"],"type":"string"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Vouchsafe.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"vouchsafe":{"enum":["VOUCH_TYPE_TAXES","VOUCH_TYPE_LANDER","VOUCH_TYPE_RENTER","VOUCH_TYPE_LESSOR","VOUCH_TYPE_VIGNETTE"],"type":"string"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["vouchsafe","dealer","center","regie","realm"]}]},"Vouchsafe.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"vouchsafe":{"enum":["VOUCH_TYPE_TAXES","VOUCH_TYPE_LANDER","VOUCH_TYPE_RENTER","VOUCH_TYPE_LESSOR","VOUCH_TYPE_VIGNETTE"],"type":"string"},"dealer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"center":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"regie":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"realm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["vouchsafe","dealer","center","regie","realm"]},"Vusage":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Vusage.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Vusage.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Vusage.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Wording":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payeracts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]},"Wording.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payeracts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}}},"Wording.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payeracts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}]},"Wording.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"payeracts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"itLocked":{"default":false,"type":"boolean"},"itHidden":{"default":false,"type":"boolean"},"status":{"enum":[1,0,2,3,4,5,6,7,8,9,10,11,12,13],"type":"integer"},"details":{"type":["array","null"],"items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":["string","null"]}},"required":["headLine"]}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"JWT":[]}],"tags":[{"name":"Activity","description":"Resource 'Activity' operations."},{"name":"Dimension","description":"Resource 'Dimension' operations."},{"name":"Marketplace","description":"Resource 'Marketplace' operations."},{"name":"Payeract","description":"Resource 'Payeract' operations."},{"name":"Pretence","description":"Resource 'Pretence' operations."},{"name":"Wording","description":"Resource 'Wording' operations."},{"name":"Center","description":"Resource 'Center' operations."},{"name":"Config","description":"Resource 'Config' operations."},{"name":"Direction","description":"Resource 'Direction' operations."},{"name":"Office","description":"Resource 'Office' operations."},{"name":"Realm","description":"Resource 'Realm' operations."},{"name":"Regie","description":"Resource 'Regie' operations."},{"name":"Address","description":"Resource 'Address' operations."},{"name":"Building","description":"Resource 'Building' operations."},{"name":"Geomap","description":"Resource 'Geomap' operations."},{"name":"Immother","description":"Resource 'Immother' operations."},{"name":"Immovable","description":"Resource 'Immovable' operations."},{"name":"Indemnity","description":"Resource 'Indemnity' operations."},{"name":"Lease","description":"Resource 'Lease' operations."},{"name":"Natother","description":"Resource 'Natother' operations."},{"name":"Range","description":"Resource 'Range' operations."},{"name":"Rentalunit","description":"Resource 'Rentalunit' operations."},{"name":"Usage","description":"Resource 'Usage' operations."},{"name":"City","description":"Resource 'City' operations."},{"name":"Country","description":"Resource 'Country' operations."},{"name":"Quarter","description":"Resource 'Quarter' operations."},{"name":"Region","description":"Resource 'Region' operations."},{"name":"Street","description":"Resource 'Street' operations."},{"name":"Township","description":"Resource 'Township' operations."},{"name":"Fiscalyear","description":"Resource 'Fiscalyear' operations."},{"name":"Geodata","description":"Resource 'Geodata' operations."},{"name":"Identifier","description":"Resource 'Identifier' operations."},{"name":"Notification","description":"Resource 'Notification' operations."},{"name":"Agent","description":"Resource 'Agent' operations."},{"name":"Job","description":"Resource 'Job' operations."},{"name":"Manager","description":"Resource 'Manager' operations."},{"name":"Dealer","description":"Resource 'Dealer' operations."},{"name":"Salesclerk","description":"Resource 'Salesclerk' operations."},{"name":"Vouchsafe","description":"Resource 'Vouchsafe' operations."},{"name":"Affiliate","description":"Resource 'Affiliate' operations."},{"name":"Category","description":"Resource 'Category' operations."},{"name":"Company","description":"Resource 'Company' operations."},{"name":"Jobtitle","description":"Resource 'Jobtitle' operations."},{"name":"Location","description":"Resource 'Location' operations."},{"name":"Taxpayer","description":"Resource 'Taxpayer' operations."},{"name":"Person","description":"Resource 'Person' operations."},{"name":"Profile","description":"Resource 'Profile' operations."},{"name":"Sector","description":"Resource 'Sector' operations."},{"name":"Calender","description":"Resource 'Calender' operations."},{"name":"Color","description":"Resource 'Color' operations."},{"name":"Fuel","description":"Resource 'Fuel' operations."},{"name":"Mark","description":"Resource 'Mark' operations."},{"name":"Model","description":"Resource 'Model' operations."},{"name":"Vnature","description":"Resource 'Vnature' operations."},{"name":"Vusage","description":"Resource 'Vusage' operations."},{"name":"Vehicle","description":"Resource 'Vehicle' operations."}],"webhooks":{}}