POST api/FixRun
Request Information
URI Parameters
None.
Body Parameters
ApiFixRunFormName | Description | Type | Additional information |
---|---|---|---|
DocumentId | globally unique identifier |
None. |
|
Number | string |
None. |
|
Fixbet | integer |
None. |
|
Runbet | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DocumentId": "d4a9a318-12a9-4cf5-8e99-7bf032953e3d", "Number": "sample string 2", "Fixbet": 3, "Runbet": 4 }
application/xml, text/xml
Sample:
<ApiFixRunForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mallami.MiBolita.ModelService"> <DocumentId>d4a9a318-12a9-4cf5-8e99-7bf032953e3d</DocumentId> <Fixbet>3</Fixbet> <Number>sample string 2</Number> <Runbet>4</Runbet> </ApiFixRunForm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfFixRunName | Description | Type | Additional information |
---|---|---|---|
IsInError | boolean |
None. |
|
ErrorMessage | string |
None. |
|
IsInWarning | boolean |
None. |
|
WarningMessage | string |
None. |
|
Code | integer |
None. |
|
Message | string |
None. |
|
Data | FixRun |
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.