DELETE api/Credits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Credits| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| descr | string |
None. |
|
| name | string |
None. |
|
| icon | string |
None. |
|
| orderby | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"descr": "sample string 2",
"name": "sample string 3",
"icon": "sample string 4",
"orderby": 1
}
application/xml, text/xml
Sample:
<Credits xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models"> <Id>1</Id> <descr>sample string 2</descr> <icon>sample string 4</icon> <name>sample string 3</name> <orderby>1</orderby> </Credits>