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