PUT ThProcessos/Integracao_PV_Pedido_Nota_Fiscal?parNumeroPedido={parNumeroPedido}&parChaveNfe={parChaveNfe}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parNumeroPedido | integer |
Required |
|
| parChaveNfe | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Retorno| Name | 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>