POST api/admin/SyncApi/ApplyLogSync

Request Information

URI Parameters

None.

Body Parameters

LogSyncModel
NameDescriptionTypeAdditional information
VendorId

integer

None.

VendorName

string

None.

BrandId

integer

None.

BrandName

string

None.

StyleId

string

None.

StyleName

string

None.

SyncedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorId": 1,
  "VendorName": "sample string 2",
  "BrandId": 3,
  "BrandName": "sample string 4",
  "StyleId": "sample string 5",
  "StyleName": "sample string 6",
  "SyncedBy": "sample string 7"
}

application/xml, text/xml

Sample:
<LogSyncModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.getModel.LogSyncDetail">
  <BrandId>3</BrandId>
  <BrandName>sample string 4</BrandName>
  <StyleId>sample string 5</StyleId>
  <StyleName>sample string 6</StyleName>
  <SyncedBy>sample string 7</SyncedBy>
  <VendorId>1</VendorId>
  <VendorName>sample string 2</VendorName>
</LogSyncModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.