POST api/account/UpdateRiderProfile
Request Information
URI Parameters
None.
Body Parameters
UpdateRiderProfileVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| MobileNo | string |
None. |
|
| string |
None. |
||
| GenderId | globally unique identifier |
None. |
|
| Gender | string |
None. |
|
| IdentityNo | string |
None. |
|
| ProfilePictureImagePath | string |
None. |
|
| VehicleTypeId | globally unique identifier |
None. |
|
| VehicleType | string |
None. |
|
| VehicleTypeName | string |
None. |
|
| VehicleNumber | string |
None. |
|
| LicenseNo | string |
None. |
|
| Password | string |
None. |
|
| CityId | globally unique identifier |
None. |
|
| City | string |
None. |
|
| StreetNo | string |
None. |
|
| HouseNo | string |
None. |
|
| Address | string |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| Action | string |
None. |
|
| IsActive | integer |
None. |
|
| Token | globally unique identifier |
None. |
|
| IsRiderRegistrationRequestVerified | boolean |
None. |
|
| RiderRegistrationRequestVerificationRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b99b2860-0474-48b5-a5e0-a76dbd14d37f",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"GenderId": "1da3a274-0199-4bc1-813c-6204a78ea955",
"Gender": "sample string 5",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "4e7953be-b7f2-48de-b74c-5992d3e5cc22",
"VehicleType": "sample string 8",
"VehicleTypeName": "sample string 9",
"VehicleNumber": "sample string 10",
"LicenseNo": "sample string 11",
"Password": "sample string 12",
"CityId": "4a4a4974-9115-40f0-aab4-ab8ed65dcb11",
"City": "sample string 13",
"StreetNo": "sample string 14",
"HouseNo": "sample string 15",
"Address": "sample string 16",
"BranchId": "6f48d005-9b28-485e-a17c-9e3d1a4f3379",
"Action": "sample string 17",
"IsActive": 1,
"Token": "0314e014-484c-4086-ae8f-1e03d9f3ebb6",
"IsRiderRegistrationRequestVerified": true,
"RiderRegistrationRequestVerificationRemarks": "sample string 18"
}
application/xml, text/xml
Sample:
<UpdateRiderProfileVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.Models"> <Action>sample string 17</Action> <Address>sample string 16</Address> <BranchId>6f48d005-9b28-485e-a17c-9e3d1a4f3379</BranchId> <City>sample string 13</City> <CityId>4a4a4974-9115-40f0-aab4-ab8ed65dcb11</CityId> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <Gender>sample string 5</Gender> <GenderId>1da3a274-0199-4bc1-813c-6204a78ea955</GenderId> <HouseNo>sample string 15</HouseNo> <Id>b99b2860-0474-48b5-a5e0-a76dbd14d37f</Id> <IdentityNo>sample string 6</IdentityNo> <IsActive>1</IsActive> <IsRiderRegistrationRequestVerified>true</IsRiderRegistrationRequestVerified> <LicenseNo>sample string 11</LicenseNo> <MobileNo>sample string 3</MobileNo> <Password>sample string 12</Password> <ProfilePictureImagePath>sample string 7</ProfilePictureImagePath> <RiderRegistrationRequestVerificationRemarks>sample string 18</RiderRegistrationRequestVerificationRemarks> <StreetNo>sample string 14</StreetNo> <Token>0314e014-484c-4086-ae8f-1e03d9f3ebb6</Token> <VehicleNumber>sample string 10</VehicleNumber> <VehicleType>sample string 8</VehicleType> <VehicleTypeId>4e7953be-b7f2-48de-b74c-5992d3e5cc22</VehicleTypeId> <VehicleTypeName>sample string 9</VehicleTypeName> </UpdateRiderProfileVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.