POST api/integration/IntegrationStatus/GetCounterPartySourceIdsToResync
Request Information
URI Parameters
None.
Body Parameters
CounterPartySourceIdsToResyncRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
Collection of integerResponse 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>