POST v2/SendFile?pend_digi_id={pend_digi_id}&name={name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pend_digi_id

integer

Required

name

string

Required

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml, multipart/form-data

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SendFileResponse
NameDescriptionTypeAdditional information
Name

string

None.

CodigoResponse

integer

None.

MensagemResponse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "CodigoResponse": 2,
  "MensagemResponse": "sample string 3"
}

application/xml, text/xml

Sample:
<SendFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2.SendFile">
  <CodigoResponse xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2">2</CodigoResponse>
  <MensagemResponse xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2">sample string 3</MensagemResponse>
  <Name>sample string 1</Name>
</SendFileResponse>

multipart/form-data

Sample:
<SendFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2.SendFile"><CodigoResponse xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2">2</CodigoResponse><MensagemResponse xmlns="http://schemas.datacontract.org/2004/07/Service.Controllers.ServicosApiV2">sample string 3</MensagemResponse><Name>sample string 1</Name></SendFileResponse>