Skip to content

Commit

Permalink
V3 edit
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehu0 committed Dec 7, 2017
1 parent 9624a91 commit e7aff87
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions source/record_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,106 @@ JSON Return Example:
}
}
]
ATV & UTV
{
"links": {
"next": "https://api.cdemo.com/v3/records?access_token=H2RbYJSOXcksNlx1qOLdOhkWOaqYAU&product_id=1060&page=2",
"prev": null,
"total_results": 134
},
"paginated_results": [
{
"inspection_id": "20170930ympexwkr",
"title": "2018 Polaris 45O HO SPORTSMAN ",
"status": 1,
"staging_flag": 0,
"store": {
"id": 10589,
"name": "Store Name"
},
"product": {
"id": 1060,
"description": "ATVs & UTVs"
},
"category": {
"id": 1104,
"description": "Utility ATV"
},
"item_condition": {
"id": 1,
"description": "New"
},
"style": {
"id": 21,
"description": "Generic"
},
"dms_status": {
"status": null,
"description": null
},
"record_type": {
"id": 74,
"description": "Generic"
},
"city": "Edmonton",
"region": "AB",
"country_code": "CA",
"photo_count": 0,
"days_in_stock": 69,
"detail_page_url": "http://live.cdemo.com/view-details/atvs-utvs/...",
"inventory_date": "2017-09-30T10:16:27Z",
"deficiency_flag": null,
"repair_info_flag": null,
"whole_sale_price": null,
"invoice_price": "6681.00",
"listing_currency": null,
"sale_price": null,
"listing_price": "0.00",
"listing_comment": null,
"wholesale_comment": null,
"msrp": "0.00",
"financing_comment": null,
"bi_weekly_finance_price": null,
"monthly_finance_price": null,
"weekly_finance_price": null,
"down_payment": null,
"monthly_period": null,
"percent_apr": null,
"sale_price_start_dt": null,
"sale_price_end_dt": null,
"youtube_video_id": null,
"youtube_embed_url": "",
"urls_for_360_image": null,
"primary_photo_url": null,
"primary_photo_thumbnail": null,
"youtube_watch_url": "",
"created_by": "system",
"created_date": "2017-09-30T10:16:27Z",
"last_mod_date": "2017-10-02T14:56:24Z",
"last_mod_by": "1062260cdemo",
"detail": {
"engine": null,
"odometer_type": "Kilometers",
"make": "Polaris",
"primary_colour": "",
"hours": null,
"year": "2018",
"serial_number": "4XASEA500JA100398",
"model": "45O HO SPORTSMAN",
"odometer_reading": 0
}
},
}

0 comments on commit e7aff87

Please sign in to comment.