POST v1/company/shipment/offer/revision
WEB - REVISION REQUEST FOR OFFER.
Request Information
URI Parameters
None.
Body Parameters
CompanyShipmentOfferRevisionRequestModelName | Description | Type | Additional information |
---|---|---|---|
offer_company_uid | string |
Required |
|
offer_user_uid | string |
None. |
|
offer_shipment_uid | string |
Required |
|
offer_amount | decimal number |
Required |
|
offer_vehicle_id | integer |
Required |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "offer_company_uid": "sample string 1", "offer_user_uid": "sample string 2", "offer_shipment_uid": "sample string 3", "offer_amount": 4.0, "offer_vehicle_id": 5, "user_company_id": "sample string 6", "user_id": "sample string 7", "user_signature": "sample string 8" }
Response Information
Resource Description
WEB - REVISION REQUEST FOR OFFER.
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }