POST api/EMRAPI/GetDiscriptionandICDID
Request Information
URI Parameters
None.
Body Parameters
GetDiscriptionandICDID| Name | Description | Type | Additional information |
|---|---|---|---|
| IcdCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IcdCode": "sample string 1"
}
application/xml, text/xml
Sample:
<GetDiscriptionandICDID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <IcdCode>sample string 1</IcdCode> </GetDiscriptionandICDID>
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.