POST api/v1/HBSaveProductSync

Request Information

URI Parameters

None.

Body Parameters

SaveProductSync
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveProductSync'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.