POST api/vit/offres/{offreId}/demande

Permet de faire une demande de prise de propriété d'une offre

Description de la Requête

Paramètres de l'URI

NomDescriptionTypeInformations complémentaires
offreId

string

Aucune.

Paramètres du corps de la requête (BODY)

Les informations pour la création de demande de propriété

ApiVitDemandePropriete
NomDescriptionTypeInformations complémentaires
offreId

string

Aucune.

profilId

globally unique identifier

Aucune.

metaOiId

string

Aucune.

cguAccepted

boolean

Aucune.

Formats de la requête

application/json, text/json

Sample:
{
  "offreId": "lorem ipsum dolor 1",
  "profilId": "2234ba85-9d53-4b1d-b6f3-f691993c63e8",
  "metaOiId": "lorem ipsum dolor 3",
  "cguAccepted": true
}

application/xml, text/xml

Sample:
<ApiVitDemandePropriete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiModels.v3.Vit">
  <cguAccepted>true</cguAccepted>
  <metaOiId>lorem ipsum dolor 3</metaOiId>
  <offreId>lorem ipsum dolor 1</offreId>
  <profilId>2234ba85-9d53-4b1d-b6f3-f691993c63e8</profilId>
</ApiVitDemandePropriete>

application/x-www-form-urlencoded

Sample:

Exemple non disponible.

Description de la réponse

Description de la ressource retournée

IHttpActionResult

Aucun.

Formats de réponse

application/json, text/json, application/xml, text/xml

Sample:

Exemple non disponible.