POST api/Hundred

Request Information

URI Parameters

None.

Body Parameters

ApiHundredForm
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

Number

string

None.

Bet

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": "a7bd12d9-7d7e-44cf-b112-b058c2099da9",
  "Number": "sample string 2",
  "Bet": 3
}

application/xml, text/xml

Sample:
<ApiHundredForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mallami.MiBolita.ModelService">
  <Bet>3</Bet>
  <DocumentId>a7bd12d9-7d7e-44cf-b112-b058c2099da9</DocumentId>
  <Number>sample string 2</Number>
</ApiHundredForm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseOfHundred
NameDescriptionTypeAdditional information
IsInError

boolean

None.

ErrorMessage

string

None.

IsInWarning

boolean

None.

WarningMessage

string

None.

Code

integer

None.

Message

string

None.

Data

Hundred

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.