shipmentMethod 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 shipment methods | shipmentMethod | Get a shipment method. |
Create shipment methods | shipmentMethod | Create a shipment method. |
Update shipment methods | shipmentMethod | Update a shipment method. |
Delete shipment methods | 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"
}