POST api/VendorRegistration

Request Information

URI Parameters

None.

Body Parameters

VendorRegistration
NameDescriptionTypeAdditional information
VENDOR_ID

string

None.

VENDOR_NAME

string

None.

MOBILE_NO

string

None.

ALTERNATE_MOBILE

string

None.

ADDRESS

string

None.

VEHICLE_NO

string

None.

LICENCE_NO

string

None.

CHESSI_NO

string

None.

DRIVER_NAME

string

None.

VEHICLE_CATEGORY

string

None.

NO_OF_PASSENGER

string

None.

SHARING_TYPE

string

None.

AVL_STATUS

string

None.

VENDOR_PIN

string

None.

VENDOR_LATITUDE

string

None.

VENDOR_LONGITUDE

string

None.

SPONSOR_ID

string

None.

MAKE_ID

string

None.

MADE_ID

string

None.

VEHICLE_PIC

Collection of byte

None.

VEHECLE_PIC2

Collection of byte

None.

RCBOOK_PHOTO

Collection of byte

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VENDOR_ID": "sample string 1",
  "VENDOR_NAME": "sample string 2",
  "MOBILE_NO": "sample string 3",
  "ALTERNATE_MOBILE": "sample string 4",
  "ADDRESS": "sample string 5",
  "VEHICLE_NO": "sample string 6",
  "LICENCE_NO": "sample string 7",
  "CHESSI_NO": "sample string 8",
  "DRIVER_NAME": "sample string 9",
  "VEHICLE_CATEGORY": "sample string 10",
  "NO_OF_PASSENGER": "sample string 11",
  "SHARING_TYPE": "sample string 12",
  "AVL_STATUS": "sample string 13",
  "VENDOR_PIN": "sample string 14",
  "VENDOR_LATITUDE": "sample string 15",
  "VENDOR_LONGITUDE": "sample string 16",
  "SPONSOR_ID": "sample string 17",
  "MAKE_ID": "sample string 18",
  "MADE_ID": "sample string 19",
  "VEHICLE_PIC": "QEA=",
  "VEHECLE_PIC2": "QEA=",
  "RCBOOK_PHOTO": "QEA=",
  "TASK": "sample string 20",
  "EXTRA1": "sample string 21",
  "EXTRA2": "sample string 22",
  "EXTRA3": "sample string 23",
  "LANG_ID": "sample string 24"
}

application/xml, text/xml

Sample:
<VendorRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiJantaTaxi.Models">
  <ADDRESS>sample string 5</ADDRESS>
  <ALTERNATE_MOBILE>sample string 4</ALTERNATE_MOBILE>
  <AVL_STATUS>sample string 13</AVL_STATUS>
  <CHESSI_NO>sample string 8</CHESSI_NO>
  <DRIVER_NAME>sample string 9</DRIVER_NAME>
  <EXTRA1>sample string 21</EXTRA1>
  <EXTRA2>sample string 22</EXTRA2>
  <EXTRA3>sample string 23</EXTRA3>
  <LANG_ID>sample string 24</LANG_ID>
  <LICENCE_NO>sample string 7</LICENCE_NO>
  <MADE_ID>sample string 19</MADE_ID>
  <MAKE_ID>sample string 18</MAKE_ID>
  <MOBILE_NO>sample string 3</MOBILE_NO>
  <NO_OF_PASSENGER>sample string 11</NO_OF_PASSENGER>
  <RCBOOK_PHOTO>QEA=</RCBOOK_PHOTO>
  <SHARING_TYPE>sample string 12</SHARING_TYPE>
  <SPONSOR_ID>sample string 17</SPONSOR_ID>
  <TASK>sample string 20</TASK>
  <VEHECLE_PIC2>QEA=</VEHECLE_PIC2>
  <VEHICLE_CATEGORY>sample string 10</VEHICLE_CATEGORY>
  <VEHICLE_NO>sample string 6</VEHICLE_NO>
  <VEHICLE_PIC>QEA=</VEHICLE_PIC>
  <VENDOR_ID>sample string 1</VENDOR_ID>
  <VENDOR_LATITUDE>sample string 15</VENDOR_LATITUDE>
  <VENDOR_LONGITUDE>sample string 16</VENDOR_LONGITUDE>
  <VENDOR_NAME>sample string 2</VENDOR_NAME>
  <VENDOR_PIN>sample string 14</VENDOR_PIN>
</VendorRegistration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.