POST api/KID/UpdateInstallationHistory
Request Information
URI Parameters
None.
Body Parameters
UpdateInstallationHistory| Name | Description | Type | Additional 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": "2026-02-03T21:50:14.3704715-05: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>2026-02-03T21:50:14.3704715-05:00</InstallDate> <SerialNumber>1</SerialNumber> <StoreName>sample string 2</StoreName> </UpdateInstallationHistory>
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.