POST api/Request/Edit
Request Information
URI Parameters
None.
Body Parameters
RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Lang | integer |
None. |
|
| ID | integer |
None. |
|
| RequesterID | integer |
None. |
|
| RequestType | integer |
None. |
|
| BillOfLanding | string |
None. |
|
| BookingNumber | string |
None. |
|
| PriceOwnerID | integer |
None. |
|
| PriceOwnerName | string |
None. |
|
| ContainerType | integer |
None. |
|
| ContainerTypeText | string |
None. |
|
| Quantity | integer |
None. |
|
| IsGensetNeeded | boolean |
None. |
|
| GensetVendor | integer |
None. |
|
| GensetVendorText | string |
None. |
|
| GeneratorLeftOn | integer |
None. |
|
| GeneratorLeftOnText | string |
None. |
|
| GeneratorLeftOff | integer |
None. |
|
| GeneratorLeftOffText | string |
None. |
|
| NumberOfTrucks | integer |
None. |
|
| RequestedDeliveryDate | date |
None. |
|
| RequestedDeliveryTime | time interval |
None. |
|
| Gatewayport | integer |
None. |
|
| GatewayportText | string |
None. |
|
| isTrucksDivided | boolean |
None. |
|
| ArrivingDate | date |
None. |
|
| StuffingDate | date |
None. |
|
| ContainerRequestedText | string |
None. |
|
| ShippinLineID | integer |
None. |
|
| ShippinLineText | string |
None. |
|
| EmptiesLeftOff | string |
None. |
|
| LoadingPortID | integer |
None. |
|
| LoadingPortText | string |
None. |
|
| LoadingWeightID | integer |
None. |
|
| LoadingWeightText | string |
None. |
|
| BookingAttachmentExtension | string |
None. |
|
| BookingAttachment | string |
None. |
|
| IsSpecialRequest | boolean |
None. |
|
| SpecialRequestType | integer |
None. |
|
| SpecialRequestTypeText | string |
None. |
|
| SpecialRequestNotes | string |
None. |
|
| EstimatedCost | decimal number |
None. |
|
| TotalCountOfRows | integer |
None. |
|
| RequestStatus | integer |
None. |
|
| RequestStatusText | string |
None. |
|
| Cost | decimal number |
None. |
|
| Paid | boolean |
None. |
|
| BillingPartyID | integer |
None. |
|
| BillingPartyName | string |
None. |
|
| ShipperConsigneeID | integer |
None. |
|
| ShipperConsigneeName | string |
None. |
|
| DestinationID | integer |
None. |
|
| DestinationText | string |
None. |
|
| DropOff_PickUp | integer |
None. |
|
| DropOff_PickUpText | string |
None. |
|
| CustomProceduresID | integer |
None. |
|
| CustomProceduresText | string |
None. |
|
| LocationOnMap | string |
None. |
|
| Notes | string |
None. |
|
| TruckType | integer |
None. |
|
| CustomCertificateNo | string |
None. |
|
| BillOfLadingExtension | string |
None. |
|
| BillOfLadingAttachment | string |
None. |
|
| Trucks | Collection of RequestTrucksModel |
None. |
|
| AcceptStatus | integer |
None. |
|
| AcceptStatusText | string |
None. |
|
| Bills | Collection of RequestAttachmentModel |
None. |
|
| DeliveryStatus | integer |
None. |
|
| DeliveryDate | date |
None. |
|
| TaskID | integer |
None. |
|
| TaskExecutionDate | date |
None. |
|
| ArriveDate | date |
None. |
|
| HaveContainerPics | integer |
None. |
|
| DriverStuffingDate | date |
None. |
|
| IfReleaseLetterUploaded | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lang": 1,
"ID": 1,
"RequesterID": 1,
"RequestType": 2,
"BillOfLanding": "sample string 3",
"BookingNumber": "sample string 4",
"PriceOwnerID": 5,
"PriceOwnerName": "sample string 6",
"ContainerType": 1,
"ContainerTypeText": "sample string 7",
"Quantity": 1,
"IsGensetNeeded": true,
"GensetVendor": 1,
"GensetVendorText": "sample string 8",
"GeneratorLeftOn": 1,
"GeneratorLeftOnText": "sample string 9",
"GeneratorLeftOff": 1,
"GeneratorLeftOffText": "sample string 10",
"NumberOfTrucks": 1,
"RequestedDeliveryDate": "2025-12-05T19:41:01.6038002-08:00",
"RequestedDeliveryTime": "00:00:00.1234567",
"Gatewayport": 1,
"GatewayportText": "sample string 11",
"isTrucksDivided": true,
"ArrivingDate": "2025-12-05T19:41:01.6038002-08:00",
"StuffingDate": "2025-12-05T19:41:01.6038002-08:00",
"ContainerRequestedText": "sample string 12",
"ShippinLineID": 1,
"ShippinLineText": "sample string 13",
"EmptiesLeftOff": "sample string 14",
"LoadingPortID": 1,
"LoadingPortText": "sample string 15",
"LoadingWeightID": 1,
"LoadingWeightText": "sample string 16",
"BookingAttachmentExtension": "sample string 17",
"BookingAttachment": "sample string 18",
"IsSpecialRequest": true,
"SpecialRequestType": 1,
"SpecialRequestTypeText": "sample string 19",
"SpecialRequestNotes": "sample string 20",
"EstimatedCost": 1.1,
"TotalCountOfRows": 21,
"RequestStatus": 1,
"RequestStatusText": "sample string 22",
"Cost": 1.1,
"Paid": true,
"BillingPartyID": 1,
"BillingPartyName": "sample string 23",
"ShipperConsigneeID": 1,
"ShipperConsigneeName": "sample string 24",
"DestinationID": 1,
"DestinationText": "sample string 25",
"DropOff_PickUp": 1,
"DropOff_PickUpText": "sample string 26",
"CustomProceduresID": 1,
"CustomProceduresText": "sample string 27",
"LocationOnMap": "sample string 28",
"Notes": "sample string 29",
"TruckType": 1,
"CustomCertificateNo": "sample string 30",
"BillOfLadingExtension": "sample string 31",
"BillOfLadingAttachment": "sample string 32",
"Trucks": [
{
"TruckDate": "2025-12-05T19:41:01.6038002-08:00",
"NumberOfTrucks": 1
},
{
"TruckDate": "2025-12-05T19:41:01.6038002-08:00",
"NumberOfTrucks": 1
}
],
"AcceptStatus": 1,
"AcceptStatusText": "sample string 33",
"Bills": [
{
"ID": 1,
"AttachFile": "sample string 1",
"AttachFileExtension": "sample string 2",
"Notes": "sample string 3"
},
{
"ID": 1,
"AttachFile": "sample string 1",
"AttachFileExtension": "sample string 2",
"Notes": "sample string 3"
}
],
"DeliveryStatus": 1,
"DeliveryDate": "2025-12-05T19:41:01.6038002-08:00",
"TaskID": 1,
"TaskExecutionDate": "2025-12-05T19:41:01.6038002-08:00",
"ArriveDate": "2025-12-05T19:41:01.6038002-08:00",
"HaveContainerPics": 1,
"DriverStuffingDate": "2025-12-05T19:41:01.6038002-08:00",
"IfReleaseLetterUploaded": true
}
application/xml, text/xml
Sample:
<RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<AcceptStatus>1</AcceptStatus>
<AcceptStatusText>sample string 33</AcceptStatusText>
<ArriveDate>2025-12-05T19:41:01.6038002-08:00</ArriveDate>
<ArrivingDate>2025-12-05T19:41:01.6038002-08:00</ArrivingDate>
<BillOfLadingAttachment>sample string 32</BillOfLadingAttachment>
<BillOfLadingExtension>sample string 31</BillOfLadingExtension>
<BillOfLanding>sample string 3</BillOfLanding>
<BillingPartyID>1</BillingPartyID>
<BillingPartyName>sample string 23</BillingPartyName>
<Bills>
<RequestAttachmentModel>
<AttachFile>sample string 1</AttachFile>
<AttachFileExtension>sample string 2</AttachFileExtension>
<ID>1</ID>
<Notes>sample string 3</Notes>
</RequestAttachmentModel>
<RequestAttachmentModel>
<AttachFile>sample string 1</AttachFile>
<AttachFileExtension>sample string 2</AttachFileExtension>
<ID>1</ID>
<Notes>sample string 3</Notes>
</RequestAttachmentModel>
</Bills>
<BookingAttachment>sample string 18</BookingAttachment>
<BookingAttachmentExtension>sample string 17</BookingAttachmentExtension>
<BookingNumber>sample string 4</BookingNumber>
<ContainerRequestedText>sample string 12</ContainerRequestedText>
<ContainerType>1</ContainerType>
<ContainerTypeText>sample string 7</ContainerTypeText>
<Cost>1.1</Cost>
<CustomCertificateNo>sample string 30</CustomCertificateNo>
<CustomProceduresID>1</CustomProceduresID>
<CustomProceduresText>sample string 27</CustomProceduresText>
<DeliveryDate>2025-12-05T19:41:01.6038002-08:00</DeliveryDate>
<DeliveryStatus>1</DeliveryStatus>
<DestinationID>1</DestinationID>
<DestinationText>sample string 25</DestinationText>
<DriverStuffingDate>2025-12-05T19:41:01.6038002-08:00</DriverStuffingDate>
<DropOff_PickUp>1</DropOff_PickUp>
<DropOff_PickUpText>sample string 26</DropOff_PickUpText>
<EmptiesLeftOff>sample string 14</EmptiesLeftOff>
<EstimatedCost>1.1</EstimatedCost>
<Gatewayport>1</Gatewayport>
<GatewayportText>sample string 11</GatewayportText>
<GeneratorLeftOff>1</GeneratorLeftOff>
<GeneratorLeftOffText>sample string 10</GeneratorLeftOffText>
<GeneratorLeftOn>1</GeneratorLeftOn>
<GeneratorLeftOnText>sample string 9</GeneratorLeftOnText>
<GensetVendor>1</GensetVendor>
<GensetVendorText>sample string 8</GensetVendorText>
<HaveContainerPics>1</HaveContainerPics>
<ID>1</ID>
<IfReleaseLetterUploaded>true</IfReleaseLetterUploaded>
<IsGensetNeeded>true</IsGensetNeeded>
<IsSpecialRequest>true</IsSpecialRequest>
<Lang>1</Lang>
<LoadingPortID>1</LoadingPortID>
<LoadingPortText>sample string 15</LoadingPortText>
<LoadingWeightID>1</LoadingWeightID>
<LoadingWeightText>sample string 16</LoadingWeightText>
<LocationOnMap>sample string 28</LocationOnMap>
<Notes>sample string 29</Notes>
<NumberOfTrucks>1</NumberOfTrucks>
<Paid>true</Paid>
<PriceOwnerID>5</PriceOwnerID>
<PriceOwnerName>sample string 6</PriceOwnerName>
<Quantity>1</Quantity>
<RequestStatus>1</RequestStatus>
<RequestStatusText>sample string 22</RequestStatusText>
<RequestType>2</RequestType>
<RequestedDeliveryDate>2025-12-05T19:41:01.6038002-08:00</RequestedDeliveryDate>
<RequestedDeliveryTime>PT0.1234567S</RequestedDeliveryTime>
<RequesterID>1</RequesterID>
<ShipperConsigneeID>1</ShipperConsigneeID>
<ShipperConsigneeName>sample string 24</ShipperConsigneeName>
<ShippinLineID>1</ShippinLineID>
<ShippinLineText>sample string 13</ShippinLineText>
<SpecialRequestNotes>sample string 20</SpecialRequestNotes>
<SpecialRequestType>1</SpecialRequestType>
<SpecialRequestTypeText>sample string 19</SpecialRequestTypeText>
<StuffingDate>2025-12-05T19:41:01.6038002-08:00</StuffingDate>
<TaskExecutionDate>2025-12-05T19:41:01.6038002-08:00</TaskExecutionDate>
<TaskID>1</TaskID>
<TotalCountOfRows>21</TotalCountOfRows>
<TruckType>1</TruckType>
<Trucks xmlns:d2p1="http://schemas.datacontract.org/2004/07/DAL.Models">
<d2p1:RequestTrucksModel>
<d2p1:NumberOfTrucks>1</d2p1:NumberOfTrucks>
<d2p1:TruckDate>2025-12-05T19:41:01.6038002-08:00</d2p1:TruckDate>
</d2p1:RequestTrucksModel>
<d2p1:RequestTrucksModel>
<d2p1:NumberOfTrucks>1</d2p1:NumberOfTrucks>
<d2p1:TruckDate>2025-12-05T19:41:01.6038002-08:00</d2p1:TruckDate>
</d2p1:RequestTrucksModel>
</Trucks>
<isTrucksDivided>true</isTrucksDivided>
</RequestModel>
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.