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": "6e815aad-b670-41b8-9b7e-d6d529208285",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"GenderId": "ab844f2d-22a7-451d-9b07-692e6b7556d1",
"Gender": "sample string 5",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "9b476cbc-d795-448c-aa89-8a8910775b27",
"VehicleType": "sample string 8",
"VehicleTypeName": "sample string 9",
"VehicleNumber": "sample string 10",
"LicenseNo": "sample string 11",
"Password": "sample string 12",
"CityId": "454894c4-6a09-403c-b2de-a9f79d71760a",
"City": "sample string 13",
"StreetNo": "sample string 14",
"HouseNo": "sample string 15",
"Address": "sample string 16",
"BranchId": "22246ae8-bfff-45f5-a27e-a594994a02e6",
"Action": "sample string 17",
"IsActive": 1,
"Token": "a5eea28e-d470-4f5b-8a17-deca44aeb863",
"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>22246ae8-bfff-45f5-a27e-a594994a02e6</BranchId> <City>sample string 13</City> <CityId>454894c4-6a09-403c-b2de-a9f79d71760a</CityId> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <Gender>sample string 5</Gender> <GenderId>ab844f2d-22a7-451d-9b07-692e6b7556d1</GenderId> <HouseNo>sample string 15</HouseNo> <Id>6e815aad-b670-41b8-9b7e-d6d529208285</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>a5eea28e-d470-4f5b-8a17-deca44aeb863</Token> <VehicleNumber>sample string 10</VehicleNumber> <VehicleType>sample string 8</VehicleType> <VehicleTypeId>9b476cbc-d795-448c-aa89-8a8910775b27</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.