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