GET api/ClassificationCode/All/{ClientId}
Get all classification codes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClassificationCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "704c57a5-e3ea-4b0e-af93-57dbe52597b8",
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"Id": "704c57a5-e3ea-4b0e-af93-57dbe52597b8",
"Code": "sample string 2",
"Description": "sample string 3"
}
]