HEAD api/anagrafiche/statocivile
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatoCivile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Descrizione | string |
None. |
Response Formats
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ([{"id":1,"descrizione":"sample string 2"},{"id":1,"descrizione":"sample string 2"}]);
application/json, text/json
Sample:
[
{
"id": 1,
"descrizione": "sample string 2"
},
{
"id": 1,
"descrizione": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfStatoCivile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Booking2011.Model">
<StatoCivile>
<Descrizione>sample string 2</Descrizione>
<Id>1</Id>
</StatoCivile>
<StatoCivile>
<Descrizione>sample string 2</Descrizione>
<Id>1</Id>
</StatoCivile>
</ArrayOfStatoCivile>