POST api/KID/Update994Info
Request Information
URI Parameters
None.
Body Parameters
Update994Info| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | integer |
None. |
|
| StoreName | string |
None. |
|
| MachineSerialNumber | string |
None. |
|
| ConsoleSerialNumber | string |
None. |
|
| SoftwareVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreID": 1,
"StoreName": "sample string 2",
"MachineSerialNumber": "sample string 3",
"ConsoleSerialNumber": "sample string 4",
"SoftwareVersion": "sample string 5"
}
application/xml, text/xml
Sample:
<Update994Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.KID"> <ConsoleSerialNumber>sample string 4</ConsoleSerialNumber> <MachineSerialNumber>sample string 3</MachineSerialNumber> <SoftwareVersion>sample string 5</SoftwareVersion> <StoreID>1</StoreID> <StoreName>sample string 2</StoreName> </Update994Info>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.