API:Product

From MCM Combat Operations
Revision as of 11:29, 23 January 2015 by Nash Fraenkel (development | contribs) (Created page with " <nowiki> GET /products/20 Accept: application/hal+json -- response -- 200 OK Content-Type: application/hal+json { "_links": { "self": { "href": "\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
GET /products/20
Accept: application/hal+json

 -- response --
200 OK
Content-Type:  application/hal+json

{
    "_links": {
        "self": {
            "href": "\/products\/20"
        }
    },
    "prodID": "20",
    "prodName": "Conscript",
    "prodPrice": "1200",
    "prodImage": "b02e343e-f618-8e2b-da4e-d19bcf1e7d77"
}