POST api/User/DeleteIndirizzo/{id}?anaId={anaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| anaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInError | boolean |
None. |
|
| Message | string |
None. |
|
| IdAspNet | string |
None. |
|
| CustomId | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsInError": true,
"Message": "sample string 2",
"IdAspNet": "sample string 3",
"CustomId": "sample string 4",
"Data": "sample string 5"
}