POST api/PoctLogin/SentWonBid

Request Information

URI Parameters

None.

Body Parameters

wonnsent
NameDescriptionTypeAdditional information
DriverName

string

None.

DriverMobile

string

None.

DriverBoard

date

None.

trucktyped

string

None.

DriverRemarks

string

None.

sn

integer

None.

trucknumber

string

None.

license

string

None.

photourl

string

None.

photobyte

string

None.

add

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "DriverName": "sample string 1",
  "DriverMobile": "sample string 2",
  "DriverBoard": "2026-01-17T10:49:04.0166052+05:30",
  "trucktyped": "sample string 4",
  "DriverRemarks": "sample string 5",
  "sn": 6,
  "trucknumber": "sample string 7",
  "license": "sample string 8",
  "photourl": "sample string 9",
  "photobyte": "sample string 10",
  "add": "sample string 11"
}

application/xml, text/xml

Sample:
<Login.wonnsent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <DriverBoard>2026-01-17T10:49:04.0166052+05:30</DriverBoard>
  <DriverMobile>sample string 2</DriverMobile>
  <DriverName>sample string 1</DriverName>
  <DriverRemarks>sample string 5</DriverRemarks>
  <add>sample string 11</add>
  <license>sample string 8</license>
  <photobyte>sample string 10</photobyte>
  <photourl>sample string 9</photourl>
  <sn>6</sn>
  <trucknumber>sample string 7</trucknumber>
  <trucktyped>sample string 4</trucktyped>
</Login.wonnsent>

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, text/html

Sample:

Sample not available.