/VatRate
Short Description
Chapter Contents:
Long Description
Supported Methods
GET /VatRate
Gets a list of VatRates.
You can use the fields header to select which fields you wish to see in your response (see Adjust Number of Fields to be Returned from a Request for information).
You can use filters to reduce response data (see Filtering for search parameters).Â
GET /VatRate/{key}
Gets all information of a specific VatRate, identified by its key.
POST /VatRate
Creates a new VatRate. The fields vat, vatRate and fromDate are required.
PUT /VatRate/{key}
Updates the VatRate identified by key. You only need to include the field(s) you are updating in your request.
DELETE /VatRate/{key}
Deletes a VatRate identified by key.
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
vat | /Vat | Â | Yes | Â | When posting/putting, use the Vat's key in the request. |
vatRate | Double | Â | Yes | Â | Â |
fromDate | Date | Â | Yes | Â | Â |
remarks | Array of /Remark | Â | Â | Â | Â |
key | Integer | Â | Â | Â | Â |