GET api/TrungBayHeThong/Campaigns
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CampaignModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3"
},
{
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3"
}
]