POST api/Services/ValidateUDF6Options
Validate the user's pick for a UDF Type 6 entry
Request Information
URI Parameters
None.
Body Parameters
ID and Value to validate in the Body
ValidateServicesUDF6OptionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceProviderId | integer |
None. |
|
| udfId | integer |
None. |
|
| value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"serviceProviderId": 1,
"udfId": 2,
"value": "sample string 3"
}
application/xml, text/xml
Sample:
<ValidateServicesUDF6OptionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSMCP.Entities"> <ServiceProviderId>1</ServiceProviderId> <UdfId>2</UdfId> <Value>sample string 3</Value> </ValidateServicesUDF6OptionsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
True or False
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.