POST api/Parlet
Request Information
URI Parameters
None.
Body Parameters
ApiParletForm| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| Numbers | string |
None. |
|
| Bet | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentId": "3269ff20-788a-4ed5-b122-cbb5f78b4b21",
"Numbers": "sample string 2",
"Bet": 3
}
application/xml, text/xml
Sample:
<ApiParletForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mallami.MiBolita.ModelService"> <Bet>3</Bet> <DocumentId>3269ff20-788a-4ed5-b122-cbb5f78b4b21</DocumentId> <Numbers>sample string 2</Numbers> </ApiParletForm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfParlet| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInError | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| IsInWarning | boolean |
None. |
|
| WarningMessage | string |
None. |
|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Parlet |
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.