POST api/TransportMaster

Request Information

URI Parameters

None.

Body Parameters

TransportMaster
NameDescriptionTypeAdditional information
TM_ID

string

None.

ADMIN_ID

string

None.

TRANSPORTER_NAME

string

None.

MOBILE_NUMBER

string

None.

VEHICLE_NO

string

None.

VEHICLE_MODEL

string

None.

PER_KM_CHARGES

string

None.

ACC_HOLDER_NAME

string

None.

BANK_NAME

string

None.

ACC_NUMBER

string

None.

IFSC_CODE

string

None.

TRANSPORTER_PHOTO1

Collection of byte

None.

TRANSPORTER_PHOTO2

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:
{
  "TM_ID": "sample string 1",
  "ADMIN_ID": "sample string 2",
  "TRANSPORTER_NAME": "sample string 3",
  "MOBILE_NUMBER": "sample string 4",
  "VEHICLE_NO": "sample string 5",
  "VEHICLE_MODEL": "sample string 6",
  "PER_KM_CHARGES": "sample string 7",
  "ACC_HOLDER_NAME": "sample string 8",
  "BANK_NAME": "sample string 9",
  "ACC_NUMBER": "sample string 10",
  "IFSC_CODE": "sample string 11",
  "TRANSPORTER_PHOTO1": "QEA=",
  "TRANSPORTER_PHOTO2": "QEA=",
  "TASK": "sample string 12",
  "EXTRA1": "sample string 13",
  "EXTRA2": "sample string 14",
  "EXTRA3": "sample string 15",
  "LANG_ID": "sample string 16"
}

application/xml, text/xml

Sample:
<TransportMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models.Production">
  <ACC_HOLDER_NAME>sample string 8</ACC_HOLDER_NAME>
  <ACC_NUMBER>sample string 10</ACC_NUMBER>
  <ADMIN_ID>sample string 2</ADMIN_ID>
  <BANK_NAME>sample string 9</BANK_NAME>
  <EXTRA1>sample string 13</EXTRA1>
  <EXTRA2>sample string 14</EXTRA2>
  <EXTRA3>sample string 15</EXTRA3>
  <IFSC_CODE>sample string 11</IFSC_CODE>
  <LANG_ID>sample string 16</LANG_ID>
  <MOBILE_NUMBER>sample string 4</MOBILE_NUMBER>
  <PER_KM_CHARGES>sample string 7</PER_KM_CHARGES>
  <TASK>sample string 12</TASK>
  <TM_ID>sample string 1</TM_ID>
  <TRANSPORTER_NAME>sample string 3</TRANSPORTER_NAME>
  <TRANSPORTER_PHOTO1>QEA=</TRANSPORTER_PHOTO1>
  <TRANSPORTER_PHOTO2>QEA=</TRANSPORTER_PHOTO2>
  <VEHICLE_MODEL>sample string 6</VEHICLE_MODEL>
  <VEHICLE_NO>sample string 5</VEHICLE_NO>
</TransportMaster>

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.