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": "edac0c71-9749-46b2-828e-19edaaa467e0",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"DateOfBirth": "2025-12-12T17:32:10.5814077+05:00",
"GenderId": "671fc06f-f5b7-4907-9aa2-ec07f1050741",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "9295937e-f281-4a0c-8e53-c9b35e44815e",
"VehicleNumber": "sample string 8",
"LicenseNo": "sample string 9",
"Password": "sample string 10",
"CityId": "a29f121b-0234-4bc7-a1b1-2204690e2edf",
"StreetNo": "sample string 11",
"HouseNo": "sample string 12",
"Address": "sample string 13",
"BranchId": "269736c6-3c7a-4403-928b-6ec9b8c34bf2",
"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>269736c6-3c7a-4403-928b-6ec9b8c34bf2</BranchId> <CityId>a29f121b-0234-4bc7-a1b1-2204690e2edf</CityId> <DateOfBirth>2025-12-12T17:32:10.5814077+05:00</DateOfBirth> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <GenderId>671fc06f-f5b7-4907-9aa2-ec07f1050741</GenderId> <HouseNo>sample string 12</HouseNo> <Id>edac0c71-9749-46b2-828e-19edaaa467e0</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>9295937e-f281-4a0c-8e53-c9b35e44815e</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.