OPTIONS GetOrganizationIdsByQuery

Request Information

URI Parameters

None.

Body Parameters

OrganizationQueryCriteria
NameDescriptionTypeAdditional information
id

integer

None.

customIdentifier1

string

None.

customIdentifier2

string

None.

customIdentifier3

string

None.

customIdentifier4

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "customIdentifier1": "sample string 1",
  "customIdentifier2": "sample string 2",
  "customIdentifier3": "sample string 3",
  "customIdentifier4": "sample string 4"
}

application/xml, text/xml

Sample:
<OrganizationQueryCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecureMessagingAPI.Controllers">
  <customIdentifier1>sample string 1</customIdentifier1>
  <customIdentifier2>sample string 2</customIdentifier2>
  <customIdentifier3>sample string 3</customIdentifier3>
  <customIdentifier4>sample string 4</customIdentifier4>
  <id>1</id>
</OrganizationQueryCriteria>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.