Represents business trip locations (spr) in Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET sprBusinessTripLocations | Collection(sprBusinessTripLocation) | Gets a collection of sprBusinessTripLocation objects. |
| DELETE sprBusinessTripLocation | none | Deletes a sprBusinessTripLocation object. |
| POST sprBusinessTripLocation | sprBusinessTripLocation | Creates a sprBusinessTripLocation object. |
| PATCH sprBusinessTripLocation | sprBusinessTripLocation | Updates a sprBusinessTripLocation object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | Guid | Specifies the business trip location's ID. Non-editable. |
| code | String[20] | Specifies the business trip location's code. |
| description | String[50] | Specifies the business trip location's description. |
| dailyRate | Decimal | Specifies the business trip location's daily rate. |
| countryCode | String[10] | Specifies the business trip location's country code. |
| country | String[50] | Specifies the business trip location's country. |
| postCode | String[20] | Specifies the business trip location's postal code. |
| city | String[30] | Specifies the business trip location's city. |
| lastModifiedDateTime | DateTimeOffset | Specifies the business trip location's last modified date. Read-Only. |