Yes I can good sir. Follows the JSON payload. Question would be: How do I make my repeater to take all of this data?
{
"requestStatus": {
"success": true,
"version": "v1"
},
"product": {
"productType": "TRANSFER",
"name": "Airport Transfer",
"shortDescription": "Available 24 hours a day.",
"description": "Our driver will pick you up.",
"productCode": "ABCDEF",
"internalCode": "TMGA2SJ",
"supplierId": 80718,
"supplierAlias": "",
"supplierName": "",
"timezone": "America/Chicago",
"advertisedPrice": 100,
"priceOptions": [
{
"id": 1378348,
"price": 100,
"label": "Group from 1 to 3",
"seatsUsed": 1,
"minQuantity": 1,
"maxQuantity": 3,
"priceGroupType": "TOTAL",
"productCode": ""
},
{
"id": 1378349,
"price": 130,
"label": "Group from 4 to 8",
"seatsUsed": 1,
"minQuantity": 4,
"maxQuantity": 8,
"priceGroupType": "TOTAL",
"productCode": ""
}
],
"currency": "USD",
"unitLabel": "Guest",
"unitLabelPlural": "Guests",
"quantityRequired": true,
"quantityRequiredMin": 1,
"quantityRequiredMax": 10,
"images": [
{
"id": 1023908,
"itemUrl": "car.jpg",
"thumbnailUrl": "car2.jpg",
"mediumSizeUrl": "car3.jpg",
"largeSizeUrl": "car4.jpg"
}
],
"videos": [],
"bookingMode": "DATE_ENQUIRY",
"charter": true,
"terms": "",
"generalTerms": "Deposits are refundable.",
"bookingFields": [
{
"label": "Please let us know where you wish to be dropped off?",
"requiredPerParticipant": false,
"requiredPerBooking": true,
"visiblePerParticipant": false,
"visiblePerBooking": true
}
],
"latitude": 12.144782215856166,
"longitude": -86.1712863995117,
"confirmMode": "AUTOCONFIRM",
"confirmModeMinParticipants": 0,
"commissionIncludesExtras": false,
"cancellationPolicyDays": 1,
"minimumNoticeMinutes": 1080,
"durationMinutes": 180,
"dateUpdated": "2018-01-18T23:38:04Z",
"locationAddress": {
"addressLine": "",
"postCode": "",
"city": "mga",
"state": "nicaragua",
"countryCode": "ni",
"latitude": 12.144782215856166,
"longitude": -86.1712863995117
},
"languages": [
"es"
]
}
}