POST v1/user/shipment/offer/count
MOBILE - Shipment offers count.
Request Information
URI Parameters
None.
Body Parameters
UserOfferCountRequestModelName | Description | Type | Additional information |
---|---|---|---|
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:
{ "user_id": "sample string 1", "user_signature": "sample string 2" }
Response Information
Resource Description
MOBILE - Shipment offers count.
BaseMetaResultModelOfUserOfferCountModel[]Name | Description | Type | Additional information |
---|---|---|---|
response | Collection of UserOfferCountModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": [ { "description": "sample string 1", "offer_status": 2, "offer_count": 3 }, { "description": "sample string 1", "offer_status": 2, "offer_count": 3 } ], "meta": { "status_code": 1, "status_message": "sample string 2" } }