DELETE api/Shelter/{id}?userName={userName}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| userName | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Shelter| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
None. |
|
| DailyRegistrations | boolean |
None. |
|
| HotelTypeName | string |
None. |
|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Street | string |
None. |
|
| PostalCode | string |
None. |
|
| City | string |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
||
| Webpage | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPersonPhoneNumber | string |
None. |
|
| ContactPersonEmail | string |
None. |
|
| Comment | string |
None. |
|
| ShowBusinessField | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| TypeOfRegistration | integer |
None. |
|
| ShelterType | string |
None. |
|
| SeveralRegistrationsPrCountry | boolean |
None. |
|
| RestKey | string |
None. |
|
| RestId | string |
None. |
|
| ChangedBy | string |
None. |
|
| Changed | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Address": "sample string 4 sample string 5 sample string 6",
"DailyRegistrations": false,
"HotelTypeName": "sample string 1",
"ID": 2,
"Name": "sample string 3",
"Street": "sample string 4",
"PostalCode": "sample string 5",
"City": "sample string 6",
"PhoneNumber": "sample string 7",
"Email": "sample string 8",
"Webpage": "sample string 9",
"ContactPerson": "sample string 10",
"ContactPersonPhoneNumber": "sample string 11",
"ContactPersonEmail": "sample string 12",
"Comment": "sample string 13",
"ShowBusinessField": true,
"IsActive": true,
"TypeOfRegistration": 1,
"ShelterType": "sample string 14",
"SeveralRegistrationsPrCountry": true,
"RestKey": "sample string 15",
"RestId": "sample string 16",
"ChangedBy": "sample string 17",
"Changed": "2026-04-06T05:17:47.6587181+01:00"
}