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": "f6950a5e-99e8-420b-a058-354d4292000a",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"GenderId": "eb1cf660-f029-4e4c-a8b4-a43094a75250",
"Gender": "sample string 5",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "c46b3a59-f9af-48bf-861a-b6ac2ced0012",
"VehicleType": "sample string 8",
"VehicleTypeName": "sample string 9",
"VehicleNumber": "sample string 10",
"LicenseNo": "sample string 11",
"Password": "sample string 12",
"CityId": "529f40e4-1e1c-4469-aa97-8ece1b8f8daa",
"City": "sample string 13",
"StreetNo": "sample string 14",
"HouseNo": "sample string 15",
"Address": "sample string 16",
"BranchId": "111b7f78-0484-4009-94bc-5831eff499e5",
"Action": "sample string 17",
"IsActive": 1,
"Token": "66cc89c5-bd9e-4eac-bf5e-461cefd09cd2",
"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>111b7f78-0484-4009-94bc-5831eff499e5</BranchId> <City>sample string 13</City> <CityId>529f40e4-1e1c-4469-aa97-8ece1b8f8daa</CityId> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <Gender>sample string 5</Gender> <GenderId>eb1cf660-f029-4e4c-a8b4-a43094a75250</GenderId> <HouseNo>sample string 15</HouseNo> <Id>f6950a5e-99e8-420b-a058-354d4292000a</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>66cc89c5-bd9e-4eac-bf5e-461cefd09cd2</Token> <VehicleNumber>sample string 10</VehicleNumber> <VehicleType>sample string 8</VehicleType> <VehicleTypeId>c46b3a59-f9af-48bf-861a-b6ac2ced0012</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.