POST UserAPI/CompleteProfile_Site_T
Request Information
URI Parameters
None.
Body Parameters
Req_User_CompleteProfile_Site_T| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| NationalId | string |
None. |
|
| IsForeigners | integer |
None. |
|
| Gender | string |
None. |
|
| BirthYear | integer |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"NationalId": "sample string 3",
"IsForeigners": 1,
"Gender": "sample string 4",
"BirthYear": 1,
"Email": "sample string 5"
}
text/html
Sample:
{"Id":1,"FirstName":"sample string 1","LastName":"sample string 2","NationalId":"sample string 3","IsForeigners":1,"Gender":"sample string 4","BirthYear":1,"Email":"sample string 5"}
text/xml
Sample:
<Req_User_CompleteProfile_Site_T xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CounselingAPI01.Models"> <BirthYear>1</BirthYear> <Email>sample string 5</Email> <FirstName>sample string 1</FirstName> <Gender>sample string 4</Gender> <Id>1</Id> <IsForeigners>1</IsForeigners> <LastName>sample string 2</LastName> <NationalId>sample string 3</NationalId> </Req_User_CompleteProfile_Site_T>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |