DELETE api/StaffTeams?uniquename={uniquename}&teamId={teamId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uniquename | string |
Required |
|
teamId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StaffTeamName | Description | Type | Additional information |
---|---|---|---|
ID | decimal number |
None. |
|
UNIQUENAME | string |
None. |
|
TEAM_ID | integer |
None. |
|
OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1.0, "UNIQUENAME": "sample string 2", "TEAM_ID": 3, "OLD": 1 }
application/octet-stream
Sample:
{"ID":1.0,"UNIQUENAME":"sample string 2","TEAM_ID":3,"OLD":1}
application/xml, text/xml
Sample:
<StaffTeam xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <UNIQUENAME>sample string 2</UNIQUENAME> <TEAM_ID>3</TEAM_ID> <OLD>1</OLD> </StaffTeam>