POST api/Tarefas/AnexarLink
Anexa um link da Tarefa.
Request Information
URI Parameters
None.
Body Parameters
Id da Tarefa, Descrição e Url do link.
PortalSIM.Domain.API.LinkPorObjetoName | Description | Type | Additional information |
---|---|---|---|
IdDoObjeto |
|
integer |
Documentação não disponível |
Descricao |
|
string |
Documentação não disponível |
Url |
|
string |
Documentação não disponível |
Request Formats
application/json, text/json
Sample:
{ "IdDoObjeto": 1, "Descricao": "sample string 2", "Url": "sample string 3" }
application/xml, text/xml
Sample:
<LinkPorObjeto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalSIM.Domain.API"> <Descricao>sample string 2</Descricao> <IdDoObjeto>1</IdDoObjeto> <Url>sample string 3</Url> </LinkPorObjeto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.