POST api/SyncHistoryBatch

Request Information

URI Parameters

None.

Body Parameters

Collection of 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:52:03.2897313+00:00",
    "ApiCreateDate": "2025-12-16T00:52:03.2897313+00:00",
    "ApiLastChangeDate": "2025-12-16T00:52:03.2897313+00:00",
    "CheckSum": 9,
    "Id": "sample string 10",
    "Deleted": true
  },
  {
    "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:52:03.2897313+00:00",
    "ApiCreateDate": "2025-12-16T00:52:03.2897313+00:00",
    "ApiLastChangeDate": "2025-12-16T00:52:03.2897313+00:00",
    "CheckSum": 9,
    "Id": "sample string 10",
    "Deleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSyncHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <SyncHistory>
    <ApiCreateDate>2025-12-16T00:52:03.2897313+00:00</ApiCreateDate>
    <ApiLastChangeDate>2025-12-16T00:52:03.2897313+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:52:03.2897313+00:00</SyncTime>
  </SyncHistory>
  <SyncHistory>
    <ApiCreateDate>2025-12-16T00:52:03.2897313+00:00</ApiCreateDate>
    <ApiLastChangeDate>2025-12-16T00:52:03.2897313+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:52:03.2897313+00:00</SyncTime>
  </SyncHistory>
</ArrayOfSyncHistory>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.