Microsoft Dynamics NAV · Example Payload

Admin Center Notification Recipient Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Admin Center Notification Recipient Example is an example object payload from Microsoft Dynamics NAV, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameemail

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "email": "user@example.com"
}