PUT api/contact/profiel
Request Information
URI Parameters
None.
Body Parameters
UpdateContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Voornaam | string |
None. |
|
| Naam | string |
None. |
|
| GSM | string |
None. |
|
| Telefoon | string |
None. |
|
| Adres | string |
None. |
|
| Postcode | string |
None. |
|
| Gemeente | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Voornaam": "sample string 1",
"Naam": "sample string 2",
"GSM": "sample string 3",
"Telefoon": "sample string 4",
"Adres": "sample string 5",
"Postcode": "sample string 6",
"Gemeente": "sample string 7"
}
application/xml, text/xml
Sample:
<UpdateContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fjestum_API.Models.Contact"> <Adres>sample string 5</Adres> <GSM>sample string 3</GSM> <Gemeente>sample string 7</Gemeente> <Naam>sample string 2</Naam> <Postcode>sample string 6</Postcode> <Telefoon>sample string 4</Telefoon> <Voornaam>sample string 1</Voornaam> </UpdateContactModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.