POST api/Tarefas/AnexarLinkNaExecucao
Anexa links na execução da Tarefa.
Request Information
URI Parameters
None.
Body Parameters
PortalSIM.Domain.API.AnexarLinksPorObjetoName | Description | Type | Additional information |
---|---|---|---|
Links |
|
Collection of PortalSIM.Domain.API.LinkPorObjeto |
Documentação não disponível |
Request Formats
application/json, text/json
Sample:
{ "Links": [ { "IdDoObjeto": 1, "Descricao": "sample string 2", "Url": "sample string 3" }, { "IdDoObjeto": 1, "Descricao": "sample string 2", "Url": "sample string 3" } ] }
application/xml, text/xml
Sample:
<AnexarLinksPorObjeto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalSIM.Domain.API"> <Links> <LinkPorObjeto> <Descricao>sample string 2</Descricao> <IdDoObjeto>1</IdDoObjeto> <Url>sample string 3</Url> </LinkPorObjeto> <LinkPorObjeto> <Descricao>sample string 2</Descricao> <IdDoObjeto>1</IdDoObjeto> <Url>sample string 3</Url> </LinkPorObjeto> </Links> </AnexarLinksPorObjeto>
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.