POST api/PopUpMessaggio/get_ElencoPopUp
Request Information
URI Parameters
None.
Body Parameters
GetPopUpMessaggi| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1"
}
application/xml, text/xml
Sample:
<ParametriWS.GetPopUpMessaggi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess"> <UserId>sample string 1</UserId> </ParametriWS.GetPopUpMessaggi>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PopUpMessaggio| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UrlImg | string |
None. |
|
| Link | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UrlImg": "sample string 2",
"Link": "sample string 3"
},
{
"Id": 1,
"UrlImg": "sample string 2",
"Link": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfPopUpMessaggio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
<PopUpMessaggio>
<Id>1</Id>
<Link>sample string 3</Link>
<UrlImg>sample string 2</UrlImg>
</PopUpMessaggio>
<PopUpMessaggio>
<Id>1</Id>
<Link>sample string 3</Link>
<UrlImg>sample string 2</UrlImg>
</PopUpMessaggio>
</ArrayOfPopUpMessaggio>