Editar

Compartir a través de


shipmentMethods resource type (v1.0)

NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).

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

Note

For information about enabling APIs for Business Central 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

Get Shipment Methods
Create Shipment Methods
Update Shipment Methods
Delete Shipment Methods