DELETE api/Coaches/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CoachName | Description | Type | Additional information |
---|---|---|---|
COACH_ID | string |
None. |
|
FIRSTNAME | string |
None. |
|
MIDDLENAME | string |
None. |
|
LASTNAME | string |
None. |
|
LEVEL_ID | integer |
None. |
|
ISCOACH | boolean |
None. |
|
OWN_PAT_ONLY | boolean |
None. |
|
TEAM_ID | integer |
None. |
|
PATIENTS | integer |
None. |
|
DIV_ID | integer |
None. |
|
LEVEL2_ID | integer |
None. |
|
TEAM_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "COACH_ID": "sample string 1", "FIRSTNAME": "sample string 2", "MIDDLENAME": "sample string 3", "LASTNAME": "sample string 4", "LEVEL_ID": 1, "ISCOACH": true, "OWN_PAT_ONLY": true, "TEAM_ID": 7, "PATIENTS": 1, "DIV_ID": 8, "LEVEL2_ID": 1, "TEAM_NAME": "sample string 9" }
application/octet-stream
Sample:
{"COACH_ID":"sample string 1","FIRSTNAME":"sample string 2","MIDDLENAME":"sample string 3","LASTNAME":"sample string 4","LEVEL_ID":1,"ISCOACH":true,"OWN_PAT_ONLY":true,"TEAM_ID":7,"PATIENTS":1,"DIV_ID":8,"LEVEL2_ID":1,"TEAM_NAME":"sample string 9"}
application/xml, text/xml
Sample:
<Coach xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <COACH_ID>sample string 1</COACH_ID> <FIRSTNAME>sample string 2</FIRSTNAME> <MIDDLENAME>sample string 3</MIDDLENAME> <LASTNAME>sample string 4</LASTNAME> <LEVEL_ID>1</LEVEL_ID> <ISCOACH>true</ISCOACH> <OWN_PAT_ONLY>true</OWN_PAT_ONLY> <TEAM_ID>7</TEAM_ID> <PATIENTS>1</PATIENTS> <DIV_ID>8</DIV_ID> <LEVEL2_ID>1</LEVEL2_ID> <TEAM_NAME>sample string 9</TEAM_NAME> </Coach>