openapi: 3.0.0 info: title: '' description: '' version: 0.0.0 servers: - url: / description: '' paths: /breeds: get: operationId: getRaceCollection tags: - Race responses: '200': description: Race collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Race.jsonld-breeds_get_species_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' summary: Retrieves the collection of Race resources. description: Retrieves the collection of Race resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /breeds/groups/search: post: operationId: searchSvGroupeRaceCollection tags: - SvGroupeRace responses: '200': description: SvGroupeRace resource created content: application/json: schema: $ref: '#/components/schemas/SvGroupeRace-breed_groups_search_post' application/ld+json: schema: $ref: '#/components/schemas/SvGroupeRace.jsonld-breed_groups_search_post' application/xml: schema: $ref: '#/components/schemas/SvGroupeRace-breed_groups_search_post' text/xml: schema: $ref: '#/components/schemas/SvGroupeRace-breed_groups_search_post' links: GetSvGroupeRaceItem: operationId: getSvGroupeRaceItem parameters: id: $response.body#/id description: The `id` value returned in the response can be used as the `id` parameter in `GET /sv_groupe_races/{id}`. '400': description: Invalid input '422': description: Unprocessable entity summary: Creates a SvGroupeRace resource. description: Creates a SvGroupeRace resource. parameters: [] requestBody: description: The new SvGroupeRace resource content: application/json: schema: $ref: '#/components/schemas/SvGroupeRace' application/ld+json: schema: $ref: '#/components/schemas/SvGroupeRace.jsonld' application/xml: schema: $ref: '#/components/schemas/SvGroupeRace' text/xml: schema: $ref: '#/components/schemas/SvGroupeRace' required: true deprecated: false parameters: [] /breeds/{id}: get: operationId: getRaceItem tags: - Race responses: '200': description: Race resource content: application/json: schema: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Race.jsonld-breeds_get_species_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' '404': description: Resource not found summary: Retrieves a Race resource. description: Retrieves a Race resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /civilities: get: operationId: getCiviliteCollection tags: - Civilite responses: '200': description: Civilite collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Civilite.jsonld-civilities_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' summary: Retrieves the collection of Civilite resources. description: Retrieves the collection of Civilite resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /civilities/{id}: get: operationId: getCiviliteItem tags: - Civilite responses: '200': description: Civilite resource content: application/json: schema: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Civilite.jsonld-civilities_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Civilite-civilities_get_translations_get' '404': description: Resource not found summary: Retrieves a Civilite resource. description: Retrieves a Civilite resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /claims/no-refund-reasons: get: operationId: getMotifNonRemboursementCollection tags: - MotifNonRemboursement responses: '200': description: MotifNonRemboursement collection content: application/json: schema: type: array items: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/MotifNonRemboursement.jsonld-claim_no_refund_reasons_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' summary: Retrieves the collection of MotifNonRemboursement resources. description: Retrieves the collection of MotifNonRemboursement resources. parameters: [] deprecated: false parameters: [] /claims/no-refund-reasons/{id}: get: operationId: getMotifNonRemboursementItem tags: - MotifNonRemboursement responses: '200': description: MotifNonRemboursement resource content: application/json: schema: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/MotifNonRemboursement.jsonld-claim_no_refund_reasons_get_translations_get' application/xml: schema: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' text/xml: schema: $ref: '#/components/schemas/MotifNonRemboursement-claim_no_refund_reasons_get_translations_get' '404': description: Resource not found summary: Retrieves a MotifNonRemboursement resource. description: Retrieves a MotifNonRemboursement resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /claims/return-reasons: get: operationId: getSinistreMotifRetourCollection tags: - SinistreMotifRetour responses: '200': description: SinistreMotifRetour collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SinistreMotifRetour.jsonld-claim_return_reason_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' summary: Retrieves the collection of SinistreMotifRetour resources. description: Retrieves the collection of SinistreMotifRetour resources. parameters: [] deprecated: false parameters: [] /claims/return-reasons/{id}: get: operationId: getSinistreMotifRetourItem tags: - SinistreMotifRetour responses: '200': description: SinistreMotifRetour resource content: application/json: schema: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/SinistreMotifRetour.jsonld-claim_return_reason_get_translations_get' application/xml: schema: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' text/xml: schema: $ref: '#/components/schemas/SinistreMotifRetour-claim_return_reason_get_translations_get' '404': description: Resource not found summary: Retrieves a SinistreMotifRetour resource. description: Retrieves a SinistreMotifRetour resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /claims/types: get: operationId: getTypeSinistreCollection tags: - TypeSinistre responses: '200': description: TypeSinistre collection content: application/json: schema: type: array items: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/TypeSinistre.jsonld-claim_types_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' summary: Retrieves the collection of TypeSinistre resources. description: Retrieves the collection of TypeSinistre resources. parameters: [] deprecated: false parameters: [] /claims/types/{id}: get: operationId: getTypeSinistreItem tags: - TypeSinistre responses: '200': description: TypeSinistre resource content: application/json: schema: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/TypeSinistre.jsonld-claim_types_get_translations_get' application/xml: schema: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' text/xml: schema: $ref: '#/components/schemas/TypeSinistre-claim_types_get_translations_get' '404': description: Resource not found summary: Retrieves a TypeSinistre resource. description: Retrieves a TypeSinistre resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /commercial-origins: get: operationId: getOrigineCommercialeCollection tags: - OrigineCommerciale responses: '200': description: OrigineCommerciale collection content: application/json: schema: type: array items: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/OrigineCommerciale.jsonld-commercial_origins_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' summary: Retrieves the collection of OrigineCommerciale resources. description: Retrieves the collection of OrigineCommerciale resources. parameters: [] deprecated: false parameters: [] /commercial-origins/{id}: get: operationId: getOrigineCommercialeItem tags: - OrigineCommerciale responses: '200': description: OrigineCommerciale resource content: application/json: schema: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/OrigineCommerciale.jsonld-commercial_origins_get_translations_get' application/xml: schema: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' text/xml: schema: $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' '404': description: Resource not found summary: Retrieves a OrigineCommerciale resource. description: Retrieves a OrigineCommerciale resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /commercial-origins/{id}/telephone-numbers: get: operationId: get_telephone_numbers_by_commercial_originSvMarqueTelCollection tags: - SvMarqueTel responses: '200': description: SvMarqueTel collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvMarqueTel.jsonld-brand_telephones_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' summary: Retrieves the collection of SvMarqueTel resources. description: Retrieves the collection of SvMarqueTel resources. parameters: [] deprecated: false parameters: [] /contracts/cancel-reasons: get: operationId: getContratRaisonAnnulationCollection tags: - ContratRaisonAnnulation responses: '200': description: ContratRaisonAnnulation collection content: application/json: schema: type: array items: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/ContratRaisonAnnulation.jsonld-contract_cancel_reasons_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' summary: Retrieves the collection of ContratRaisonAnnulation resources. description: Retrieves the collection of ContratRaisonAnnulation resources. parameters: [] deprecated: false parameters: [] /contracts/cancel-reasons/{id}: get: operationId: getContratRaisonAnnulationItem tags: - ContratRaisonAnnulation responses: '200': description: ContratRaisonAnnulation resource content: application/json: schema: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/ContratRaisonAnnulation.jsonld-contract_cancel_reasons_get_translations_get' application/xml: schema: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' text/xml: schema: $ref: '#/components/schemas/ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get' '404': description: Resource not found summary: Retrieves a ContratRaisonAnnulation resource. description: Retrieves a ContratRaisonAnnulation resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /countries: get: operationId: getPaysCollection tags: - Pays responses: '200': description: Pays collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Pays-countries_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Pays.jsonld-countries_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Pays-countries_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Pays-countries_get_translations_get' summary: Retrieves the collection of Pays resources. description: Retrieves the collection of Pays resources. parameters: - name: code in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: code[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: string style: form explode: true allowReserved: false deprecated: false parameters: [] /countries/{id}: get: operationId: getPaysItem tags: - Pays responses: '200': description: Pays resource content: application/json: schema: $ref: '#/components/schemas/Pays-countries_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Pays.jsonld-countries_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Pays-countries_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Pays-countries_get_translations_get' '404': description: Resource not found summary: Retrieves a Pays resource. description: Retrieves a Pays resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /insurances: get: operationId: getSvDefContratAssuranceCollection tags: - SvDefContratAssurance responses: '200': description: SvDefContratAssurance collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-insurances_get_options_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' summary: Retrieves the collection of SvDefContratAssurance resources. description: Retrieves the collection of SvDefContratAssurance resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /insurances/{id}: get: operationId: getSvDefContratAssuranceItem tags: - SvDefContratAssurance responses: '200': description: SvDefContratAssurance resource content: application/json: schema: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' application/ld+json: schema: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-insurances_get_options_get' application/xml: schema: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' text/xml: schema: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' '404': description: Resource not found summary: Retrieves a SvDefContratAssurance resource. description: Retrieves a SvDefContratAssurance resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /languages: get: operationId: getLangueCollection tags: - Langue responses: '200': description: Langue collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Langue-languages_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Langue.jsonld-languages_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Langue-languages_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Langue-languages_get_translations_get' summary: Retrieves the collection of Langue resources. description: Retrieves the collection of Langue resources. parameters: - name: code in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: code[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: string style: form explode: true allowReserved: false - name: locale in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: locale[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: string style: form explode: true allowReserved: false deprecated: false parameters: [] /languages/{id}: get: operationId: getLangueItem tags: - Langue responses: '200': description: Langue resource content: application/json: schema: $ref: '#/components/schemas/Langue-languages_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Langue.jsonld-languages_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Langue-languages_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Langue-languages_get_translations_get' '404': description: Resource not found summary: Retrieves a Langue resource. description: Retrieves a Langue resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /options: get: operationId: getSvDefOptionAppliqueeAuDefContratCollection tags: - SvDefOptionAppliqueeAuDefContrat responses: '200': description: SvDefOptionAppliqueeAuDefContrat collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld-options_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' summary: Retrieves the collection of SvDefOptionAppliqueeAuDefContrat resources. description: Retrieves the collection of SvDefOptionAppliqueeAuDefContrat resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /options/search: post: operationId: searchSvDefOptionAppliqueeAuDefContratCollection tags: - SvDefOptionAppliqueeAuDefContrat responses: '200': description: SvDefOptionAppliqueeAuDefContrat resource created content: application/json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' application/ld+json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld-options_get' application/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' text/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' links: GetSvDefOptionAppliqueeAuDefContratItem: operationId: getSvDefOptionAppliqueeAuDefContratItem parameters: id: $response.body#/id description: The `id` value returned in the response can be used as the `id` parameter in `GET /options/{id}`. '400': description: Invalid input '422': description: Unprocessable entity summary: Creates a SvDefOptionAppliqueeAuDefContrat resource. description: Creates a SvDefOptionAppliqueeAuDefContrat resource. parameters: [] requestBody: description: The new SvDefOptionAppliqueeAuDefContrat resource content: application/json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat' application/ld+json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld' application/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat' text/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat' required: true deprecated: false parameters: [] /options/types: get: operationId: getTypeOptionCollection tags: - TypeOption responses: '200': description: TypeOption collection content: application/json: schema: type: array items: $ref: '#/components/schemas/TypeOption-options_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/TypeOption.jsonld-options_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/TypeOption-options_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/TypeOption-options_get_translations_get' summary: Retrieves the collection of TypeOption resources. description: Retrieves the collection of TypeOption resources. parameters: [] deprecated: false parameters: [] /options/types/{id}: get: operationId: getTypeOptionItem tags: - TypeOption responses: '200': description: TypeOption resource content: application/json: schema: $ref: '#/components/schemas/TypeOption-options_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/TypeOption.jsonld-options_get_translations_get' application/xml: schema: $ref: '#/components/schemas/TypeOption-options_get_translations_get' text/xml: schema: $ref: '#/components/schemas/TypeOption-options_get_translations_get' '404': description: Resource not found summary: Retrieves a TypeOption resource. description: Retrieves a TypeOption resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /options/{id}: get: operationId: getSvDefOptionAppliqueeAuDefContratItem tags: - SvDefOptionAppliqueeAuDefContrat responses: '200': description: SvDefOptionAppliqueeAuDefContrat resource content: application/json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' application/ld+json: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld-options_get' application/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' text/xml: schema: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' '404': description: Resource not found summary: Retrieves a SvDefOptionAppliqueeAuDefContrat resource. description: Retrieves a SvDefOptionAppliqueeAuDefContrat resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /partners/official-identifier-types: get: operationId: getTypeIdentifiantOfficielPartenaireCollection tags: - TypeIdentifiantOfficielPartenaire responses: '200': description: TypeIdentifiantOfficielPartenaire collection content: application/json: schema: type: array items: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire.jsonld-partners_official_identifier_types_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' text/xml: schema: type: array items: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' summary: Retrieves the collection of TypeIdentifiantOfficielPartenaire resources. description: Retrieves the collection of TypeIdentifiantOfficielPartenaire resources. parameters: [] deprecated: false parameters: [] /partners/official-identifier-types/{id}: get: operationId: getTypeIdentifiantOfficielPartenaireItem tags: - TypeIdentifiantOfficielPartenaire responses: '200': description: TypeIdentifiantOfficielPartenaire resource content: application/json: schema: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' application/ld+json: schema: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire.jsonld-partners_official_identifier_types_get' application/xml: schema: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' text/xml: schema: $ref: '#/components/schemas/TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get' '404': description: Resource not found summary: Retrieves a TypeIdentifiantOfficielPartenaire resource. description: Retrieves a TypeIdentifiantOfficielPartenaire resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /partners/social-statuses: get: operationId: getStatutSocialPartenaireCollection tags: - StatutSocialPartenaire responses: '200': description: StatutSocialPartenaire collection content: application/json: schema: type: array items: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/StatutSocialPartenaire.jsonld-partners_social_statuses_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' text/xml: schema: type: array items: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' summary: Retrieves the collection of StatutSocialPartenaire resources. description: Retrieves the collection of StatutSocialPartenaire resources. parameters: [] deprecated: false parameters: [] /partners/social-statuses/{id}: get: operationId: getStatutSocialPartenaireItem tags: - StatutSocialPartenaire responses: '200': description: StatutSocialPartenaire resource content: application/json: schema: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' application/ld+json: schema: $ref: '#/components/schemas/StatutSocialPartenaire.jsonld-partners_social_statuses_get' application/xml: schema: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' text/xml: schema: $ref: '#/components/schemas/StatutSocialPartenaire-partners_social_statuses_get' '404': description: Resource not found summary: Retrieves a StatutSocialPartenaire resource. description: Retrieves a StatutSocialPartenaire resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /partners/types: get: operationId: getTypePartenaireCollection tags: - TypePartenaire responses: '200': description: TypePartenaire collection content: application/json: schema: type: array items: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/TypePartenaire.jsonld-partners_types_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' summary: Retrieves the collection of TypePartenaire resources. description: Retrieves the collection of TypePartenaire resources. parameters: [] deprecated: false parameters: [] /partners/types/{id}: get: operationId: getTypePartenaireItem tags: - TypePartenaire responses: '200': description: TypePartenaire resource content: application/json: schema: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/TypePartenaire.jsonld-partners_types_get_translations_get' application/xml: schema: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' text/xml: schema: $ref: '#/components/schemas/TypePartenaire-partners_types_get_translations_get' '404': description: Resource not found summary: Retrieves a TypePartenaire resource. description: Retrieves a TypePartenaire resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /payment-divisions: get: operationId: getFractionnementCollection tags: - Fractionnement responses: '200': description: Fractionnement collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Fractionnement.jsonld-payment_divisions_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' summary: Retrieves the collection of Fractionnement resources. description: Retrieves the collection of Fractionnement resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /payment-divisions/{id}: get: operationId: getFractionnementItem tags: - Fractionnement responses: '200': description: Fractionnement resource content: application/json: schema: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Fractionnement.jsonld-payment_divisions_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Fractionnement-payment_divisions_get_translations_get' '404': description: Resource not found summary: Retrieves a Fractionnement resource. description: Retrieves a Fractionnement resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /payment/period-reasons: get: operationId: getMotifPeriodeCollection tags: - MotifPeriode responses: '200': description: MotifPeriode collection content: application/json: schema: type: array items: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/MotifPeriode.jsonld-payment_period_reasons_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' summary: Retrieves the collection of MotifPeriode resources. description: Retrieves the collection of MotifPeriode resources. parameters: [] deprecated: false parameters: [] /payment/period-reasons/{id}: get: operationId: getMotifPeriodeItem tags: - MotifPeriode responses: '200': description: MotifPeriode resource content: application/json: schema: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/MotifPeriode.jsonld-payment_period_reasons_get_translations_get' application/xml: schema: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' text/xml: schema: $ref: '#/components/schemas/MotifPeriode-payment_period_reasons_get_translations_get' '404': description: Resource not found summary: Retrieves a MotifPeriode resource. description: Retrieves a MotifPeriode resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /payment/types: get: operationId: getTypeReglementCollection tags: - TypeReglement responses: '200': description: TypeReglement collection content: application/json: schema: type: array items: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/TypeReglement.jsonld-payment_types_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' summary: Retrieves the collection of TypeReglement resources. description: Retrieves the collection of TypeReglement resources. parameters: [] deprecated: false parameters: [] /payment/types/{id}: get: operationId: getTypeReglementItem tags: - TypeReglement responses: '200': description: TypeReglement resource content: application/json: schema: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/TypeReglement.jsonld-payment_types_get_translations_get' application/xml: schema: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' text/xml: schema: $ref: '#/components/schemas/TypeReglement-payment_types_get_translations_get' '404': description: Resource not found summary: Retrieves a TypeReglement resource. description: Retrieves a TypeReglement resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /primary-systems: get: operationId: getAppareilCollection tags: - Appareil responses: '200': description: Appareil collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Appareil.jsonld-primary_systems_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' summary: Retrieves the collection of Appareil resources. description: Retrieves the collection of Appareil resources. parameters: [] deprecated: false parameters: [] /primary-systems/{id}: get: operationId: getAppareilItem tags: - Appareil responses: '200': description: Appareil resource content: application/json: schema: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Appareil.jsonld-primary_systems_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Appareil-primary_systems_get_translations_get' '404': description: Resource not found summary: Retrieves a Appareil resource. description: Retrieves a Appareil resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /promotional-codes: get: operationId: getSvPromoCollection tags: - SvPromo responses: '200': description: SvPromo collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvPromo-promotional_codes_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvPromo.jsonld-promotional_codes_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvPromo-promotional_codes_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvPromo-promotional_codes_get' summary: Retrieves the collection of SvPromo resources. description: Retrieves the collection of SvPromo resources. parameters: - name: code in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: code[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: string style: form explode: true allowReserved: false - name: is_active in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: boolean style: form explode: false allowReserved: false - name: is_active[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: boolean style: form explode: true allowReserved: false - name: components.insurance in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: components.insurance[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: string style: form explode: true allowReserved: false - name: maximumAgeInMonth[between] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: maximumAgeInMonth[gt] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: maximumAgeInMonth[gte] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: maximumAgeInMonth[lt] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: maximumAgeInMonth[lte] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: maximumAgeInMonth[lten] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: start_date[before] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: start_date[strictly_before] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: start_date[after] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: start_date[strictly_after] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: end_date[before] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: end_date[strictly_before] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: end_date[after] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false - name: end_date[strictly_after] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: string style: form explode: false allowReserved: false deprecated: false parameters: [] /promotional-codes/{id}: get: operationId: getSvPromoItem tags: - SvPromo responses: '200': description: SvPromo resource content: application/json: schema: $ref: '#/components/schemas/SvPromo-promotional_codes_get' application/ld+json: schema: $ref: '#/components/schemas/SvPromo.jsonld-promotional_codes_get' application/xml: schema: $ref: '#/components/schemas/SvPromo-promotional_codes_get' text/xml: schema: $ref: '#/components/schemas/SvPromo-promotional_codes_get' '404': description: Resource not found summary: Retrieves a SvPromo resource. description: Retrieves a SvPromo resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /rates/search: post: operationId: searchSvTarifsContratCollection tags: - SvTarifsContrat responses: '200': description: SvTarifsContrat resource created content: application/json: schema: $ref: '#/components/schemas/SvTarifsContrat-rates_search_post' application/ld+json: schema: $ref: '#/components/schemas/SvTarifsContrat.jsonld-rates_search_post' application/xml: schema: $ref: '#/components/schemas/SvTarifsContrat-rates_search_post' text/xml: schema: $ref: '#/components/schemas/SvTarifsContrat-rates_search_post' links: GetSvTarifsContratItem: operationId: getSvTarifsContratItem parameters: id: $response.body#/id description: The `id` value returned in the response can be used as the `id` parameter in `GET /sv_tarifs_contrats/{id}`. '400': description: Invalid input '422': description: Unprocessable entity summary: Creates a SvTarifsContrat resource. description: Creates a SvTarifsContrat resource. parameters: [] requestBody: description: The new SvTarifsContrat resource content: application/json: schema: $ref: '#/components/schemas/SvTarifsContrat' application/ld+json: schema: $ref: '#/components/schemas/SvTarifsContrat.jsonld' application/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' text/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' required: true deprecated: false parameters: [] /referral-sources: get: operationId: getOrigineConnaissanceCollection tags: - OrigineConnaissance responses: '200': description: OrigineConnaissance collection content: application/json: schema: type: array items: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/OrigineConnaissance.jsonld-referral_sources_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' summary: Retrieves the collection of OrigineConnaissance resources. description: Retrieves the collection of OrigineConnaissance resources. parameters: [] deprecated: false parameters: [] /referral-sources/{id}: get: operationId: getOrigineConnaissanceItem tags: - OrigineConnaissance responses: '200': description: OrigineConnaissance resource content: application/json: schema: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/OrigineConnaissance.jsonld-referral_sources_get_translations_get' application/xml: schema: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' text/xml: schema: $ref: '#/components/schemas/OrigineConnaissance-referral_sources_get_translations_get' '404': description: Resource not found summary: Retrieves a OrigineConnaissance resource. description: Retrieves a OrigineConnaissance resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /species: get: operationId: getEspeceCollection tags: - Espece responses: '200': description: Espece collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Espece-species_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Espece.jsonld-species_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Espece-species_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Espece-species_get_translations_get' summary: Retrieves the collection of Espece resources. description: Retrieves the collection of Espece resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /species/{id}: get: operationId: getEspeceItem tags: - Espece responses: '200': description: Espece resource content: application/json: schema: $ref: '#/components/schemas/Espece-species_get_translations_get' application/ld+json: schema: $ref: '#/components/schemas/Espece.jsonld-species_get_translations_get' application/xml: schema: $ref: '#/components/schemas/Espece-species_get_translations_get' text/xml: schema: $ref: '#/components/schemas/Espece-species_get_translations_get' '404': description: Resource not found summary: Retrieves a Espece resource. description: Retrieves a Espece resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /species/{id}/breeds: get: operationId: get_species_breedsRaceCollection tags: - Race responses: '200': description: Race collection content: application/json: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/Race.jsonld-breeds_get_species_get_translations_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' text/xml: schema: type: array items: $ref: '#/components/schemas/Race-breeds_get_species_get_translations_get' summary: Retrieves the collection of Race resources. description: Retrieves the collection of Race resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /species/{id}/rates: get: operationId: get_rates_by_speciesSvDefContratAssuranceCollection tags: - SvDefContratAssurance responses: '200': description: SvDefContratAssurance collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-insurances_get_options_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' summary: Retrieves the collection of SvDefContratAssurance resources. description: Retrieves the collection of SvDefContratAssurance resources. parameters: - name: id in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: integer style: form explode: false allowReserved: false - name: id[] in: query description: '' required: false deprecated: false allowEmptyValue: true schema: type: array items: type: integer style: form explode: true allowReserved: false deprecated: false parameters: [] /sv_groupe_races/{id}: get: operationId: getSvGroupeRaceItem tags: - SvGroupeRace responses: '200': description: SvGroupeRace resource content: application/json: schema: $ref: '#/components/schemas/SvGroupeRace' application/ld+json: schema: $ref: '#/components/schemas/SvGroupeRace.jsonld' application/xml: schema: $ref: '#/components/schemas/SvGroupeRace' text/xml: schema: $ref: '#/components/schemas/SvGroupeRace' '404': description: Resource not found summary: Retrieves a SvGroupeRace resource. description: Retrieves a SvGroupeRace resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false put: operationId: putSvGroupeRaceItem tags: - SvGroupeRace responses: '200': description: SvGroupeRace resource updated content: application/json: schema: $ref: '#/components/schemas/SvGroupeRace' application/ld+json: schema: $ref: '#/components/schemas/SvGroupeRace.jsonld' application/xml: schema: $ref: '#/components/schemas/SvGroupeRace' text/xml: schema: $ref: '#/components/schemas/SvGroupeRace' links: GetSvGroupeRaceItem: operationId: getSvGroupeRaceItem parameters: id: $response.body#/id description: The `id` value returned in the response can be used as the `id` parameter in `GET /sv_groupe_races/{id}`. '400': description: Invalid input '422': description: Unprocessable entity '404': description: Resource not found summary: Replaces the SvGroupeRace resource. description: Replaces the SvGroupeRace resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false requestBody: description: The updated SvGroupeRace resource content: application/json: schema: $ref: '#/components/schemas/SvGroupeRace' application/ld+json: schema: $ref: '#/components/schemas/SvGroupeRace.jsonld' application/xml: schema: $ref: '#/components/schemas/SvGroupeRace' text/xml: schema: $ref: '#/components/schemas/SvGroupeRace' required: true deprecated: false delete: operationId: deleteSvGroupeRaceItem tags: - SvGroupeRace responses: '204': description: SvGroupeRace resource deleted '404': description: Resource not found summary: Removes the SvGroupeRace resource. description: Removes the SvGroupeRace resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /sv_tarifs_contrats/{id}: get: operationId: getSvTarifsContratItem tags: - SvTarifsContrat responses: '200': description: SvTarifsContrat resource content: application/json: schema: $ref: '#/components/schemas/SvTarifsContrat' application/ld+json: schema: $ref: '#/components/schemas/SvTarifsContrat.jsonld' application/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' text/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' '404': description: Resource not found summary: Retrieves a SvTarifsContrat resource. description: Retrieves a SvTarifsContrat resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false put: operationId: putSvTarifsContratItem tags: - SvTarifsContrat responses: '200': description: SvTarifsContrat resource updated content: application/json: schema: $ref: '#/components/schemas/SvTarifsContrat' application/ld+json: schema: $ref: '#/components/schemas/SvTarifsContrat.jsonld' application/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' text/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' links: GetSvTarifsContratItem: operationId: getSvTarifsContratItem parameters: id: $response.body#/id description: The `id` value returned in the response can be used as the `id` parameter in `GET /sv_tarifs_contrats/{id}`. '400': description: Invalid input '422': description: Unprocessable entity '404': description: Resource not found summary: Replaces the SvTarifsContrat resource. description: Replaces the SvTarifsContrat resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false requestBody: description: The updated SvTarifsContrat resource content: application/json: schema: $ref: '#/components/schemas/SvTarifsContrat' application/ld+json: schema: $ref: '#/components/schemas/SvTarifsContrat.jsonld' application/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' text/xml: schema: $ref: '#/components/schemas/SvTarifsContrat' required: true deprecated: false delete: operationId: deleteSvTarifsContratItem tags: - SvTarifsContrat responses: '204': description: SvTarifsContrat resource deleted '404': description: Resource not found summary: Removes the SvTarifsContrat resource. description: Removes the SvTarifsContrat resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] /telephone-numbers: get: operationId: getSvMarqueTelCollection tags: - SvMarqueTel responses: '200': description: SvMarqueTel collection content: application/json: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' application/ld+json: schema: type: object properties: hydra:member: type: array items: $ref: '#/components/schemas/SvMarqueTel.jsonld-brand_telephones_get' hydra:totalItems: type: integer minimum: 0 hydra:view: type: object properties: '@id': type: string format: iri-reference '@type': type: string hydra:first: type: string format: iri-reference hydra:last: type: string format: iri-reference hydra:previous: type: string format: iri-reference hydra:next: type: string format: iri-reference example: '@id': string type: string hydra:first: string hydra:last: string hydra:previous: string hydra:next: string hydra:search: type: object properties: '@type': type: string hydra:template: type: string hydra:variableRepresentation: type: string hydra:mapping: type: array items: type: object properties: '@type': type: string variable: type: string property: type: string nullable: true required: type: boolean required: - hydra:member application/xml: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' text/xml: schema: type: array items: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' summary: Retrieves the collection of SvMarqueTel resources. description: Retrieves the collection of SvMarqueTel resources. parameters: [] deprecated: false parameters: [] /telephone-numbers/{id}: get: operationId: getSvMarqueTelItem tags: - SvMarqueTel responses: '200': description: SvMarqueTel resource content: application/json: schema: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' application/ld+json: schema: $ref: '#/components/schemas/SvMarqueTel.jsonld-brand_telephones_get' application/xml: schema: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' text/xml: schema: $ref: '#/components/schemas/SvMarqueTel-brand_telephones_get' '404': description: Resource not found summary: Retrieves a SvMarqueTel resource. description: Retrieves a SvMarqueTel resource. parameters: - name: id in: path description: Resource identifier required: true deprecated: false allowEmptyValue: false schema: type: string style: simple explode: false allowReserved: false deprecated: false parameters: [] components: schemas: Appareil-primary_systems_get_translations_get: type: object description: Class Appareil properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-primary_systems_get_translations_get' nullable: true Appareil.jsonld-primary_systems_get_translations_get: type: object description: Class Appareil properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-primary_systems_get_translations_get' nullable: true Civilite-civilities_get_translations_get: type: object description: Class Civilite properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-civilities_get_translations_get' nullable: true Civilite.jsonld-civilities_get_translations_get: type: object description: Class Civilite properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-civilities_get_translations_get' nullable: true ContratRaisonAnnulation-contract_cancel_reasons_get_translations_get: type: object description: Class ContratRaisonAnnulation properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-contract_cancel_reasons_get_translations_get' nullable: true ContratRaisonAnnulation.jsonld-contract_cancel_reasons_get_translations_get: type: object description: Class ContratRaisonAnnulation properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-contract_cancel_reasons_get_translations_get' nullable: true DefContratAssuranceType: type: object description: '' properties: id: readOnly: true type: integer type_contrat: type: string DefContratAssuranceType.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer type_contrat: type: string Espece-breeds_get_species_get_translations_get: type: object description: Class Espece properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-breeds_get_species_get_translations_get' nullable: true Espece-species_get_translations_get: type: object description: Class Espece properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-species_get_translations_get' nullable: true Espece.jsonld-breeds_get_species_get_translations_get: type: object description: Class Espece properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-breeds_get_species_get_translations_get' nullable: true Espece.jsonld-species_get_translations_get: type: object description: Class Espece properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-species_get_translations_get' nullable: true Fractionnement-payment_divisions_get_translations_get: type: object description: Fractionnement properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-payment_divisions_get_translations_get' nullable: true months: type: integer Fractionnement.jsonld-payment_divisions_get_translations_get: type: object description: Fractionnement properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-payment_divisions_get_translations_get' nullable: true months: type: integer Langue-languages_get_translations_get: type: object description: Class Langue properties: id: readOnly: true type: integer name: type: string code: type: string locale: type: string Langue.jsonld-languages_get_translations_get: type: object description: Class Langue properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string code: type: string locale: type: string MotifNonRemboursement-claim_no_refund_reasons_get_translations_get: type: object description: Class MotifNonRemboursement properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-claim_no_refund_reasons_get_translations_get' nullable: true MotifNonRemboursement.jsonld-claim_no_refund_reasons_get_translations_get: type: object description: Class MotifNonRemboursement properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-claim_no_refund_reasons_get_translations_get' nullable: true MotifPeriode-payment_period_reasons_get_translations_get: type: object description: Motif periode properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-payment_period_reasons_get_translations_get' nullable: true MotifPeriode.jsonld-payment_period_reasons_get_translations_get: type: object description: Motif periode properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-payment_period_reasons_get_translations_get' nullable: true OrigineCommerciale-commercial_origins_get_translations_get: type: object description: Class OrigineCommerciale properties: id: readOnly: true type: integer name: type: string parent: anyOf: - $ref: '#/components/schemas/OrigineCommerciale-commercial_origins_get_translations_get' nullable: true OrigineCommerciale.jsonld-commercial_origins_get_translations_get: type: object description: Class OrigineCommerciale properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string parent: anyOf: - $ref: '#/components/schemas/OrigineCommerciale.jsonld-commercial_origins_get_translations_get' nullable: true OrigineConnaissance-referral_sources_get_translations_get: type: object description: Class OrigineConnaissance properties: id: readOnly: true type: integer name: type: string nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-referral_sources_get_translations_get' nullable: true referral_source_group: anyOf: - $ref: '#/components/schemas/OrigineConnaissanceGroupe-referral_sources_get_translations_get' nullable: true OrigineConnaissance.jsonld-referral_sources_get_translations_get: type: object description: Class OrigineConnaissance properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-referral_sources_get_translations_get' nullable: true referral_source_group: anyOf: - $ref: '#/components/schemas/OrigineConnaissanceGroupe.jsonld-referral_sources_get_translations_get' nullable: true OrigineConnaissanceGroupe-referral_sources_get_translations_get: type: object description: '' properties: id: readOnly: true type: integer name: type: string nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-referral_sources_get_translations_get' nullable: true order: type: integer OrigineConnaissanceGroupe.jsonld-referral_sources_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-referral_sources_get_translations_get' nullable: true order: type: integer OrigineConnaissanceMarque: type: object description: '' properties: id: readOnly: true type: integer ordre: readOnly: true type: integer nullable: true ref_id_origine_connaissance: readOnly: true type: string format: iri-reference ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' OrigineConnaissanceMarque.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer ordre: readOnly: true type: integer nullable: true ref_id_origine_connaissance: readOnly: true type: string format: iri-reference ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' Pays-countries_get_translations_get: type: object description: Pays properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-countries_get_translations_get' nullable: true code: type: string nullable: true Pays.jsonld-countries_get_translations_get: type: object description: Pays properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-countries_get_translations_get' nullable: true code: type: string nullable: true QuittanceLigneType: type: object description: '' properties: id: readOnly: true type: integer nom: readOnly: true type: string ordre: readOnly: true type: integer taxe_sante: readOnly: true type: boolean taux_tva: readOnly: true type: string commission_applicable: readOnly: true type: boolean est_remboursable: readOnly: true type: boolean est_remboursable_force: readOnly: true type: boolean a_conserver_en_recalcul: readOnly: true type: boolean prise_en_compte_plus_ou_moins_percu: readOnly: true type: boolean priorite_remboursement: readOnly: true type: boolean est_fractionnable: readOnly: true type: boolean ref_id_valeur_champ: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp' nullable: true type_quittances: readOnly: true type: array items: $ref: '#/components/schemas/SvDefOption' QuittanceLigneType.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer nom: readOnly: true type: string ordre: readOnly: true type: integer taxe_sante: readOnly: true type: boolean taux_tva: readOnly: true type: string commission_applicable: readOnly: true type: boolean est_remboursable: readOnly: true type: boolean est_remboursable_force: readOnly: true type: boolean a_conserver_en_recalcul: readOnly: true type: boolean prise_en_compte_plus_ou_moins_percu: readOnly: true type: boolean priorite_remboursement: readOnly: true type: boolean est_fractionnable: readOnly: true type: boolean ref_id_valeur_champ: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld' nullable: true type_quittances: readOnly: true type: array items: $ref: '#/components/schemas/SvDefOption.jsonld' Race-breeds_get_species_get_translations_get: type: object description: Class Race properties: id: readOnly: true type: integer name: type: string species: $ref: '#/components/schemas/Espece-breeds_get_species_get_translations_get' alimentation_group_id: type: integer nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-breeds_get_species_get_translations_get' nullable: true Race.jsonld-breeds_get_species_get_translations_get: type: object description: Class Race properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string species: $ref: '#/components/schemas/Espece.jsonld-breeds_get_species_get_translations_get' alimentation_group_id: type: integer nullable: true translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-breeds_get_species_get_translations_get' nullable: true SinistreMotifRetour-claim_return_reason_get_translations_get: type: object description: Class SinistreMotifRetour properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-claim_return_reason_get_translations_get' nullable: true SinistreMotifRetour.jsonld-claim_return_reason_get_translations_get: type: object description: Class SinistreMotifRetour properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-claim_return_reason_get_translations_get' nullable: true StatutSocialPartenaire-partners_social_statuses_get: type: object description: Class StatutSocialPartenaire properties: id: readOnly: true type: integer name: type: string StatutSocialPartenaire.jsonld-partners_social_statuses_get: type: object description: Class StatutSocialPartenaire properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string SvDefContratAssurance: type: object description: SvDefContratAssurance properties: id: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number excess: type: string annual_excess: type: number illness_waiting_period: type: integer accident_waiting_period: type: integer vaccination_waiting_period: type: integer surgery_waiting_period: type: integer annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true doghouse_annual_upper_limit: type: string prevention_annual_upper_limit: type: number application_fee: type: number illness_acceptance: type: boolean accident_acceptance: type: boolean prevention_pack_acceptance: type: boolean vaccination_acceptance: type: boolean death_acceptance: type: boolean surgery_acceptance: type: boolean is_freemium: type: boolean death_compensation_amount: type: number end_of_life_compensation_amount: type: number display_order: type: integer nullable: true color_code: type: string nullable: true ref_type_contrat: writeOnly: true anyOf: - $ref: '#/components/schemas/DefContratAssuranceType' nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat' sold_by: writeOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar' SvDefContratAssurance-insurances_get_options_get: type: object description: SvDefContratAssurance properties: id: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number excess: type: string annual_excess: type: number illness_waiting_period: type: integer accident_waiting_period: type: integer vaccination_waiting_period: type: integer surgery_waiting_period: type: integer annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true doghouse_annual_upper_limit: type: string prevention_annual_upper_limit: type: number application_fee: type: number illness_acceptance: type: boolean accident_acceptance: type: boolean prevention_pack_acceptance: type: boolean vaccination_acceptance: type: boolean death_acceptance: type: boolean surgery_acceptance: type: boolean is_freemium: type: boolean death_compensation_amount: type: number end_of_life_compensation_amount: type: number display_order: type: integer nullable: true color_code: type: string nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-insurances_get_options_get' SvDefContratAssurance-options_get: type: object description: SvDefContratAssurance properties: id: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number annual_excess: type: number annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true prevention_annual_upper_limit: type: number application_fee: type: number death_compensation_amount: type: number end_of_life_compensation_amount: type: number color_code: type: string nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat-options_get' SvDefContratAssurance-rates_search_post: type: object description: SvDefContratAssurance properties: id: readOnly: true type: integer name: type: string application_fee: type: number is_freemium: type: boolean sold_by: type: array items: $ref: '#/components/schemas/SvFormuleVenduePar-rates_search_post' SvDefContratAssurance.jsonld: type: object description: SvDefContratAssurance properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number excess: type: string annual_excess: type: number illness_waiting_period: type: integer accident_waiting_period: type: integer vaccination_waiting_period: type: integer surgery_waiting_period: type: integer annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true doghouse_annual_upper_limit: type: string prevention_annual_upper_limit: type: number application_fee: type: number illness_acceptance: type: boolean accident_acceptance: type: boolean prevention_pack_acceptance: type: boolean vaccination_acceptance: type: boolean death_acceptance: type: boolean surgery_acceptance: type: boolean is_freemium: type: boolean death_compensation_amount: type: number end_of_life_compensation_amount: type: number display_order: type: integer nullable: true color_code: type: string nullable: true ref_type_contrat: writeOnly: true anyOf: - $ref: '#/components/schemas/DefContratAssuranceType.jsonld' nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld' sold_by: writeOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar.jsonld' SvDefContratAssurance.jsonld-insurances_get_options_get: type: object description: SvDefContratAssurance properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number excess: type: string annual_excess: type: number illness_waiting_period: type: integer accident_waiting_period: type: integer vaccination_waiting_period: type: integer surgery_waiting_period: type: integer annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true doghouse_annual_upper_limit: type: string prevention_annual_upper_limit: type: number application_fee: type: number illness_acceptance: type: boolean accident_acceptance: type: boolean prevention_pack_acceptance: type: boolean vaccination_acceptance: type: boolean death_acceptance: type: boolean surgery_acceptance: type: boolean is_freemium: type: boolean death_compensation_amount: type: number end_of_life_compensation_amount: type: number display_order: type: integer nullable: true color_code: type: string nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld-insurances_get_options_get' SvDefContratAssurance.jsonld-options_get: type: object description: SvDefContratAssurance properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string contract_duration: type: integer nullable: true support_rate: type: number annual_excess: type: number annual_upper_limit: type: number nullable: true accident_annual_upper_limit: type: number nullable: true illness_annual_upper_limit: type: number nullable: true prevention_annual_upper_limit: type: number application_fee: type: number death_compensation_amount: type: number end_of_life_compensation_amount: type: number color_code: type: string nullable: true def_options_appliquee_aux_def_contrats: type: array items: $ref: '#/components/schemas/SvDefOptionAppliqueeAuDefContrat.jsonld-options_get' SvDefContratAssurance.jsonld-rates_search_post: type: object description: SvDefContratAssurance properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string application_fee: type: number is_freemium: type: boolean sold_by: type: array items: $ref: '#/components/schemas/SvFormuleVenduePar.jsonld-rates_search_post' SvDefOption: type: object description: '' properties: id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true valeur_commerciale_ajoutee: readOnly: true type: string type_option: type: string format: iri-reference nullable: true ref_id_quittance_ligne_type: readOnly: true anyOf: - $ref: '#/components/schemas/QuittanceLigneType' nullable: true def_options_appliquee_aux_def_contrats: readOnly: true type: array items: type: string format: iri-reference ref_formule_vendue_par: readOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar' SvDefOption-insurances_get_options_get: type: object description: '' properties: id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true type_option: anyOf: - $ref: '#/components/schemas/TypeOption-insurances_get_options_get' nullable: true SvDefOption-options_get: type: object description: '' properties: id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true type_option: anyOf: - $ref: '#/components/schemas/TypeOption-options_get' nullable: true SvDefOption.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true valeur_commerciale_ajoutee: readOnly: true type: string type_option: type: string format: iri-reference nullable: true ref_id_quittance_ligne_type: readOnly: true anyOf: - $ref: '#/components/schemas/QuittanceLigneType.jsonld' nullable: true def_options_appliquee_aux_def_contrats: readOnly: true type: array items: type: string format: iri-reference ref_formule_vendue_par: readOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar.jsonld' SvDefOption.jsonld-insurances_get_options_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true type_option: anyOf: - $ref: '#/components/schemas/TypeOption.jsonld-insurances_get_options_get' nullable: true SvDefOption.jsonld-options_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string display_order: type: integer nullable: true type_option: anyOf: - $ref: '#/components/schemas/TypeOption.jsonld-options_get' nullable: true SvDefOptionAppliqueeAuDefContrat: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption' rate: $ref: '#/components/schemas/SvDefContratAssurance' SvDefOptionAppliqueeAuDefContrat-insurances_get_options_get: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption-insurances_get_options_get' rate: $ref: '#/components/schemas/SvDefContratAssurance-insurances_get_options_get' SvDefOptionAppliqueeAuDefContrat-options_get: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption-options_get' rate: $ref: '#/components/schemas/SvDefContratAssurance-options_get' SvDefOptionAppliqueeAuDefContrat.jsonld: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption.jsonld' rate: $ref: '#/components/schemas/SvDefContratAssurance.jsonld' SvDefOptionAppliqueeAuDefContrat.jsonld-insurances_get_options_get: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption.jsonld-insurances_get_options_get' rate: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-insurances_get_options_get' SvDefOptionAppliqueeAuDefContrat.jsonld-options_get: type: object description: Class SvDefOptionAppliqueeAuDefContrat properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer amount: type: number additional_annual_upper_limit: type: number nullable: true required: type: boolean excluded_options: type: string nullable: true option: $ref: '#/components/schemas/SvDefOption.jsonld-options_get' rate: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-options_get' SvDefPromoComposant-promotional_codes_get: type: object description: '' properties: id: readOnly: true type: integer nom: type: string nom_table_composant: type: string ref_id_valeur_champ_nom: anyOf: - $ref: '#/components/schemas/ValeurChamp-promotional_codes_get' nullable: true SvDefPromoComposant.jsonld-promotional_codes_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer nom: type: string nom_table_composant: type: string ref_id_valeur_champ_nom: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-promotional_codes_get' nullable: true SvFormuleVenduePar: type: object description: '' properties: id: readOnly: true type: integer is_optional: type: boolean nullable: true date_debut: readOnly: true type: string format: date-time date_fin: readOnly: true type: string format: date-time nullable: true ref_id_def_contrat_assurance: readOnly: true type: string format: iri-reference ref_id_origine_commerciale: readOnly: true type: string format: iri-reference nullable: true ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' ref_id_gamme: readOnly: true type: integer nullable: true sv_def_options: readOnly: true type: array items: $ref: '#/components/schemas/SvDefOption' SvFormuleVenduePar-rates_search_post: type: object description: '' properties: is_optional: type: boolean nullable: true SvFormuleVenduePar.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer is_optional: type: boolean nullable: true date_debut: readOnly: true type: string format: date-time date_fin: readOnly: true type: string format: date-time nullable: true ref_id_def_contrat_assurance: readOnly: true type: string format: iri-reference ref_id_origine_commerciale: readOnly: true type: string format: iri-reference nullable: true ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' ref_id_gamme: readOnly: true type: integer nullable: true sv_def_options: readOnly: true type: array items: $ref: '#/components/schemas/SvDefOption.jsonld' SvFormuleVenduePar.jsonld-rates_search_post: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string is_optional: type: boolean nullable: true SvGroupeCodePostal: type: object description: '' properties: id: readOnly: true type: integer nom: readOnly: true type: string nullable: true sv_groupes_codes_postaux_departements: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeCodePostalDepartement' sv_groupes_marques_codes_postaux: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeMarqueCodePostal' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference SvGroupeCodePostal.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer nom: readOnly: true type: string nullable: true sv_groupes_codes_postaux_departements: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeCodePostalDepartement.jsonld' sv_groupes_marques_codes_postaux: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeMarqueCodePostal.jsonld' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference SvGroupeCodePostalDepartement: type: object description: '' properties: id: readOnly: true type: integer numero_dept: readOnly: true type: string ref_id_pays: readOnly: true type: integer ref_id_groupe_code_postal: readOnly: true $ref: '#/components/schemas/SvGroupeCodePostal' SvGroupeCodePostalDepartement.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer numero_dept: readOnly: true type: string ref_id_pays: readOnly: true type: integer ref_id_groupe_code_postal: readOnly: true $ref: '#/components/schemas/SvGroupeCodePostal.jsonld' SvGroupeMarqueCodePostal: type: object description: '' properties: code_postal: readOnly: true type: string ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' ref_id_groupe_code_postal: readOnly: true $ref: '#/components/schemas/SvGroupeCodePostal' SvGroupeMarqueCodePostal.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string code_postal: readOnly: true type: string ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' ref_id_groupe_code_postal: readOnly: true $ref: '#/components/schemas/SvGroupeCodePostal.jsonld' SvGroupeRace: type: object description: Class SvGroupeRace properties: id: readOnly: true type: integer name: type: string nullable: true sv_groupes_races_marques: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeRaceMarque' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference SvGroupeRace-breed_groups_search_post: type: object description: Class SvGroupeRace properties: id: readOnly: true type: integer name: type: string nullable: true SvGroupeRace.jsonld: type: object description: Class SvGroupeRace properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string nullable: true sv_groupes_races_marques: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeRaceMarque.jsonld' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference SvGroupeRace.jsonld-breed_groups_search_post: type: object description: Class SvGroupeRace properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string nullable: true SvGroupeRaceMarque: type: object description: '' properties: ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' ref_id_groupe_race: readOnly: true type: string format: iri-reference nullable: true ref_id_race: readOnly: true type: string format: iri-reference SvGroupeRaceMarque.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' ref_id_groupe_race: readOnly: true type: string format: iri-reference nullable: true ref_id_race: readOnly: true type: string format: iri-reference SvMarque: type: object description: '' properties: id: readOnly: true type: integer nom: readOnly: true type: string nom_abrege: readOnly: true type: string tag: readOnly: true type: string nullable: true nom_edition: readOnly: true type: string logo: readOnly: true type: string accepter_promo: readOnly: true type: boolean accepter_rc: readOnly: true type: boolean accepter_parrainage: readOnly: true type: boolean accepter_animal_croise: readOnly: true type: boolean ident_animal_obligatoire: readOnly: true type: boolean nullable: true accepter_date_effet_anterieur: readOnly: true type: boolean nullable: true acces_ecarnet: readOnly: true type: boolean utiliser_nom_marital: readOnly: true type: boolean nullable: true possede_centres: readOnly: true type: boolean nullable: true a_apporteur_affaire: readOnly: true type: boolean accepter_option: readOnly: true type: boolean taux_comm_annee1: readOnly: true type: string taux_comm_annee2: readOnly: true type: string site_web: readOnly: true type: string email_emetteur: readOnly: true type: string telephone: readOnly: true type: string telephone_commercial: readOnly: true type: string nullable: true a_telephone_payant: readOnly: true type: boolean adresse1: readOnly: true type: string adresse2: readOnly: true type: string nullable: true cp: readOnly: true type: string ville: readOnly: true type: string cedex: readOnly: true type: string nullable: true couleur_hex_theme: readOnly: true type: string couleur_hex_main: readOnly: true type: string couleur_hex_main_fonce: readOnly: true type: string autoriser_devis: readOnly: true type: boolean autoriser_devis_online: readOnly: true type: boolean est_actif: readOnly: true type: boolean sms_from: readOnly: true type: string nullable: true sms_est_actif: readOnly: true type: boolean nullable: true url_devis_online: readOnly: true type: string nullable: true has_extra_fields: readOnly: true type: boolean nullable: true url_tracking_campagne: readOnly: true type: string nullable: true accepte_signature_electronique: readOnly: true type: boolean nullable: true url_redirection_signature_electronique: readOnly: true type: string nullable: true contrat_est_generer_en_agence: readOnly: true type: boolean nullable: true email_obligatoire: readOnly: true type: boolean nullable: true origines_commerciales: readOnly: true type: array items: type: string format: iri-reference ref_origine_connaissance_marques: readOnly: true type: array items: $ref: '#/components/schemas/OrigineConnaissanceMarque' sv_formules_vendues_par: readOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar' sv_marque_pays: readOnly: true type: array items: $ref: '#/components/schemas/SvMarquePays' sv_groupes_marques_codes_postaux: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeMarqueCodePostal' sv_groupes_races_marques: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeRaceMarque' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference ref_langues: readOnly: true type: array items: type: string format: iri-reference SvMarque.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer nom: readOnly: true type: string nom_abrege: readOnly: true type: string tag: readOnly: true type: string nullable: true nom_edition: readOnly: true type: string logo: readOnly: true type: string accepter_promo: readOnly: true type: boolean accepter_rc: readOnly: true type: boolean accepter_parrainage: readOnly: true type: boolean accepter_animal_croise: readOnly: true type: boolean ident_animal_obligatoire: readOnly: true type: boolean nullable: true accepter_date_effet_anterieur: readOnly: true type: boolean nullable: true acces_ecarnet: readOnly: true type: boolean utiliser_nom_marital: readOnly: true type: boolean nullable: true possede_centres: readOnly: true type: boolean nullable: true a_apporteur_affaire: readOnly: true type: boolean accepter_option: readOnly: true type: boolean taux_comm_annee1: readOnly: true type: string taux_comm_annee2: readOnly: true type: string site_web: readOnly: true type: string email_emetteur: readOnly: true type: string telephone: readOnly: true type: string telephone_commercial: readOnly: true type: string nullable: true a_telephone_payant: readOnly: true type: boolean adresse1: readOnly: true type: string adresse2: readOnly: true type: string nullable: true cp: readOnly: true type: string ville: readOnly: true type: string cedex: readOnly: true type: string nullable: true couleur_hex_theme: readOnly: true type: string couleur_hex_main: readOnly: true type: string couleur_hex_main_fonce: readOnly: true type: string autoriser_devis: readOnly: true type: boolean autoriser_devis_online: readOnly: true type: boolean est_actif: readOnly: true type: boolean sms_from: readOnly: true type: string nullable: true sms_est_actif: readOnly: true type: boolean nullable: true url_devis_online: readOnly: true type: string nullable: true has_extra_fields: readOnly: true type: boolean nullable: true url_tracking_campagne: readOnly: true type: string nullable: true accepte_signature_electronique: readOnly: true type: boolean nullable: true url_redirection_signature_electronique: readOnly: true type: string nullable: true contrat_est_generer_en_agence: readOnly: true type: boolean nullable: true email_obligatoire: readOnly: true type: boolean nullable: true origines_commerciales: readOnly: true type: array items: type: string format: iri-reference ref_origine_connaissance_marques: readOnly: true type: array items: $ref: '#/components/schemas/OrigineConnaissanceMarque.jsonld' sv_formules_vendues_par: readOnly: true type: array items: $ref: '#/components/schemas/SvFormuleVenduePar.jsonld' sv_marque_pays: readOnly: true type: array items: $ref: '#/components/schemas/SvMarquePays.jsonld' sv_groupes_marques_codes_postaux: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeMarqueCodePostal.jsonld' sv_groupes_races_marques: readOnly: true type: array items: $ref: '#/components/schemas/SvGroupeRaceMarque.jsonld' sv_tarifs_contrats: readOnly: true type: array items: type: string format: iri-reference ref_langues: readOnly: true type: array items: type: string format: iri-reference SvMarquePays: type: object description: '' properties: id: readOnly: true type: integer ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' ref_id_pays: readOnly: true type: integer SvMarquePays.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' ref_id_pays: readOnly: true type: integer SvMarqueTel-brand_telephones_get: type: object description: SvMarqueTel properties: id: readOnly: true type: integer telephone_number: type: string SvMarqueTel.jsonld-brand_telephones_get: type: object description: SvMarqueTel properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer telephone_number: type: string SvPromo-promotional_codes_get: type: object description: Class SvPromo properties: id: readOnly: true type: integer code: type: string nullable: true description: type: string nullable: true is_active: type: boolean nullable: true start_date: type: string format: date-time nullable: true end_date: type: string format: date-time nullable: true maximum_age_in_month: type: integer nullable: true components: type: array items: $ref: '#/components/schemas/SvPromoComposant-promotional_codes_get' SvPromo.jsonld-promotional_codes_get: type: object description: Class SvPromo properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer code: type: string nullable: true description: type: string nullable: true is_active: type: boolean nullable: true start_date: type: string format: date-time nullable: true end_date: type: string format: date-time nullable: true maximum_age_in_month: type: integer nullable: true components: type: array items: $ref: '#/components/schemas/SvPromoComposant.jsonld-promotional_codes_get' SvPromoComposant-promotional_codes_get: type: object description: '' properties: id: readOnly: true type: integer quantite: type: string ref_id_def_promo_composant: $ref: '#/components/schemas/SvDefPromoComposant-promotional_codes_get' SvPromoComposant.jsonld-promotional_codes_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer quantite: type: string ref_id_def_promo_composant: $ref: '#/components/schemas/SvDefPromoComposant.jsonld-promotional_codes_get' SvTarifsContrat: type: object description: Class SvTarifsContrat properties: id: readOnly: true type: integer age_min_en_mois: readOnly: true type: integer nullable: true age_max_en_mois: readOnly: true type: integer nullable: true amount: type: number maximum_amount: type: number ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque' rate: type: string format: iri-reference ref_id_groupe_race: readOnly: true type: string format: iri-reference ref_id_groupe_code_postal: readOnly: true anyOf: - $ref: '#/components/schemas/SvGroupeCodePostal' nullable: true SvTarifsContrat-rates_search_post: type: object description: Class SvTarifsContrat properties: id: readOnly: true type: integer amount: type: number rate: $ref: '#/components/schemas/SvDefContratAssurance-rates_search_post' SvTarifsContrat.jsonld: type: object description: Class SvTarifsContrat properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer age_min_en_mois: readOnly: true type: integer nullable: true age_max_en_mois: readOnly: true type: integer nullable: true amount: type: number maximum_amount: type: number ref_id_marque: readOnly: true $ref: '#/components/schemas/SvMarque.jsonld' rate: type: string format: iri-reference ref_id_groupe_race: readOnly: true type: string format: iri-reference ref_id_groupe_code_postal: readOnly: true anyOf: - $ref: '#/components/schemas/SvGroupeCodePostal.jsonld' nullable: true SvTarifsContrat.jsonld-rates_search_post: type: object description: Class SvTarifsContrat properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer amount: type: number rate: $ref: '#/components/schemas/SvDefContratAssurance.jsonld-rates_search_post' TypeIdentifiantOfficielPartenaire-partners_official_identifier_types_get: type: object description: Class TypeIdentifiantOfficielPartenaire properties: id: readOnly: true type: integer name: type: string TypeIdentifiantOfficielPartenaire.jsonld-partners_official_identifier_types_get: type: object description: Class TypeIdentifiantOfficielPartenaire properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string TypeOption-insurances_get_options_get: type: object description: Class TypeOption properties: id: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp-insurances_get_options_get' nullable: true TypeOption-options_get: type: object description: Class TypeOption properties: id: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp-options_get' nullable: true TypeOption-options_get_translations_get: type: object description: Class TypeOption properties: id: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp-options_get_translations_get' nullable: true TypeOption.jsonld-insurances_get_options_get: type: object description: Class TypeOption properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-insurances_get_options_get' nullable: true TypeOption.jsonld-options_get: type: object description: Class TypeOption properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-options_get' nullable: true TypeOption.jsonld-options_get_translations_get: type: object description: Class TypeOption properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: readOnly: true anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-options_get_translations_get' nullable: true TypePartenaire-partners_types_get_translations_get: type: object description: Class TypePartenaire properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-partners_types_get_translations_get' nullable: true TypePartenaire.jsonld-partners_types_get_translations_get: type: object description: Class TypePartenaire properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-partners_types_get_translations_get' nullable: true TypeReglement-payment_types_get_translations_get: type: object description: Class TypeReglement properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-payment_types_get_translations_get' nullable: true TypeReglement.jsonld-payment_types_get_translations_get: type: object description: Class TypeReglement properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-payment_types_get_translations_get' nullable: true TypeSinistre-claim_types_get_translations_get: type: object description: Class TypeSinistre properties: id: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp-claim_types_get_translations_get' nullable: true TypeSinistre.jsonld-claim_types_get_translations_get: type: object description: Class TypeSinistre properties: '@id': readOnly: true type: string '@type': readOnly: true type: string '@context': readOnly: true 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: readOnly: true type: integer name: type: string translations: anyOf: - $ref: '#/components/schemas/ValeurChamp.jsonld-claim_types_get_translations_get' nullable: true ValeurChamp: type: object description: '' properties: id: readOnly: true type: integer fr: type: string nullable: true en: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-breeds_get_species_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-civilities_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-claim_no_refund_reasons_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-claim_return_reason_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-claim_types_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-contract_cancel_reasons_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-countries_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-insurances_get_options_get: type: object description: '' ValeurChamp-options_get: type: object description: '' ValeurChamp-options_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-partners_types_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-payment_divisions_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-payment_period_reasons_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-payment_types_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-primary_systems_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-promotional_codes_get: type: object description: '' ValeurChamp-referral_sources_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp-species_get_translations_get: type: object description: '' properties: fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string id: readOnly: true type: integer fr: type: string nullable: true en: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-breeds_get_species_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-civilities_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-claim_no_refund_reasons_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-claim_return_reason_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-claim_types_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-contract_cancel_reasons_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-countries_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-insurances_get_options_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string ValeurChamp.jsonld-options_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string ValeurChamp.jsonld-options_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-partners_types_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-payment_divisions_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-payment_period_reasons_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-payment_types_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-primary_systems_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-promotional_codes_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string ValeurChamp.jsonld-referral_sources_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true ValeurChamp.jsonld-species_get_translations_get: type: object description: '' properties: '@context': readOnly: true 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': readOnly: true type: string '@type': readOnly: true type: string fr: type: string nullable: true nl: type: string nullable: true es: type: string nullable: true be: type: string nullable: true de: type: string nullable: true it: type: string nullable: true responses: {} parameters: {} examples: {} requestBodies: {} headers: {} securitySchemes: apiKey: type: apiKey description: Value for the Authorization header parameter. name: Authorization in: header security: - apiKey: [] tags: []