POST api/integration/IntegrationStatus/GetCounterPartySourceIdsToResync

Request Information

URI Parameters

None.

Body Parameters

CounterPartySourceIdsToResyncRequest
NameDescriptionTypeAdditional information
SourceSystemId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceSystemId": 1
}

text/html

Sample:
{"SourceSystemId":1}

application/xml, text/xml

Sample:
<CounterPartySourceIdsToResyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gravitate.WCF.Integration.IntegrationStatusModels">
  <SourceSystemId>1</SourceSystemId>
</CounterPartySourceIdsToResyncRequest>

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

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]

text/html

Sample:
[1,2]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>