GET Api/Fidelity/GetShops
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Negozio| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_PDV | integer |
None. |
|
| INDIRIZZO | string |
None. |
|
| COMUNE | string |
None. |
|
| PROVINCIA | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID_PDV": 1,
"INDIRIZZO": "sample string 2",
"COMUNE": "sample string 3",
"PROVINCIA": "sample string 4"
},
{
"ID_PDV": 1,
"INDIRIZZO": "sample string 2",
"COMUNE": "sample string 3",
"PROVINCIA": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfNegozio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Fidelity">
<Negozio>
<COMUNE>sample string 3</COMUNE>
<ID_PDV>1</ID_PDV>
<INDIRIZZO>sample string 2</INDIRIZZO>
<PROVINCIA>sample string 4</PROVINCIA>
</Negozio>
<Negozio>
<COMUNE>sample string 3</COMUNE>
<ID_PDV>1</ID_PDV>
<INDIRIZZO>sample string 2</INDIRIZZO>
<PROVINCIA>sample string 4</PROVINCIA>
</Negozio>
</ArrayOfNegozio>