POST api/teamManagement/delete
Request Information
URI Parameters
None.
Body Parameters
team_dataName | Description | Type | Additional information |
---|---|---|---|
team_id | integer |
None. |
|
team_name | string |
None. |
|
team_parent | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "team_id": 1, "team_name": "sample string 1", "team_parent": 1 }
application/xml, text/xml
Sample:
<team_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <team_id>1</team_id> <team_name>sample string 1</team_name> <team_parent>1</team_parent> </team_data>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.