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": "25c6cf08-bdf7-4283-9134-b1b374e196f6",
"FullName": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4",
"DateOfBirth": "2025-12-06T09:49:45.3919815+05:00",
"GenderId": "ba4d2743-9e43-44c1-9f53-2a98491fe67e",
"IdentityNo": "sample string 6",
"ProfilePictureImagePath": "sample string 7",
"VehicleTypeId": "0a864d19-b2e8-41e2-9397-f0a78d638d6f",
"VehicleNumber": "sample string 8",
"LicenseNo": "sample string 9",
"Password": "sample string 10",
"CityId": "27411f1f-82a4-42eb-8a81-70e4a406c5a1",
"StreetNo": "sample string 11",
"HouseNo": "sample string 12",
"Address": "sample string 13",
"BranchId": "07f1bbd0-5a74-4c97-bd5e-6f376cd41bfe",
"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>07f1bbd0-5a74-4c97-bd5e-6f376cd41bfe</BranchId> <CityId>27411f1f-82a4-42eb-8a81-70e4a406c5a1</CityId> <DateOfBirth>2025-12-06T09:49:45.3919815+05:00</DateOfBirth> <Email>sample string 4</Email> <FullName>sample string 2</FullName> <GenderId>ba4d2743-9e43-44c1-9f53-2a98491fe67e</GenderId> <HouseNo>sample string 12</HouseNo> <Id>25c6cf08-bdf7-4283-9134-b1b374e196f6</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>0a864d19-b2e8-41e2-9397-f0a78d638d6f</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.