GET Api/ScheduleApi/GetLevelsByParentId?ParentId={ParentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ParentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DetailCodeDTO_HirearchyName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Code | string |
None. |
|
NameEn | string |
None. |
|
NameAr | string |
None. |
|
CreatedOn | date |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
MasterCodeId | globally unique identifier |
None. |
|
ParentId | globally unique identifier |
None. |
Response Formats
application/json, text/json, text/html, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.