POST api/v1/HBSaveProductSync
Request Information
URI Parameters
None.
Body Parameters
SaveProductSyncName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
RequestType | integer |
None. |
|
UserStoreApiId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "RequestType": 2, "UserStoreApiId": 3 }
application/xml, text/xml
Sample:
<SaveProductSync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <RequestType>2</RequestType> <Token>sample string 1</Token> <UserStoreApiId>3</UserStoreApiId> </SaveProductSync>
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.