POST api/UpdateVendorProfileNew/{ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

string

Required

Body Parameters

VendorUpdatenEW
NameDescriptionTypeAdditional information
VENDOR_ID

string

None.

VENDOR_NAME

string

None.

MOBILE_NO

string

None.

ALT_MOBILE_NO

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.

EXTRA

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

LICENCE_PIC

Collection of byte

None.

VEHICLE_PIC

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "VENDOR_ID": "sample string 1",
  "VENDOR_NAME": "sample string 2",
  "MOBILE_NO": "sample string 3",
  "ALT_MOBILE_NO": "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",
  "EXTRA": "sample string 15",
  "EXTRA1": "sample string 16",
  "EXTRA2": "sample string 17",
  "LICENCE_PIC": "QEA=",
  "VEHICLE_PIC": "QEA="
}

application/xml, text/xml

Sample:
<VendorUpdatenEW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiJantaTaxi.Models">
  <ADDRESS>sample string 5</ADDRESS>
  <ALT_MOBILE_NO>sample string 4</ALT_MOBILE_NO>
  <AVL_STATUS>sample string 13</AVL_STATUS>
  <CHESSI_NO>sample string 8</CHESSI_NO>
  <DRIVER_NAME>sample string 9</DRIVER_NAME>
  <EXTRA>sample string 15</EXTRA>
  <EXTRA1>sample string 16</EXTRA1>
  <EXTRA2>sample string 17</EXTRA2>
  <LICENCE_NO>sample string 7</LICENCE_NO>
  <LICENCE_PIC>QEA=</LICENCE_PIC>
  <MOBILE_NO>sample string 3</MOBILE_NO>
  <NO_OF_PASSENGER>sample string 11</NO_OF_PASSENGER>
  <SHARING_TYPE>sample string 12</SHARING_TYPE>
  <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_NAME>sample string 2</VENDOR_NAME>
  <VENDOR_PIN>sample string 14</VENDOR_PIN>
</VendorUpdatenEW>

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.