# Save Microsoft Dynamics Mapping Save Microsoft Dynamics Mapping Endpoint: POST /rest/2.0/MICROSOFT_DYNAMICS_MAPPING Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.MicrosoftId` (string, required) Microsoft Id - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.Status` (string, required) Status - `brmObjects.BillingPlatformId` (string, required) BillingPlatform Id - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.ExecutionHistoryId` (integer) Execution History Id - `brmObjects.BillingPlatformEntity` (string, required) BillingPlatform Entity: BillingPlatform Entity Name - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.Id` (string) Id: Microsoft Dynamics Mapping Id - `brmObjects.SyncJobId` (integer, required) Sync Job: Microsoft Dynamics Sync Job Id - `brmObjects.MicrosoftEntity` (string, required) Microsoft Entity: Microsoft Entity Name ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.MicrosoftId` (string) Microsoft Id - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.Status` (string) Status - `retrieveResponse.BillingPlatformId` (string) BillingPlatform Id - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.ExecutionHistoryId` (integer) Execution History Id - `retrieveResponse.BillingPlatformEntity` (string) BillingPlatform Entity: BillingPlatform Entity Name - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.Id` (string) Id: Microsoft Dynamics Mapping Id - `retrieveResponse.SyncJobId` (integer) Sync Job: Microsoft Dynamics Sync Job Id - `retrieveResponse.MicrosoftEntity` (string) Microsoft Entity: Microsoft Entity Name ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error