shipmentMethods 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 shipment in Dynamics 365 Business Central, such as UPS, Fedex, and DHL.

Methods

Method Return Type Description
Get shipmentMethods shipmentMethods Get a shipment method.
Create shipmentMethods shipmentMethods Create a shipment method.
Update shipmentMethods shipmentMethods Update a shipment method.
Delete shipmentMethods None Delete a shipment method.

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "Datetime"
}