GET api/ICD10?CustomID={CustomID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ApplicationContextName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
UserType | string |
None. |
|
UserID | string |
None. |
|
CustomID | integer |
None. |
|
Custom1 | string |
None. |
|
Custom2 | string |
None. |
|
Custom3 | string |
None. |
|
AppID | integer |
None. |
|
AppName | string |
None. |
|
Environment | string |
None. |
|
MachineName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "UserType": "sample string 2", "UserID": "sample string 3", "CustomID": 1, "Custom1": "sample string 4", "Custom2": "sample string 5", "Custom3": "sample string 6", "AppID": 1, "AppName": "sample string 7", "Environment": "sample string 8", "MachineName": "sample string 9" }
application/xml, text/xml
Sample:
<ApplicationContext xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ClientID>sample string 1</ClientID> <UserType>sample string 2</UserType> <UserID>sample string 3</UserID> <CustomID>1</CustomID> <Custom1>sample string 4</Custom1> <Custom2>sample string 5</Custom2> <Custom3>sample string 6</Custom3> <AppID>1</AppID> <AppName>sample string 7</AppName> <Environment>sample string 8</Environment> <MachineName>sample string 9</MachineName> </ApplicationContext>