Read an entry by key from Combined Billing Type Text.
GET {{baseUrl}}/BillingDocumentTypeText(Language='{{Language}}',BillingDocumentType='{{BillingDocumentType}}')?$select=BillingDocumentType,BillingDocumentType&$expand=to_CnsldtnBillingType,to_CnsldtnBillingType
Read an entry by key from Combined Billing Type Text.
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":{"Language":"\u003cstring\u003e","BillingDocumentType":"\u003cstring\u003e","BillingDocumentTypeText":"\u003cstring\u003e","to_CnsldtnBillingType":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/API_GRMASTERDATA_SRV.BillingDocumentTypeType detected\u003e"}}}