POST api/Sync

Request Information

URI Parameters

None.

Body Parameters

Sync
NameDescriptionTypeAdditional information
Id

integer

None.

SubscriberId

string

Required

String length: inclusive between 0 and 50

SyncId

string

Required

String length: inclusive between 0 and 50

Status

boolean

None.

ExtractPluginVersion

decimal number

None.

Pms

string

String length: inclusive between 0 and 50

StartTime

date

Required

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SubscriberId": "sample string 2",
  "SyncId": "sample string 3",
  "Status": true,
  "ExtractPluginVersion": 5.0,
  "Pms": "sample string 6",
  "StartTime": "2025-12-16T02:20:57.9388397+00:00",
  "EndTime": "2025-12-16T02:20:57.9388397+00:00"
}

application/xml, text/xml

Sample:
<Sync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <EndTime>2025-12-16T02:20:57.9388397+00:00</EndTime>
  <ExtractPluginVersion>5</ExtractPluginVersion>
  <Id>1</Id>
  <Pms>sample string 6</Pms>
  <StartTime>2025-12-16T02:20:57.9388397+00:00</StartTime>
  <Status>true</Status>
  <SubscriberId>sample string 2</SubscriberId>
  <SyncId>sample string 3</SyncId>
</Sync>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.