POST api/{tenant}/ArmazenamentoArquivoM8/EnviarArquivo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
Body Parameters
ArquivoM8Modelo| Name | Description | Type | Additional information |
|---|---|---|---|
| Arquivo | string |
None. |
|
| Documento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Arquivo": "sample string 1",
"Documento": "sample string 2"
}
application/xml, text/xml
Sample:
<ArquivoM8Modelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.WebApi.Controllers.Integracao.Agregue.ArmazenamentoArquivoM8"> <_x003C_Arquivo_x003E_k__BackingField>sample string 1</_x003C_Arquivo_x003E_k__BackingField> <_x003C_Documento_x003E_k__BackingField>sample string 2</_x003C_Documento_x003E_k__BackingField> </ArquivoM8Modelo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.