DELETE api/DiagnosisCodes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DiagnosisCodeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
DIAG_CODE | string |
None. |
|
DESCRIPTION | string |
None. |
|
VERSION | integer |
None. |
|
DIV_ID | integer |
None. |
|
OLD | integer |
None. |
|
BILLABLE | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "DIAG_CODE": "sample string 2", "DESCRIPTION": "sample string 3", "VERSION": 4, "DIV_ID": 1, "OLD": 1, "BILLABLE": true }
application/octet-stream
Sample:
{"ID":1,"DIAG_CODE":"sample string 2","DESCRIPTION":"sample string 3","VERSION":4,"DIV_ID":1,"OLD":1,"BILLABLE":true}
application/xml, text/xml
Sample:
<DiagnosisCode xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <DIAG_CODE>sample string 2</DIAG_CODE> <DESCRIPTION>sample string 3</DESCRIPTION> <VERSION>4</VERSION> <DIV_ID>1</DIV_ID> <OLD>1</OLD> <BILLABLE>true</BILLABLE> </DiagnosisCode>