Zum Inhalt

shipToAddress resource type

Represents a ship-to address in Business Central.

Note

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

Methods

Method Return Type Description
GET shipToAddress shipToAddress Gets a shipToAddress object.
POST shipToAddress shipToAddress Creates a shipToAddress object.
PATCH shipToAddress shipToAddress Updates a shipToAddress object.
DELETE shipToAddress none Deletes a shipToAddress object.

Properties

Property Type Description Max Length
🔑 id GUID The unique ID of the ship-to address. Non-editable.
code string The unique code of the ship to address. 10
customerNumber string Specifies the customer number. 20
name string Ship to name. 100
name2 string Ship to name2. 50
address string Ship to address. 100
address string Ship to address2. 100
city string Ship to city. 30
country string Ship to country. 10
postCode string Ship to postCode. 20
blocked boolean Specifies whether the ship to address is blocked.

See Also

GET item
POST item
PATCH item
DELETE item