Represents a Service in SOFT4Spaces.
Note
For information about enabling APIs for Business Central see Overview.
API endpoint
| API | Path |
| service | businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/services |
Methods
| Method | Return Type | Description |
| GET service | service | Gets a service object. |
| DELETE service | none | Deletes a service object. |
| POST service | service | Creates a service object. |
| PATCH service | service | Updates a service object. |
Properties
| Property | Type | Description |
| id | GUID | |
| code | string | |
| description | string | |
| description2 | string | |
| searchDescription | string | |
| serviceGroup | string | |
| descriptioninEnglish | string | |
| genProdPostingGroup | string | |
| vatProdPostingGroup | string | |
| inArrearsInAdvance | string | „ “, In Arrears, In Advance |
| taxLiable | boolean | |
| taxGroupCode | string | |
| saleUnitofMeasureCode | string | |
| chargeCostEntries | boolean | |
| balance | decimal | |
| chargesAmount | decimal | |
| invoicedAmount | decimal | |
| systemCreatedAt | datetime | |
| systemCreatedBy | GUID | |
| systemModifiedAt | datetime | |
| systemModifiedBy | GUID |