Last active
November 9, 2019 10:00
-
-
Save kevinmcampos/b0f8c18fe478e11a06a1e9cb96fd3d7b to your computer and use it in GitHub Desktop.
GET /inventories
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
{ | |
"filtered":6, | |
"total":6, | |
"results":[ | |
{ | |
"code":"AAA10305", | |
"status":"AVAILABLE", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_11.png", | |
"date_created":"2019-11-20T08:09:16.799680" | |
}, | |
{ | |
"code":"BBB30606", | |
"status":"DELIVERED", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_22.png", | |
"date_created":"2019-11-20T12:10:16.799680" | |
}, | |
{ | |
"code":"CCC50444", | |
"status":"LOST", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_33.png", | |
"date_created":"2019-11-20T15:09:21.799680" | |
}, | |
{ | |
"code":"CCC50445", | |
"status":"IN_REPAIR", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_44.png", | |
"date_created":"2019-11-18T04:22:44.799680" | |
}, | |
{ | |
"code":"CCC50446", | |
"status":"DELIVERED", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_55.png", | |
"date_created":"2019-11-16T21:09:16.799680" | |
}, | |
{ | |
"code":"BBB30608", | |
"status":"AVAILABLE", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_66.png", | |
"date_created":"2019-11-16T22:55:16.799680" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment