Microsoft Dynamics NAV · Example Payload

Business Central V2 Currency Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Business Central V2 Currency Example is an example object payload from Microsoft Dynamics NAV, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcodedisplayNamesymbolamountDecimalPlacesamountRoundingPrecisionlastModifiedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "code": "example_value",
  "displayName": "example_value",
  "symbol": "example_value",
  "amountDecimalPlaces": "example_value",
  "amountRoundingPrecision": 42.5,
  "lastModifiedDateTime": "example_value"
}