GET Api/ScheduleApi/GetDetailCodeHirearchy?isCommunication={isCommunication}&masterCodeId={masterCodeId}&parentId={parentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isCommunication | boolean |
Required |
|
masterCodeId | globally unique identifier |
Required |
|
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.