Read associated entries of Partner Global Company.
GET {{baseUrl}}/PartnerCompanyText(Language='{{Language}}',Company='{{Company}}')/to_CnsldtnGlobalCompany?$select=Company_Text,to_CnsldtnGlobalCompanyT&$expand=to_CnsldtnGlobalCompanyT,to_CnsldtnGlobalCompanyT
Navigate from Global Company Text and read associated entries of Partner Global Company.
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":{"Company":"\u003cstring\u003e","Company_Text":"\u003cstring\u003e","AdditionalMasterDataSource":"\u003cstring\u003e","to_CnsldtnGlobalCompanyT":{"results":[{"Language":"\u003cstring\u003e","Company":"\u003cstring\u003e","AdditionalMasterDataSource":"\u003cstring\u003e","PartnerCompanyText":"\u003cstring\u003e","to_CnsldtnGlobalCompany":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.PartnerCompanyType detected\u003e"}},{"Language":"\u003cstring\u003e","Company":"\u003cstring\u003e","AdditionalMasterDataSource":"\u003cstring\u003e","PartnerCompanyText":"\u003cstring\u003e","to_CnsldtnGlobalCompany":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.PartnerCompanyType detected\u003e"}}]}}}