GET api/Order?vOrderTrackerBanner={vOrderTrackerBanner}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vOrderTrackerBanner | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BannerSC| Name | Description | Type | Additional information |
|---|---|---|---|
| BannerName | string |
None. |
|
| BannerURL | string |
None. |
|
| BannerType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"BannerName": "sample string 1",
"BannerURL": "sample string 2",
"BannerType": "sample string 3"
},
{
"$ref": "1"
}
]