GET api/PoctLogin/UpdateProfile
Request Information
URI Parameters
None.
Body Parameters
RegistrationModelName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
MobileNo | string |
None. |
|
EmailId | string |
None. |
|
Address | string |
None. |
|
IDProofAttach | string |
None. |
|
Date | integer |
None. |
|
Month | integer |
None. |
|
Year | integer |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Country | string |
None. |
|
OptionalSubject | string |
None. |
|
AccessCode | integer |
None. |
|
Description | string |
None. |
|
ListScore | integer |
None. |
|
ProfileImage | string |
None. |
|
UserType | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "MobileNo": "sample string 3", "EmailId": "sample string 4", "Address": "sample string 5", "IDProofAttach": "sample string 6", "Date": 7, "Month": 8, "Year": 9, "City": "sample string 10", "State": "sample string 11", "Country": "sample string 12", "OptionalSubject": "sample string 13", "AccessCode": 14, "Description": "sample string 15", "ListScore": 16, "ProfileImage": "sample string 17", "UserType": "sample string 18" }
application/xml, text/xml
Sample:
<Login.RegistrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <AccessCode>14</AccessCode> <Address>sample string 5</Address> <City>sample string 10</City> <Country>sample string 12</Country> <Date>7</Date> <Description>sample string 15</Description> <EmailId>sample string 4</EmailId> <FirstName>sample string 1</FirstName> <IDProofAttach>sample string 6</IDProofAttach> <LastName>sample string 2</LastName> <ListScore>16</ListScore> <MobileNo>sample string 3</MobileNo> <Month>8</Month> <OptionalSubject>sample string 13</OptionalSubject> <ProfileImage>sample string 17</ProfileImage> <State>sample string 11</State> <UserType>sample string 18</UserType> <Year>9</Year> </Login.RegistrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.