POST api/RiderRegistrationRequest/SubmitRegistrationRequest

Request Information

URI Parameters

None.

Body Parameters

DTOSubmitRegistrationRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

FullName

string

None.

MobileNo

string

None.

Email

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": "e3bb4618-de31-4b0f-858b-f9d0d3e56738",
  "FullName": "sample string 2",
  "MobileNo": "sample string 3",
  "Email": "sample string 4",
  "DateOfBirth": "2025-06-14T12:33:16.8236184+05:00",
  "GenderId": "1118890c-8408-48a4-880b-25903c0c44aa",
  "IdentityNo": "sample string 6",
  "ProfilePictureImagePath": "sample string 7",
  "VehicleTypeId": "a7285b0a-92d7-44af-9ab0-ae8abfcb119d",
  "VehicleNumber": "sample string 8",
  "LicenseNo": "sample string 9",
  "Password": "sample string 10",
  "CityId": "040d2101-9f3b-432d-9271-e1d7674b3e90",
  "StreetNo": "sample string 11",
  "HouseNo": "sample string 12",
  "Address": "sample string 13",
  "BranchId": "226ae9d8-e67d-4f75-bb68-7d5eda6cc4cd",
  "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>226ae9d8-e67d-4f75-bb68-7d5eda6cc4cd</BranchId>
  <CityId>040d2101-9f3b-432d-9271-e1d7674b3e90</CityId>
  <DateOfBirth>2025-06-14T12:33:16.8236184+05:00</DateOfBirth>
  <Email>sample string 4</Email>
  <FullName>sample string 2</FullName>
  <GenderId>1118890c-8408-48a4-880b-25903c0c44aa</GenderId>
  <HouseNo>sample string 12</HouseNo>
  <Id>e3bb4618-de31-4b0f-858b-f9d0d3e56738</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>a7285b0a-92d7-44af-9ab0-ae8abfcb119d</VehicleTypeId>
</DTOSubmitRegistrationRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOSubmitRegistrationRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.