POST api/Services/GetODBCLookupValues

Return the lookup data for Type 6 ODBC UDFs

Request Information

URI Parameters

None.

Body Parameters

ServiceUdfRequest
NameDescriptionTypeAdditional information
serviceProviderId

integer

None.

udfId

integer

None.

userValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceProviderId": 1,
  "udfId": 2,
  "userValue": "sample string 3"
}

application/xml, text/xml

Sample:
<ServiceUdfRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSMCP.Entities">
  <ServiceProviderId>1</ServiceProviderId>
  <UdfId>2</UdfId>
  <UserValue>sample string 3</UserValue>
</ServiceUdfRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

. Note: ValidationResult is null for this method

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.