paymentMethod resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a method of payment in Dynamics 365 Business Central such as PayPal, credit card, and bank account.

Methods

Method Return Type Description
Get paymentMethod paymentMethod Get a payment method object.
Post paymentMethod paymentMethod Create a payment method object.
Patch paymentMethod paymentMethod Update a payment method object.
Delete paymentMethod None Delete a payment method object.

Properties

Property Type Description
code String The payment method code.
displayName String The payment method display name.
id GUID The unique identifier of the paymentMethod. Noneditable.
lastModifiedDateTime Datetime The date and time when the payment method was last modified. Read-Only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "displayName": "String",
  "id": "GUID",
  "lastModifiedDateTime": "Datetime"
}