GET api/markets/{C4Uid}
Get market by market C4Uid
Request Information
Authentication
This method requires device authentication
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| C4Uid |
(Required) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Market| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketName |
Market Name. |
string |
None. |
| C4Uid |
Alphanumeric code for a particular market. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MarketName": "sample string 1",
"C4Uid": "sample string 2"
}