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": "4ca3cc85-59cf-4dc6-a37b-7b11c86e467a",
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"Id": "4ca3cc85-59cf-4dc6-a37b-7b11c86e467a",
"Code": "sample string 2",
"Description": "sample string 3"
}
]