GET stonepdv/getCheck/{StoneCode}
Verifica se existe algum pedido que precisa da interação do tablet pdv
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StoneCode |
Stone Code |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Fiweb.Models.Integrador.StatusPDV| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | integer |
None. |
|
| DescrRetorno | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"codRetorno": 1,
"descrRetorno": "sample string 2"
}
text/html
Sample:
{"codRetorno":1,"descrRetorno":"sample string 2"}
application/xml, text/xml
Sample:
<StatusPDV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fiweb.Models.Integrador"> <CodRetorno>1</CodRetorno> <DescrRetorno>sample string 2</DescrRetorno> </StatusPDV>