POST v1/user/shipment/offer/add
MOBILE - Shipment add offer.
Request Information
URI Parameters
None.
Body Parameters
UserOfferAddRequestModelName | Description | Type | Additional information |
---|---|---|---|
offer_shipment_id | string |
Required |
|
offer_amount | integer |
Required |
|
offer_vehicle_id | integer |
Required |
|
offer_bank_id | integer |
Required |
|
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_shipment_id": "sample string 1", "offer_amount": 2, "offer_vehicle_id": 3, "offer_bank_id": 4, "user_id": "sample string 5", "user_signature": "sample string 6" }
Response Information
Resource Description
MOBILE - Shipment add 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" } }