TestCreateOrUpdate interface
Methoden
| delete(Request |
Verwijder een test op naam. |
| get(Request |
Details van belastingtest ophalen op testnaam |
| patch(Test |
Maak een nieuwe test of werk een bestaande test bij. |
Methodedetails
delete(RequestParameters)
Verwijder een test op naam.
function delete(options?: RequestParameters): StreamableMethod<TestDelete204Response | TestDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Retouren
get(RequestParameters)
Details van belastingtest ophalen op testnaam
function get(options?: RequestParameters): StreamableMethod<TestGet200Response | TestGetDefaultResponse>
Parameters
- options
- RequestParameters
Retouren
patch(TestCreateOrUpdateParameters)
Maak een nieuwe test of werk een bestaande test bij.
function patch(options: TestCreateOrUpdateParameters): StreamableMethod<TestCreateOrUpdate200Response | TestCreateOrUpdate201Response | TestCreateOrUpdateDefaultResponse>
Parameters
- options
- TestCreateOrUpdateParameters