POST api/Shoot/deleteshootlocation
Request Information
URI Parameters
None.
Body Parameters
DeleteShowLocationModelName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
ShowLocationID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "ShowLocationID": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
ContentEncoding | Encoding |
None. |
|
ContentType | string |
None. |
|
Data | Object |
None. |
|
JsonRequestBehavior | JsonRequestBehavior |
None. |
|
MaxJsonLength | integer |
None. |
|
RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ContentEncoding": null, "ContentType": "sample string 1", "Data": { "$id": "2" }, "JsonRequestBehavior": 0, "MaxJsonLength": 1, "RecursionLimit": 1 }