POST api/SearchProductCreationInfo
Request Information
URI Parameters
None.
Body Parameters
ProductCreationInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId | integer |
None. |
|
| Date | date |
Data type: DateTime |
Request Formats
application/json, text/json
Sample:
{
"siteId": 1,
"date": "2026-02-12T00:48:32.6202016+00:00"
}
application/xml, text/xml
Sample:
<ProductCreationInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedConfig.Rest.Models"> <Date>2026-02-12T00:48:32.6202016+00:00</Date> <SiteId>1</SiteId> </ProductCreationInfoModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.