Skip to content

Commit

Permalink
V3 edit
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehu0 committed Nov 30, 2017
1 parent 8570c67 commit 9624a91
Showing 1 changed file with 19 additions and 28 deletions.
47 changes: 19 additions & 28 deletions source/record_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,45 +30,26 @@ Request
+=======================+===============+=======================================+
| access_token | Yes | API Token |
+-----------------------+---------------+---------------------------------------+
| date_from | No | format like 2017-11-16 |
| days_in_stock_from | No | format like 2017-11-16 |
+-----------------------+---------------+---------------------------------------+
| date_to | No | format like 2017-11-16 |
| days_in_stock_to | No | format like 2017-11-16 |
+-----------------------+---------------+---------------------------------------+
| price_from | No | listing_price range from, like 100.00 |
| created_date_from | No | format like 2017-11-16 |
+-----------------------+---------------+---------------------------------------+
| price_to | No | listing_price range to, like 100.00 |
| created_date_to | No | format like 2017-11-16 |
+-----------------------+---------------+---------------------------------------+
| has_comment | No | whether or not have comment, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| has_video | No | whether or not have video, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| has_price | No | whether or not have listing price, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| has_sale_price | No | whether or not have sale price, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| real_photo_count | No | whether or not have photos, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| is_certified | No | whether or not is certified, |
| | | value 'YES' or 'NO' |
+-----------------------+---------------+---------------------------------------+
| has_damage | No | whether or not is deficiency, |
| | | value 'YES' or 'NO' |
| store_id | No | Store ID |
+-----------------------+---------------+---------------------------------------+
| is_staging | No | value 0 or 1 |
+-----------------------+---------------+---------------------------------------+
| dms_status_id | No | dms_status_id |
| category_id | No | See Below |
+-----------------------+---------------+---------------------------------------+
| record_type_id | No | Record Type ID |
+-----------------------+---------------+---------------------------------------+
| status | No | status code: 0 - In-Progress, 1 - |
| | | Available and 2 - Archived |
+-----------------------+---------------+---------------------------------------+
| stocknumber | No | stock number of record. |
+-----------------------+---------------+---------------------------------------+
| condition_id | No | item condition id. |
| item_condition_id | No | item condition id. |
+-----------------------+---------------+---------------------------------------+
| make | No | make of automobile records. |
+-----------------------+---------------+---------------------------------------+
Expand Down Expand Up @@ -133,6 +114,16 @@ After the API Token, use exclude_fields=<field name>
This will prevent chrome_equipments, chrome_packages, and chrome_consumer_info sections from being sent.


Category IDs
-------------

- 2: New Automobile
- 3: Used Automobile
- 1009: Motorcycle
- 1060: ATV/UTV
- 1064: Snowmobile
- 1061: Campers/RV


JSON Return Example:
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 9624a91

Please sign in to comment.