Skip to content

Instantly share code, notes, and snippets.

@generalredneck
Created February 14, 2018 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generalredneck/a80eb222163b5f99c07ece49d4558e2b to your computer and use it in GitHub Desktop.
Save generalredneck/a80eb222163b5f99c07ece49d4558e2b to your computer and use it in GitHub Desktop.
Example data from the appraisal of item 0
{
"issueId": 0,
"publishedProductValueId": 0,
"options": [
{
"optionDescription": "String",
"publishedOptionValueId": 0,
"optionValue": 0,
"defaultQuantity": 0,
"extendedValue": 0,
"inBase": false
}
],
"standardFeatures": [
{
"groupDescription": "String",
"groupSortOrder": 0,
"id": 0,
"name": "String",
"description": "String",
"printOrder": 0
}
],
"resaleCashValueBase": 0,
"averageWholesale": 0,
"tradeRough": 0,
"tradePremium": 0,
"publishedAverageMeter": 0,
"meterAdjustment": 0,
"meterSizeCode": "String",
"meterDescription": "String",
"averageReconditioning": 0,
"retailAdvertised": 0,
"regionCode": "String",
"currencyCode": "String",
"responseStatus": {
"errorCode": "String",
"message": "String",
"stackTrace": "String",
"errors": [
{
"errorCode": "String",
"fieldName": "String",
"message": "String",
"meta": {
"String": "String"
}
}
],
"meta": {
"String": "String"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment