POST api/integration/IntegrationStatus/TrackIntegrationsCompleted

Request Information

URI Parameters

None.

Body Parameters

TrackIntegrationsCompletedRequest
NameDescriptionTypeAdditional information
SourceSystemId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceSystemId": 1,
  "StartDateTime": "2025-12-10T08:25:07.5203242-06:00",
  "EndDateTime": "2025-12-10T08:25:07.5203242-06:00"
}

text/html

Sample:
{"SourceSystemId":1,"StartDateTime":"2025-12-10T08:25:07.5203242-06:00","EndDateTime":"2025-12-10T08:25:07.5203242-06:00"}

application/xml, text/xml

Sample:
<TrackIntegrationsCompletedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gravitate.WCF.Integration.IntegrationStatusModels">
  <EndDateTime>2025-12-10T08:25:07.5203242-06:00</EndDateTime>
  <SourceSystemId>1</SourceSystemId>
  <StartDateTime>2025-12-10T08:25:07.5203242-06:00</StartDateTime>
</TrackIntegrationsCompletedRequest>

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

Response Information

Resource Description

None.