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": "74869f96-54f4-432e-83b2-563b72f993f0",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"GenderId": "f39caa30-7b8c-4723-a9a0-87b86b0996fb",
"Gender": "sample string 5",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "15820f8b-e3b7-467b-ad04-865e1c370a0a",
"VehicleType": "sample string 8",
"VehicleTypeName": "sample string 9",
"VehicleNumber": "sample string 10",
"LicenseNo": "sample string 11",
"Password": "sample string 12",
"CityId": "a39c46b1-6ef0-4228-ba6e-db34f036a62c",
"City": "sample string 13",
"StreetNo": "sample string 14",
"HouseNo": "sample string 15",
"Address": "sample string 16",
"BranchId": "9e811d98-907a-472e-b6fc-5cc9f94d288a",
"Action": "sample string 17",
"IsActive": 1,
"Token": "4ca5edaa-32f2-4a49-88c1-bba890f63bcd",
"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>9e811d98-907a-472e-b6fc-5cc9f94d288a</BranchId> <City>sample string 13</City> <CityId>a39c46b1-6ef0-4228-ba6e-db34f036a62c</CityId> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <Gender>sample string 5</Gender> <GenderId>f39caa30-7b8c-4723-a9a0-87b86b0996fb</GenderId> <HouseNo>sample string 15</HouseNo> <Id>74869f96-54f4-432e-83b2-563b72f993f0</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>4ca5edaa-32f2-4a49-88c1-bba890f63bcd</Token> <VehicleNumber>sample string 10</VehicleNumber> <VehicleType>sample string 8</VehicleType> <VehicleTypeId>15820f8b-e3b7-467b-ad04-865e1c370a0a</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.