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": "48a05b4e-d291-4b5f-b030-ec8f979d9d8a",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"DateOfBirth": "2026-07-07T12:52:12.3500835+05:00",
"GenderId": "b73d1dad-02f6-4faf-a1fb-942687ca8ba8",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "d43781bc-b3c7-4b8e-bb25-47007edb9eaa",
"VehicleNumber": "sample string 8",
"LicenseNo": "sample string 9",
"Password": "sample string 10",
"CityId": "c25a9c97-a17a-4c95-bd8e-6db88822894d",
"StreetNo": "sample string 11",
"HouseNo": "sample string 12",
"Address": "sample string 13",
"BranchId": "e8458f31-a2c2-4000-9246-ef19d98d94df",
"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>e8458f31-a2c2-4000-9246-ef19d98d94df</BranchId> <CityId>c25a9c97-a17a-4c95-bd8e-6db88822894d</CityId> <DateOfBirth>2026-07-07T12:52:12.3500835+05:00</DateOfBirth> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <GenderId>b73d1dad-02f6-4faf-a1fb-942687ca8ba8</GenderId> <HouseNo>sample string 12</HouseNo> <Id>48a05b4e-d291-4b5f-b030-ec8f979d9d8a</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>d43781bc-b3c7-4b8e-bb25-47007edb9eaa</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.