POST api/advisee/adviseesettings/set-personal-info
Request Information
URI Parameters
None.
Body Parameters
PersonalInfoViewModelAdvisee| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| CountryCodeId | string |
None. |
|
| PhoneNumber | string |
None. |
|
| StreetAddress | string |
None. |
|
| City | string |
None. |
|
| Nationality | string |
None. |
|
| Dob | date |
None. |
|
| CategoryId | integer |
None. |
|
| PrimaryLanguageId | integer |
None. |
|
| SecondaryLanguageId | integer |
None. |
|
| TimezoneId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"CountryCodeId": "sample string 4",
"PhoneNumber": "sample string 5",
"StreetAddress": "sample string 6",
"City": "sample string 7",
"Nationality": "sample string 8",
"Dob": "2025-12-22T00:04:00.2864499+00:00",
"CategoryId": 10,
"PrimaryLanguageId": 11,
"SecondaryLanguageId": 12,
"TimezoneId": 1
}
application/xml, text/xml
Sample:
<PersonalInfoViewModelAdvisee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Co.Kes.Data.ViewModels.CoKes.Settings"> <CategoryId>10</CategoryId> <City>sample string 7</City> <CountryCodeId>sample string 4</CountryCodeId> <Dob>2025-12-22T00:04:00.2864499+00:00</Dob> <Email>sample string 3</Email> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <Nationality>sample string 8</Nationality> <PhoneNumber>sample string 5</PhoneNumber> <PrimaryLanguageId>11</PrimaryLanguageId> <SecondaryLanguageId>12</SecondaryLanguageId> <StreetAddress>sample string 6</StreetAddress> <TimezoneId>1</TimezoneId> </PersonalInfoViewModelAdvisee>
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.