POST api/TermAPI
Anfrageinformationen
URI Parameter
None.
Body Parameter
Keine.
Antwortinformationen
Ressourcenbeschreibung
Collection of TermResponse| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| termId | integer |
None. |
Antwortformate
application/json, text/json
Sample:
[
{
"termId": 1
},
{
"termId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTermResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaggingService.API.Term">
<TermResponse>
<termId>1</termId>
</TermResponse>
<TermResponse>
<termId>1</termId>
</TermResponse>
</ArrayOfTermResponse>