POST api/AccountDetails/GetBannerV2
Request Information
URI Parameters
None.
Body Parameters
GetBannersV2Name | Description | Type | Additional information |
---|---|---|---|
bSCustomerID | string |
None. |
|
companyID | integer |
None. |
|
portalUserID | string |
None. |
|
primeCustID | string |
None. |
|
accountType | string |
None. |
|
IsPrepay | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "bSCustomerID": "sample string 1", "companyID": 1, "portalUserID": "sample string 2", "primeCustID": "sample string 3", "accountType": "sample string 4", "IsPrepay": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Portal_GetBannerV2Name | Description | Type | Additional information |
---|---|---|---|
PageName | string |
None. |
|
BannerOrder | integer |
None. |
|
HtmlText | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PageName": "sample string 1", "BannerOrder": 1, "HtmlText": "sample string 2" }, { "PageName": "sample string 1", "BannerOrder": 1, "HtmlText": "sample string 2" } ]