Skip to content

Instantly share code, notes, and snippets.

@tvaughan77
Last active September 11, 2018 18:07
Show Gist options
  • Save tvaughan77/73734e705cda3df9270c9c954b4606e6 to your computer and use it in GitHub Desktop.
Save tvaughan77/73734e705cda3df9270c9c954b4606e6 to your computer and use it in GitHub Desktop.
Example of offers-by-grade response
{
"isBase64Encoded": false,
"httpStatusCode": 200,
"errors": [],
"upsideCode": 200,
"payload": [
{
"uuid": "53d172c3-8d71-4f6e-bd77-32474a8678bd",
"userUuid": "42a3e42c-9310-4e1b-a89a-ba682c5f15b7",
"siteUuid": "9f694762-737b-4734-8762-19ae2e6dacd2",
"text": "Rick's Test Site 4",
"durationToCompletePurchase": 14400000,
"offerState": {
"status": "CREATED",
"createdAt": 1536688903233,
"offerEndsAt": 1536775303233,
"earningType": "CASH",
"isFirstReconcile": false,
"isFirstClaim": false,
"isFirstAbandoned": false,
"isFirstRejection": false
},
"offerCategory": "GAS",
"siteLocation": {
"id": 745,
"uuid": "fbf68f88-e51f-4437-9af5-832d17b7bf58",
"address1": "1875 K St NW",
"locality": "Washington",
"region": "DC",
"postCode": "20006",
"countryCode": "US",
"latitude": 38.9029596,
"longitude": -77.0430373,
"latitude_1e6": 38902960,
"longitude_1e6": -77043037
},
"discounts": [
{
"type": "gas_outside",
"id": 1,
"text": "$0.02",
"detailText": "$0.02 cash back per gallon",
"terms": " ",
"discountPerGallon": {
"amount": 0.02,
"currency": "USD"
},
"gasType": "REGULAR"
},
{
"type": "gas_outside",
"id": 2,
"text": "$0.03",
"detailText": "$0.03 cash back per gallon",
"terms": " ",
"discountPerGallon": {
"amount": 0.03,
"currency": "USD"
},
"gasType": "MIDGRADE"
},
{
"type": "gas_outside",
"id": 3,
"text": "$0.04",
"detailText": "$0.04 cash back per gallon",
"terms": " ",
"discountPerGallon": {
"amount": 0.04,
"currency": "USD"
},
"gasType": "PREMIUM"
},
{
"type": "gas_outside",
"id": 4,
"text": "$0.03",
"detailText": "$0.03 cash back per gallon",
"terms": " ",
"discountPerGallon": {
"amount": 0.03,
"currency": "USD"
},
"gasType": "DIESEL"
},
{
"type": "gas_outside",
"id": 5,
"text": "$0.02",
"detailText": "$0.02 cash back per gallon",
"terms": " ",
"discountPerGallon": {
"amount": 0.02,
"currency": "USD"
},
"gasType": "NONE"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment