POST api/integration/IntegrationStatus/GetSourceSystemIdByName
Request Information
URI Parameters
None.
Body Parameters
GetSourceSystemIdByNameRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceSystemName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceSystemName": "sample string 1"
}
text/html
Sample:
{"SourceSystemName":"sample string 1"}
application/xml, text/xml
Sample:
<GetSourceSystemIdByNameRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gravitate.WCF.Integration.IntegrationStatusModels"> <SourceSystemName>sample string 1</SourceSystemName> </GetSourceSystemIdByNameRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>