POST api/Account/UpdateAccount
Request Information
URI Parameters
None.
Body Parameters
AccountFormData| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
None. |
|
| EmailID | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CountryCode | string |
None. |
|
| PhoneNumber | string |
None. |
|
| MobileNumber | string |
None. |
|
| Gender | string |
None. |
|
| UserType | UserType |
None. |
|
| DOB | date |
None. |
|
| AlterNumber | string |
None. |
|
| ProofFile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Password": "sample string 1",
"EmailID": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"CountryCode": "sample string 5",
"PhoneNumber": "sample string 6",
"MobileNumber": "sample string 7",
"Gender": "sample string 8",
"UserType": 0,
"DOB": "2026-01-15T11:20:52.7506658-06:00",
"AlterNumber": "sample string 10",
"ProofFile": "sample string 11"
}
application/xml, text/xml
Sample:
<AccountFormData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.UtilityModels"> <AlterNumber>sample string 10</AlterNumber> <CountryCode>sample string 5</CountryCode> <DOB>2026-01-15T11:20:52.7506658-06:00</DOB> <EmailID>sample string 2</EmailID> <FirstName>sample string 3</FirstName> <Gender>sample string 8</Gender> <LastName>sample string 4</LastName> <MobileNumber>sample string 7</MobileNumber> <Password>sample string 1</Password> <PhoneNumber>sample string 6</PhoneNumber> <ProofFile>sample string 11</ProofFile> <UserType>SUPERADMINISTRATOR</UserType> </AccountFormData>
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.