GET Rel/Integracao_PV_Status?parNumeroPedido={parNumeroPedido}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parNumeroPedido | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RetornoName | Description | Type | Additional information |
---|---|---|---|
retorno | integer |
None. |
|
mensagemErro | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "retorno": 1, "mensagemErro": "sample string 2" }
application/xml, text/xml
Sample:
<Retorno xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSR_Sisgem.Integracao_PV"> <mensagemErro>sample string 2</mensagemErro> <retorno>1</retorno> </Retorno>