Created
February 14, 2018 18:23
-
-
Save generalredneck/a80eb222163b5f99c07ece49d4558e2b to your computer and use it in GitHub Desktop.
Example data from the appraisal of item 0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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