Read an entry by key from Subitem Category.
GET {{baseUrl}}/SubItemCategory('{{SubItemCategory}}')?$select=SubItemCategory_Text,to_CnsldtnSubitemCategoryT&$expand=to_CnsldtnSubitemCategoryT,to_CnsldtnSubitemCategoryT
Read an entry by key from Subitem Category.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"d":{"SubItemCategory":"\u003cstring\u003e","SubItemCategory_Text":"\u003cstring\u003e","IsSubItemsForAcquisitionsDives":"\u003cboolean\u003e","to_CnsldtnSubitemCategoryT":{"results":[{"SubItemCategory":"\u003cstring\u003e","Language":"\u003cstring\u003e","SubItemCategoryText":"\u003cstring\u003e","to_CnsldtnSubitemCategory":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.SubItemCategoryType detected\u003e"}},{"SubItemCategory":"\u003cstring\u003e","Language":"\u003cstring\u003e","SubItemCategoryText":"\u003cstring\u003e","to_CnsldtnSubitemCategory":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.SubItemCategoryType detected\u003e"}}]}}}