POST servico/IntegracaoSAP/ConfirmarProcessamentoVolumes

Confirma processamento de volume por terceiros. Atualiza campo CodigoSistemaAnterior da tabela de volumes com o volume informado.

Request Info

URI Parameters

None.

Body Parameters

Lista de string contendo os volumes no formato FFFSSSNNNNNN. ["FFFSSSNNNNNN","FFFSSSNNNNNN"]

Collection of string

Request Formats

application/json, text/json

Exemplo:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Exemplo:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Exemplo:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Info

Resource Description

HttpResponseMessage

HttpResponseMessage
NomeDescriçãoTipoInformações adicionais
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.