POST api/PoctLogin/UpdateBidValue11
Request Information
URI Parameters
None.
Body Parameters
upbid11| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| Sn | integer |
None. |
|
| Carriage | string |
None. |
|
| DTHC | string |
None. |
|
| Inland | string |
None. |
|
| THC | string |
None. |
|
| BL | string |
None. |
|
| Seal | string |
None. |
|
| LOLO | string |
None. |
|
| MUC | string |
None. |
|
| Congestion | string |
None. |
|
| Marine | string |
None. |
|
| EBF | string |
None. |
|
| EQS | string |
None. |
|
| OCR | string |
None. |
|
| AMS | string |
None. |
|
| PSS | string |
None. |
|
| Shipping | string |
None. |
|
| Validity | date |
None. |
|
| Porthandover | date |
None. |
|
| Vesseldate | date |
None. |
|
| freedays | string |
None. |
|
| currency | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Amount": 1.0,
"Remarks": "sample string 2",
"Sn": 3,
"Carriage": "sample string 4",
"DTHC": "sample string 5",
"Inland": "sample string 6",
"THC": "sample string 7",
"BL": "sample string 8",
"Seal": "sample string 9",
"LOLO": "sample string 10",
"MUC": "sample string 11",
"Congestion": "sample string 12",
"Marine": "sample string 13",
"EBF": "sample string 14",
"EQS": "sample string 15",
"OCR": "sample string 16",
"AMS": "sample string 17",
"PSS": "sample string 18",
"Shipping": "sample string 19",
"Validity": "2026-01-17T10:48:05.187649+05:30",
"Porthandover": "2026-01-17T10:48:05.187649+05:30",
"Vesseldate": "2026-01-17T10:48:05.187649+05:30",
"freedays": "sample string 23",
"currency": "sample string 24"
}
application/xml, text/xml
Sample:
<Login.upbid11 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <AMS>sample string 17</AMS> <Amount>1</Amount> <BL>sample string 8</BL> <Carriage>sample string 4</Carriage> <Congestion>sample string 12</Congestion> <DTHC>sample string 5</DTHC> <EBF>sample string 14</EBF> <EQS>sample string 15</EQS> <Inland>sample string 6</Inland> <LOLO>sample string 10</LOLO> <MUC>sample string 11</MUC> <Marine>sample string 13</Marine> <OCR>sample string 16</OCR> <PSS>sample string 18</PSS> <Porthandover>2026-01-17T10:48:05.187649+05:30</Porthandover> <Remarks>sample string 2</Remarks> <Seal>sample string 9</Seal> <Shipping>sample string 19</Shipping> <Sn>3</Sn> <THC>sample string 7</THC> <Validity>2026-01-17T10:48:05.187649+05:30</Validity> <Vesseldate>2026-01-17T10:48:05.187649+05:30</Vesseldate> <currency>sample string 24</currency> <freedays>sample string 23</freedays> </Login.upbid11>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.