Settings - Standard OData APIs - Post Settings Value

Creates a new settings value.

POST https://<org-id>.<crm-region>.dynamics.com/api/data/v9.0/m365_settingsvalues

Request Header

Name Required Type Description
Authorization True

string

The Dataverse JWT authentication token.

Request Body

Name Type Description
m365_settingsdefinition@odata.bind

string

The settings definition binding pattern. Example: /m365_settingsdefinitions(settingsdefinitionid).

m365_settingsgroup@odata.bind

string

The settings group binding pattern. Example: /m365_settingsgroups(settingsGroupId).

m365_value

string

The settings value.

Responses

Name Type Description
204 No Content

No content. Settings value created.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

Authorization

The Dataverse JWT authentication token.

Type: apiKey
In: header

Definitions

Name Description
AddUpdateSettingsValueModel
ErrorModel
ErrorResponse

AddUpdateSettingsValueModel

Name Type Description
m365_settingsdefinition@odata.bind

string

The settings definition binding pattern. Example: /m365_settingsdefinitions(settingsdefinitionid).

m365_settingsgroup@odata.bind

string

The settings group binding pattern. Example: /m365_settingsgroups(settingsGroupId).

m365_value

string

The settings value.

ErrorModel

Name Type Description
code

string

A unique identifier for the error code.

message

string

The error description details.

ErrorResponse

Name Type Description
error

ErrorModel

The error details object.