POST api/Biding/CreateLoadWeb
Request Information
URI Parameters
None.
Body Parameters
CreateLoadWebDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RouteId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| VehicleTypeId | integer |
None. |
|
| VehicleSizeId | integer |
None. |
|
| CBM | integer |
None. |
|
| StartDate | date |
None. |
|
| Hours | integer |
None. |
|
| PaymentType | string |
None. |
|
| SourceType | string |
None. |
|
| UnitofMeasure | string |
None. |
|
| FixedAmount | decimal number |
None. |
|
| BidFrequency | integer |
None. |
|
| LoadType | string |
None. |
|
| LoadStatus | string |
None. |
|
| BidStatus | boolean |
None. |
|
| UserId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RouteId": 1,
"CompanyId": 1,
"VehicleTypeId": 1,
"VehicleSizeId": 1,
"CBM": 2,
"StartDate": "2025-12-11T01:19:36.4290853+05:00",
"Hours": 3,
"PaymentType": "sample string 4",
"SourceType": "sample string 5",
"UnitofMeasure": "sample string 6",
"FixedAmount": 7.0,
"BidFrequency": 8,
"LoadType": "sample string 9",
"LoadStatus": "sample string 10",
"BidStatus": true,
"UserId": 11,
"CreatedBy": "sample string 12",
"CreatedAt": "2025-12-11T01:19:36.4290853+05:00"
}
application/xml, text/xml
Sample:
<CreateLoadWebDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BidingApp.Data.Dtos"> <BidFrequency>8</BidFrequency> <BidStatus>true</BidStatus> <CBM>2</CBM> <CompanyId>1</CompanyId> <CreatedAt>2025-12-11T01:19:36.4290853+05:00</CreatedAt> <CreatedBy>sample string 12</CreatedBy> <FixedAmount>7</FixedAmount> <Hours>3</Hours> <LoadStatus>sample string 10</LoadStatus> <LoadType>sample string 9</LoadType> <PaymentType>sample string 4</PaymentType> <RouteId>1</RouteId> <SourceType>sample string 5</SourceType> <StartDate>2025-12-11T01:19:36.4290853+05:00</StartDate> <UnitofMeasure>sample string 6</UnitofMeasure> <UserId>11</UserId> <VehicleSizeId>1</VehicleSizeId> <VehicleTypeId>1</VehicleTypeId> </CreateLoadWebDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.