POST api/Tarefas/AnexarLinkNaExecucao
Request Information
URI Parameters
None.
Body Parameters
AnexarLinksPorObjeto| Name | Description | Type | Additional information | 
|---|---|---|---|
| Links | Collection of 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.
