POST api/KID/UpdateInstallationHistory

Request Information

URI Parameters

None.

Body Parameters

UpdateInstallationHistory
NameDescriptionTypeAdditional information
SerialNumber

integer

None.

StoreName

string

None.

DestinationStoreName

string

None.

InstallDate

date

None.

AllowOlderDate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SerialNumber": 1,
  "StoreName": "sample string 2",
  "DestinationStoreName": "sample string 3",
  "InstallDate": "2024-09-19T09:33:44.5605517-04:00",
  "AllowOlderDate": true
}

application/xml, text/xml

Sample:
<UpdateInstallationHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.KID">
  <AllowOlderDate>true</AllowOlderDate>
  <DestinationStoreName>sample string 3</DestinationStoreName>
  <InstallDate>2024-09-19T09:33:44.5605517-04:00</InstallDate>
  <SerialNumber>1</SerialNumber>
  <StoreName>sample string 2</StoreName>
</UpdateInstallationHistory>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.