POST api/UpdateInfosClientsAssociatedWithPuce/UpdateByPhone

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "numero_phone": "sample string 1",
  "nom": "sample string 2",
  "prenom": "sample string 3",
  "telephone_nouveau": "sample string 4"
}

text/html

Sample:
{"numero_phone":"sample string 1","nom":"sample string 2","prenom":"sample string 3","telephone_nouveau":"sample string 4"}

application/xml, text/xml

Sample:
<UpdateInfosClientsAssociatedWithPuceController.InfosClientRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SotralWebApi.Controllers">
  <nom>sample string 2</nom>
  <numero_phone>sample string 1</numero_phone>
  <prenom>sample string 3</prenom>
  <telephone_nouveau>sample string 4</telephone_nouveau>
</UpdateInfosClientsAssociatedWithPuceController.InfosClientRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.