POST api/RiderRegistrationRequest/SubmitRegistrationRequest
Request Information
URI Parameters
None.
Body Parameters
DTOSubmitRegistrationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| MobileNo | string |
None. |
|
| string |
None. |
||
| DateOfBirth | date |
None. |
|
| GenderId | globally unique identifier |
None. |
|
| IdentityNo | string |
None. |
|
| ProfilePictureImagePath | string |
None. |
|
| VehicleTypeId | globally unique identifier |
None. |
|
| VehicleNumber | string |
None. |
|
| LicenseNo | string |
None. |
|
| Password | string |
None. |
|
| CityId | globally unique identifier |
None. |
|
| StreetNo | string |
None. |
|
| HouseNo | string |
None. |
|
| Address | string |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| Action | string |
None. |
|
| IsActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0a16111a-dc1e-458e-b747-73b6ece1b4b4",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"DateOfBirth": "2026-05-13T12:14:18.1314814+05:00",
"GenderId": "7fcf57b4-ca0d-4d7a-8cda-4f7eaa86371b",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "b3a73b9f-464a-4064-a9bb-6523b28a0e4e",
"VehicleNumber": "sample string 8",
"LicenseNo": "sample string 9",
"Password": "sample string 10",
"CityId": "a2ddfa8b-fc7b-4792-be17-cee8c770644f",
"StreetNo": "sample string 11",
"HouseNo": "sample string 12",
"Address": "sample string 13",
"BranchId": "cc45a8d4-7819-4db9-bd4a-fc9050b1b8e7",
"Action": "sample string 14",
"IsActive": 1
}
application/xml, text/xml
Sample:
<DTOSubmitRegistrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <Action>sample string 14</Action> <Address>sample string 13</Address> <BranchId>cc45a8d4-7819-4db9-bd4a-fc9050b1b8e7</BranchId> <CityId>a2ddfa8b-fc7b-4792-be17-cee8c770644f</CityId> <DateOfBirth>2026-05-13T12:14:18.1314814+05:00</DateOfBirth> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <GenderId>7fcf57b4-ca0d-4d7a-8cda-4f7eaa86371b</GenderId> <HouseNo>sample string 12</HouseNo> <Id>0a16111a-dc1e-458e-b747-73b6ece1b4b4</Id> <IdentityNo>sample string 6</IdentityNo> <IsActive>1</IsActive> <LicenseNo>sample string 9</LicenseNo> <MobileNo>sample string 3</MobileNo> <Password>sample string 10</Password> <ProfilePictureImagePath>sample string 7</ProfilePictureImagePath> <StreetNo>sample string 11</StreetNo> <VehicleNumber>sample string 8</VehicleNumber> <VehicleTypeId>b3a73b9f-464a-4064-a9bb-6523b28a0e4e</VehicleTypeId> </DTOSubmitRegistrationRequest>
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.