POST SuperChance/GetNum
Request Information
URI Parameters
None.
Body Parameters
RequestNumeroRandomName | Description | Type | Additional information |
---|---|---|---|
cifras | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "cifras": 1 }
application/xml, text/xml
Sample:
<SavingsModels.RequestNumeroRandom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiSuperChance.Models"> <cifras>1</cifras> </SavingsModels.RequestNumeroRandom>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGenericName | 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:
<SavingsModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiSuperChance.Models"> <ResponseCode>OK</ResponseCode> <ResponseData /> <ResponseMessage>sample string 1</ResponseMessage> </SavingsModels.ResponseGeneric>