POST Game/GameLog
Request Information
URI Parameters
None.
Body Parameters
InsertGameLogBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LogType | string |
Required |
|
| Message | string |
Required |
|
| OfferGameID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"LogType": "sample string 1",
"Message": "sample string 2",
"OfferGameID": 3
}
application/xml, text/xml
Sample:
<InsertGameLogBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SciGames.OAAS.OfferGame.Api.Models"> <OfferGameID>3</OfferGameID> <LogType>sample string 1</LogType> <Message>sample string 2</Message> </InsertGameLogBindingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.