PUT api/Truckers/updateQuickPay/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TruckersQPBindingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SignAgreementDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SignAgreementDate": "2025-10-29T09:59:54.388249Z"
}
application/xml, text/xml
Sample:
<TruckersQPBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShipperCore.ViewModels"> <SignAgreementDate>2025-10-29T09:59:54.388249Z</SignAgreementDate> </TruckersQPBindingViewModel>
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.