POST API/Van/DriverNameLoad

Request Information

URI Parameters

None.

Body Parameters

Van
NameDescriptionTypeAdditional information
label

string

None.

CityId

integer

None.

City

string

None.

DriverName

string

None.

Id

integer

None.

UserId

integer

None.

ResultId

string

None.

Name

string

None.

Number

string

None.

Make

string

None.

Deposit

decimal number

None.

DriverId

integer

None.

Insurance

string

None.

PurchaseDate

string

None.

EMI

decimal number

None.

Chasis

string

None.

CityName

string

None.

Driver

string

None.

search

string

None.

sortBy

string

None.

reverse

boolean

None.

itemsPerPage

integer

None.

page

integer

None.

Count

integer

None.

DoctorId

integer

None.

AssistantsId

integer

None.

Doctor

string

None.

Assistants

string

None.

Select

boolean

None.

DoctorList

Collection of VanDoctors

None.

Request Formats

application/json, text/json

Sample:
{
  "label": "sample string 1",
  "CityId": 2,
  "City": "sample string 3",
  "DriverName": "sample string 4",
  "Id": 5,
  "UserId": 6,
  "ResultId": "sample string 7",
  "Name": "sample string 8",
  "Number": "sample string 9",
  "Make": "sample string 10",
  "Deposit": 11.0,
  "DriverId": 12,
  "Insurance": "sample string 13",
  "PurchaseDate": "sample string 14",
  "EMI": 15.0,
  "Chasis": "sample string 16",
  "CityName": "sample string 17",
  "Driver": "sample string 18",
  "search": "sample string 19",
  "sortBy": "sample string 20",
  "reverse": true,
  "itemsPerPage": 22,
  "page": 23,
  "Count": 24,
  "DoctorId": 25,
  "AssistantsId": 26,
  "Doctor": "sample string 27",
  "Assistants": "sample string 28",
  "Select": true,
  "DoctorList": [
    {
      "Doctor": "sample string 1",
      "DoctorId": 2
    },
    {
      "Doctor": "sample string 1",
      "DoctorId": 2
    }
  ]
}

application/xml, text/xml

Sample:
<Van xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models">
  <Assistants>sample string 28</Assistants>
  <AssistantsId>26</AssistantsId>
  <Chasis>sample string 16</Chasis>
  <City>sample string 3</City>
  <CityId>2</CityId>
  <CityName>sample string 17</CityName>
  <Count>24</Count>
  <Deposit>11</Deposit>
  <Doctor>sample string 27</Doctor>
  <DoctorId>25</DoctorId>
  <DoctorList>
    <VanDoctors>
      <Doctor>sample string 1</Doctor>
      <DoctorId>2</DoctorId>
    </VanDoctors>
    <VanDoctors>
      <Doctor>sample string 1</Doctor>
      <DoctorId>2</DoctorId>
    </VanDoctors>
  </DoctorList>
  <Driver>sample string 18</Driver>
  <DriverId>12</DriverId>
  <DriverName>sample string 4</DriverName>
  <EMI>15</EMI>
  <Id>5</Id>
  <Insurance>sample string 13</Insurance>
  <Make>sample string 10</Make>
  <Name>sample string 8</Name>
  <Number>sample string 9</Number>
  <PurchaseDate>sample string 14</PurchaseDate>
  <ResultId>sample string 7</ResultId>
  <Select>true</Select>
  <UserId>6</UserId>
  <itemsPerPage>22</itemsPerPage>
  <label>sample string 1</label>
  <page>23</page>
  <reverse>true</reverse>
  <search>sample string 19</search>
  <sortBy>sample string 20</sortBy>
</Van>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.