POST api/integration/IntegrationStatus/GetSourceSystemIdByName

Request Information

URI Parameters

None.

Body Parameters

GetSourceSystemIdByNameRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetSourceSystemIdByNameRequest'.

Response Information

Resource Description

integer

Response 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>