POST api/Term_linkAPI

Anfrageinformationen

URI Parameter

None.

Body Parameter

Keine.

Antwortinformationen

Ressourcenbeschreibung

Collection of Term_linkResponse
NameBeschreibungTypZusätzliche Informationen
term_link_Id

integer

None.

Antwortformate

application/json, text/json

Sample:
[
  {
    "term_link_Id": 1
  },
  {
    "term_link_Id": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfTerm_linkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaggingService.API.Term_link">
  <Term_linkResponse>
    <term_link_Id>1</term_link_Id>
  </Term_linkResponse>
  <Term_linkResponse>
    <term_link_Id>1</term_link_Id>
  </Term_linkResponse>
</ArrayOfTerm_linkResponse>