POST api/SyncHistory

Request Information

URI Parameters

None.

Body Parameters

SyncHistory
NameDescriptionTypeAdditional information
RowKey

integer

Required

SubscriberId

string

Required

String length: inclusive between 0 and 50

EntityName

string

Required

String length: inclusive between 0 and 50

SyncId

string

Required

String length: inclusive between 0 and 50

ExtractPluginVersion

string

None.

Pms

string

Required

String length: inclusive between 0 and 50

RecordCount

integer

None.

SyncTime

date

None.

ApiCreateDate

date

Required

ApiLastChangeDate

date

None.

CheckSum

integer

None.

Id

string

None.

Deleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RowKey": 1,
  "SubscriberId": "sample string 2",
  "EntityName": "sample string 3",
  "SyncId": "sample string 4",
  "ExtractPluginVersion": "sample string 5",
  "Pms": "sample string 6",
  "RecordCount": 7,
  "SyncTime": "2025-12-16T00:51:57.5118008+00:00",
  "ApiCreateDate": "2025-12-16T00:51:57.5118008+00:00",
  "ApiLastChangeDate": "2025-12-16T00:51:57.5118008+00:00",
  "CheckSum": 9,
  "Id": "sample string 10",
  "Deleted": true
}

application/xml, text/xml

Sample:
<SyncHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <ApiCreateDate>2025-12-16T00:51:57.5118008+00:00</ApiCreateDate>
  <ApiLastChangeDate>2025-12-16T00:51:57.5118008+00:00</ApiLastChangeDate>
  <CheckSum>9</CheckSum>
  <Deleted>true</Deleted>
  <EntityName>sample string 3</EntityName>
  <ExtractPluginVersion>sample string 5</ExtractPluginVersion>
  <Id>sample string 10</Id>
  <Pms>sample string 6</Pms>
  <RecordCount>7</RecordCount>
  <RowKey>1</RowKey>
  <SubscriberId>sample string 2</SubscriberId>
  <SyncId>sample string 4</SyncId>
  <SyncTime>2025-12-16T00:51:57.5118008+00:00</SyncTime>
</SyncHistory>

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 'SyncHistory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.