POST api/account/UpdateRiderProfile
Request Information
URI Parameters
None.
Body Parameters
UpdateRiderProfileVMName | 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": "b952ad91-6759-4277-aeb3-cd772a9e33cf", "FullName": "sample string 2", "MobileNo": "sample string 3", "Email": "sample string 4", "GenderId": "c7532aa6-68c6-4621-9058-404564bcb94b", "Gender": "sample string 5", "IdentityNo": "sample string 6", "ProfilePictureImagePath": "sample string 7", "VehicleTypeId": "0af605f5-1816-4744-95b1-6f78decf5be1", "VehicleType": "sample string 8", "VehicleTypeName": "sample string 9", "VehicleNumber": "sample string 10", "LicenseNo": "sample string 11", "Password": "sample string 12", "CityId": "cb0a3607-171b-4efc-84a3-0ed409e52573", "City": "sample string 13", "StreetNo": "sample string 14", "HouseNo": "sample string 15", "Address": "sample string 16", "BranchId": "aa1853d4-7e6c-47df-b3d9-b6b73bb99448", "Action": "sample string 17", "IsActive": 1, "Token": "692dfc30-20cf-4bf3-8d0d-2ca7ab555192", "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>aa1853d4-7e6c-47df-b3d9-b6b73bb99448</BranchId> <City>sample string 13</City> <CityId>cb0a3607-171b-4efc-84a3-0ed409e52573</CityId> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <Gender>sample string 5</Gender> <GenderId>c7532aa6-68c6-4621-9058-404564bcb94b</GenderId> <HouseNo>sample string 15</HouseNo> <Id>b952ad91-6759-4277-aeb3-cd772a9e33cf</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>692dfc30-20cf-4bf3-8d0d-2ca7ab555192</Token> <VehicleNumber>sample string 10</VehicleNumber> <VehicleType>sample string 8</VehicleType> <VehicleTypeId>0af605f5-1816-4744-95b1-6f78decf5be1</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.