Skip to content

Instantly share code, notes, and snippets.

@andrisasuke
Last active November 14, 2017 08:41
Show Gist options
  • Save andrisasuke/e921ad6102717b6c274c76dbbaecd771 to your computer and use it in GitHub Desktop.
Save andrisasuke/e921ad6102717b6c274c76dbbaecd771 to your computer and use it in GitHub Desktop.
get request offer
http://gibby.id/api/requests-offer/{request_id}/trip/{trip_id}?api_key=198bc4240396814a3c8fb73b52b451b0
{
"data" : {
"request_id": 1,
"has_offered": true, // false if blom pernah offer
"price" : 2000,
"gibby_fee" : 500,
"gibby_prosen" : 1700,
"price_to_pay" : 70000,
"is_approve": false,
"approved_at" : "2017-09-09",
"decline_at" : null,
"request_data" : { // data request detail
"id": 22,
"item_name": "Lucas Papaw Ointment 25G",
"category_id": 7,
"category": "Mom & Children Stuffs",
"country_id": 13,
"country": "Australia",
"city_id": null,
"city": null,
"price_to_pay": 90600,
"price": 72000,
"service_fee": 18600,
"brand": "Lucas",
"quantity": "1",
"color_flavour": "red",
"size": "25G",
"original_box": true,
"original_receipt": true,
"status": "Open",
"status_id": 0,
"images": [
{
"original": "https://www.gibby.id/uploads/requests/22/15105509211248376750.0",
"normal": "https://www.gibby.id/uploads/requests/22/15105509211248376750_normal.0",
"small": "https://www.gibby.id/uploads/requests/22/15105509211248376750_small.0",
"mini": "https://www.gibby.id/uploads/requests/22/15105509211248376750_mini.0",
"thumbnail": "https://www.gibby.id/uploads/requests/22/15105509211248376750_thumbnail.0"
}
],
"collection_method_id": 1,
"collection_method": "Meet Up",
"maximum_delivery_date": "2017-10-30",
"delivery_country_to": 101,
"delivery_country": "Indonesia",
"delivery_city_to": 3,
"delivery_city": "Balikpapan",
"delivery_address": "Please arrange with traveller",
"shop_address": "any drugstore",
"note": "original price should be around aud5",
"user": {
"id": 33,
"user": "sucifadz",
"name": "suci",
"images": {
"original": "https://www.gibby.id/uploads/users/33/1509511502720979305.jpg",
"normal": "https://www.gibby.id/uploads/users/33/1509511502720979305_normal.jpg",
"small": "https://www.gibby.id/uploads/users/33/1509511502720979305_small.jpg",
"mini": "https://www.gibby.id/uploads/users/33/1509511502720979305_mini.jpg"
},
"rating": "0.00"
},
"has_offer": false,
"has_accepted_offer": false,
"has_declined_offer": false,
"count_user_offer": 0,
"accepted_offer": null,
"is_owner": false,
"isCancel": false,
"canComment": false,
"created_at": "2017-11-13 12:28:41",
"updated_at": "2017-11-13 12:28:41",
"comment_count": 0,
"can_offer": false,
"cant_type": 3,
"cant_type_string": "Please login first to offer help",
"traveller": {
"id": 0,
"name": null,
"image": {
"original": "https://www.gibby.id/images/default.jpg",
"normal": "https://www.gibby.id/images/default.jpg",
"small": "https://www.gibby.id/images/default.jpg",
"mini": "https://www.gibby.id/images/default.jpg"
},
"rating": "0.00"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment