POST api/SearchProductCreationInfo
Request Information
URI Parameters
None.
Body Parameters
ProductCreationInfoModelName | Description | Type | Additional information |
---|---|---|---|
SiteId | integer |
None. |
|
Date | date |
Data type: DateTime |
Request Formats
application/json, text/json
Sample:
{ "siteId": 1, "date": "2025-08-18T07:55:21.8761369+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>2025-08-18T07:55:21.8761369+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.