---
title: "Codeunit 5468 Graph Mgt - Complex Types"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5468-graph-mgt-complex-types/
type: codeunit
id: 5468
name: "Graph Mgt - Complex Types"
app: "Base Application"
namespace: Microsoft.Integration.Graph
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5468-graph-mgt-complex-types/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5468 Graph Mgt - Complex Types

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5468-graph-mgt-complex-types/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.Graph |
| Versions | 17-28 |
| Source file | Integration/Graph/GraphMgtComplexTypes.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetDocumentLineObjectDetailsEDM | () | Text | public | 17-28 | - | - |
| GetDocumentLineObjectDetailsJSON | (Text, Text) | Text | public | 17-28 | - | - |
| ParseDocumentLineObjectDetailsFromJSON | (Text, var Code[20], var Text[100], var Text[50]) | - | public | 17-28 | - | - |
| GetBookingsDateEDM | () | Text | public | 17-28 | - | - |
| GetBookingsDateJSON | (DateTime, var Text) | - | public | 17-28 | - | - |
| GetCodeAndDescriptionEDM | (Text[32], Code[50], Text[250]) | Text | public | 17-28 | - | - |
| GetCodeAndDescriptionJSON | (Code[50], Text[250], var Text) | - | public | 17-28 | - | - |
| GetCodeAndDescriptionFromJSON | (Text, var Code[50], var Text[250]) | - | public | 17-28 | - | - |
| GetPostalAddressEDM | () | Text | public | 17-28 | - | - |
| GetUnitOfMeasureJSON | (Code[20]) | Text | public | 17-28 | - | - |
| ApplyPostalAddressFromJSON | (Text, var RecordRef, Integer, Integer, Integer, Integer, Integer, Integer) | - | public | 17-28 | - | - |
| GetPostalAddressJSON | (Text, Text, Text, Text, Code[10], Code[20], var Text) | - | public | 17-28 | - | - |
| GetDimensionEDM | () | Text | public | 17-28 | - | - |
| GetDimensionsJSON | (Integer) | Text | public | 17-28 | - | - |
| GetDimensionSetFromJSON | (Text, Integer, var Integer) | - | public | 17-28 | - | - |
| InsertOrUpdateBookingsDate | () | - | public | 17-28 | - | - |
| InsertOrUpdatePostalAddress | () | - | public | 17-28 | - | - |
| GetSalesLineDescriptionComplexType | (var Record Sales Invoice Line Aggregate) | Text | public | 17-28 | - | - |
| GetPurchaseLineDescriptionComplexType | (var Record Purch. Inv. Line Aggregate) | Text | public | 17-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
