shipmentMethods resource type

Represents a method of shipment in Dynamics 365 Business Central, such as UPS, Fedex, and DHL.

Note

For information about enabling APIs for Dynamics NAV see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET shipmentMethods shipmentMethods Gets a shipment method.
POST shipmentMethods shipmentMethods Creates a shipment method.
PATCH shipmentMethods shipmentMethods Updates a shipment method.
DELETE shipmentMethods none Deletes a shipment method.

Properties

Property Type Description
id GUID The unique ID of the shipmentMethod. Non-editable.
code string Specifies the shipment method code.
displayName string Specifies the shipment method display name.
lastModifiedDateTime datetime The last datetime the shipment method was modified. Read-Only.

Relationships

None

JSON representation

Here is a JSON representation of the shipmentMethod.

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

See also

Graph Reference
Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Shipment Methods
Create Shipment Methods
Update Shipment Methods
Delete Shipment Methods