POST api/DadosCurriculo/Attachments?cpf={cpf}&tipo={tipo}&name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cpf | string |
Required |
|
| tipo | string |
Required |
|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelStreamCurriculo| Name | Description | Type | Additional information |
|---|---|---|---|
| stream | Stream |
None. |
|
| ContentType | string |
None. |
|
| Nome | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"stream": null,
"ContentType": "sample string 1",
"Nome": "sample string 2"
}
text/html
Sample:
{"stream":null,"ContentType":"sample string 1","Nome":"sample string 2"}
application/xml, text/xml
Sample:
<ModelStreamCurriculo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Suberbac.WebApi.Models"> <ContentType>sample string 1</ContentType> <Nome>sample string 2</Nome> <stream xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" /> </ModelStreamCurriculo>