customerPaymentsJournals 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 customer payment journal in Dynamics 365 Business Central.

Methods

Method Return Type Description
Get customerPaymentJournals customerPaymentJournals Gets a customer payment journal.
Post customerPaymentJournals customerPaymentJournals Creates a customer payment journal.
Patch customerPaymentJournals customerPaymentJournals Updates a customer payment journal.
Delete customerPaymentJournals none Deletes a customer payment journal.

Properties

Property Type Description
id GUID The unique ID of the customer payment journal. Non-editable.
code string, maximum size 10 The code of the customer payment journal.
displayName string, maximum size 50 The display name of the customer payment journal.
lastModifiedDateTime datetime The last datetime the customer payment journal was modified. Read-Only.

Relationships

JSON representation

The following JSON representation shows the resource type.

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