POST Apostar/Chance/GetLoteriesChance
Request Information
URI Parameters
None.
Body Parameters
IdProducto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ubicacion | string |
None. |
|
| Id | integer |
None. |
|
| FechaS | string |
None. |
|
| transaccion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ubicacion": "sample string 1",
"Id": 2,
"FechaS": "sample string 3",
"transaccion": 4
}
application/xml, text/xml
Sample:
<IdProducto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models"> <FechaS>sample string 3</FechaS> <Id>2</Id> <Ubicacion>sample string 1</Ubicacion> <transaccion>4</transaccion> </IdProducto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGeneric| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 200,
"ResponseMessage": "sample string 1",
"ResponseData": {}
}
application/xml, text/xml
Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models"> <ResponseCode>OK</ResponseCode> <ResponseData /> <ResponseMessage>sample string 1</ResponseMessage> </SavingModels.ResponseGeneric>