shippingAgentService resource type
Represents a shippingAgentService 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 shippingAgentService | shippingAgentService | Gets a shippingAgentService object. |
| DELETE shippingAgentService | none | Deletes a shippingAgentService object. |
| POST shippingAgentService | shippingAgentService | Creates a shippingAgentService object. |
| PATCH shippingAgentService | shippingAgentService | Updates a shippingAgentService object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the shippingAgentService. Non-editable. | |
| shippingAgentCode | String | Specifies the shipping agent code | 10 |
| code | String | Specifies the code of the shipping agent service | 10 |
| description | String | Specifies the description of the shipping agent service | 100 |
| shippingTime | String | Specifies the shipping time | |
| baseCalendarCode | String | Specifies the base calender code | 10 |
See Also
GET shippingAgentService
DELETE shippingAgentService
POST shippingAgentService
PATCH shippingAgentService