POST api/account/DeleteRiderAccount

Request Information

URI Parameters

None.

Body Parameters

UpdateRiderProfileVM
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

FullName

string

None.

MobileNo

string

None.

Email

string

None.

GenderId

globally unique identifier

None.

Gender

string

None.

IdentityNo

string

None.

ProfilePictureImagePath

string

None.

VehicleTypeId

globally unique identifier

None.

VehicleType

string

None.

VehicleTypeName

string

None.

VehicleNumber

string

None.

LicenseNo

string

None.

Password

string

None.

CityId

globally unique identifier

None.

City

string

None.

StreetNo

string

None.

HouseNo

string

None.

Address

string

None.

BranchId

globally unique identifier

None.

Action

string

None.

IsActive

integer

None.

Token

globally unique identifier

None.

IsRiderRegistrationRequestVerified

boolean

None.

RiderRegistrationRequestVerificationRemarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "5778cc76-7fd5-47ce-bb4d-f32d63ed5a4c",
  "FullName": "sample string 2",
  "MobileNo": "sample string 3",
  "Email": "sample string 4",
  "GenderId": "6f16a600-8364-46c8-af81-f6f596ca0156",
  "Gender": "sample string 5",
  "IdentityNo": "sample string 6",
  "ProfilePictureImagePath": "sample string 7",
  "VehicleTypeId": "e4537003-c2bb-4589-b5ee-331a6be3d615",
  "VehicleType": "sample string 8",
  "VehicleTypeName": "sample string 9",
  "VehicleNumber": "sample string 10",
  "LicenseNo": "sample string 11",
  "Password": "sample string 12",
  "CityId": "34ff271f-4361-475f-9f9c-1d8db46ddbd2",
  "City": "sample string 13",
  "StreetNo": "sample string 14",
  "HouseNo": "sample string 15",
  "Address": "sample string 16",
  "BranchId": "3a481dc8-6781-4fa2-a1c7-19a8cf3b77b2",
  "Action": "sample string 17",
  "IsActive": 1,
  "Token": "d8e0eca9-9c4c-4fe3-bb4a-4262556a9b06",
  "IsRiderRegistrationRequestVerified": true,
  "RiderRegistrationRequestVerificationRemarks": "sample string 18"
}

application/xml, text/xml

Sample:
<UpdateRiderProfileVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.Models">
  <Action>sample string 17</Action>
  <Address>sample string 16</Address>
  <BranchId>3a481dc8-6781-4fa2-a1c7-19a8cf3b77b2</BranchId>
  <City>sample string 13</City>
  <CityId>34ff271f-4361-475f-9f9c-1d8db46ddbd2</CityId>
  <Email>sample string 4</Email>
  <FullName>sample string 2</FullName>
  <Gender>sample string 5</Gender>
  <GenderId>6f16a600-8364-46c8-af81-f6f596ca0156</GenderId>
  <HouseNo>sample string 15</HouseNo>
  <Id>5778cc76-7fd5-47ce-bb4d-f32d63ed5a4c</Id>
  <IdentityNo>sample string 6</IdentityNo>
  <IsActive>1</IsActive>
  <IsRiderRegistrationRequestVerified>true</IsRiderRegistrationRequestVerified>
  <LicenseNo>sample string 11</LicenseNo>
  <MobileNo>sample string 3</MobileNo>
  <Password>sample string 12</Password>
  <ProfilePictureImagePath>sample string 7</ProfilePictureImagePath>
  <RiderRegistrationRequestVerificationRemarks>sample string 18</RiderRegistrationRequestVerificationRemarks>
  <StreetNo>sample string 14</StreetNo>
  <Token>d8e0eca9-9c4c-4fe3-bb4a-4262556a9b06</Token>
  <VehicleNumber>sample string 10</VehicleNumber>
  <VehicleType>sample string 8</VehicleType>
  <VehicleTypeId>e4537003-c2bb-4589-b5ee-331a6be3d615</VehicleTypeId>
  <VehicleTypeName>sample string 9</VehicleTypeName>
</UpdateRiderProfileVM>

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 'UpdateRiderProfileVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.