POST api/Bid/Submit

Request Information

URI Parameters

None.

Body Parameters

BidViewModel
NameDescriptionTypeAdditional information
brief

string

None.

Amount

decimal number

None.

ffAmount

decimal number

None.

clearanceAmount

decimal number

None.

transAmount

decimal number

None.

warehouseAmount

decimal number

None.

Currency

CurrencyLookup

None.

reqName

string

None.

FilePath

string

None.

Duration

integer

None.

DaysWeekType

integer

None.

BidId

string

None.

UserId

string

None.

VendorName

string

None.

RequestId

string

None.

submitType

integer

None.

StatusString

string

None.

Status

integer

None.

ProviderFees

decimal number

None.

sogisticFess

decimal number

None.

ClosureDate

date

None.

EstimatedDelivery

date

None.

SubmittedOn

date

None.

SPPriceList

PriceList

None.

requestType

RequestTypeIds

None.

Request Formats

application/json, text/json

Sample:
{
  "brief": "sample string 1",
  "amount": 2.0,
  "ffAmount": 3.0,
  "clearanceAmount": 4.0,
  "transAmount": 5.0,
  "warehouseAmount": 6.0,
  "currency": null,
  "reqName": "sample string 7",
  "filePath": "sample string 8",
  "duration": 9,
  "daysWeekType": 10,
  "bidId": "sample string 11",
  "userId": "sample string 12",
  "vendorName": "sample string 13",
  "requestId": "sample string 14",
  "submitType": 15,
  "statusString": "sample string 16",
  "status": 17,
  "providerFees": 18.0,
  "sogisticFess": 19.0,
  "closureDate": "2026-06-18T00:53:26.2018047+03:00",
  "estimatedDelivery": "2026-06-18T00:53:26.2018047+03:00",
  "submittedOn": "2026-06-18T00:53:26.2018047+03:00",
  "spPriceList": {
    "priceListId": "sample string 1",
    "priceListName": "sample string 2",
    "servicePricingFF": {
      "price": {
        "isFixed": true,
        "fixedValue": 2.0,
        "percentage": 3.0,
        "minValue": 4.0,
        "maxValue": 5.0
      }
    },
    "servicePricingClearance": {
      "price": {
        "isFixed": true,
        "fixedValue": 2.0,
        "percentage": 3.0,
        "minValue": 4.0,
        "maxValue": 5.0
      }
    },
    "servicePricingTransport": {
      "price": {
        "isFixed": true,
        "fixedValue": 2.0,
        "percentage": 3.0,
        "minValue": 4.0,
        "maxValue": 5.0
      }
    },
    "servicePricingWarehouse": {
      "price": {
        "isFixed": true,
        "fixedValue": 2.0,
        "percentage": 3.0,
        "minValue": 4.0,
        "maxValue": 5.0
      }
    },
    "_id": "000000000000000000000000"
  },
  "requestType": 1
}

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.