POST api/Genres/{affiliateId}/PublishToStore?json={json}&xml={xml}&zip={zip}
Publishes the list of available Genres to the location specified in the AppSettings.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate Id |
integer |
Required |
json |
drop a json file |
boolean |
Default value is True |
xml |
drop an xml file |
boolean |
Default value is True |
zip |
drop a zip archive. Zip files are always Json |
boolean |
Default value is False |
v |
The requested API version |
string |
Required Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Publishes the list of available Genres to the location specified in the AppSettings.
booleanResponse Formats
application/json, text/json
Sample:
true