GET api/Categories/{level}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
level | ContractCategoryLevel |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractCategoryDTOName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
CodeDescription | string |
None. |
|
Level | ContractCategoryLevel |
None. |
|
ParentID | globally unique identifier |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "CodeDescription": "sample string 2", "Level": 1, "ParentID": "6ee0a6ff-8766-4c21-97bb-a9f68212d581", "Id": "b3ad3254-b534-455f-a34b-f60a51b7a038", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true }, { "Code": "sample string 1", "CodeDescription": "sample string 2", "Level": 1, "ParentID": "6ee0a6ff-8766-4c21-97bb-a9f68212d581", "Id": "b3ad3254-b534-455f-a34b-f60a51b7a038", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true } ]