GET api/ControlParamterType?CONTROLNAME_TYPE={CONTROLNAME_TYPE}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CONTROLNAME_TYPE

string

Required

Body Parameters

None.

Response Information

Resource Description

ControlParamterTypeFilterValueApiResponse
NameDescriptionTypeAdditional information
message

string

None.

status

string

None.

response

ControlParamterTypeFilterValue

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "status": "sample string 2",
  "response": {
    "DISPLAY_FORMAT_FROM": "sample string 1",
    "DISPLAY_FORMAT": "sample string 2",
    "ROUNDOFF_DECIMAL_FROM": "sample string 3",
    "ROUNDOFF_DECIMAL": "sample string 4",
    "FC_LC_ROUNDOFF_FROM": "sample string 5",
    "FC_ROUNDOFF": "sample string 6",
    "LC_ROUNDOFF": "sample string 7"
  }
}

text/html

Sample:
{"message":"sample string 1","status":"sample string 2","response":{"DISPLAY_FORMAT_FROM":"sample string 1","DISPLAY_FORMAT":"sample string 2","ROUNDOFF_DECIMAL_FROM":"sample string 3","ROUNDOFF_DECIMAL":"sample string 4","FC_LC_ROUNDOFF_FROM":"sample string 5","FC_ROUNDOFF":"sample string 6","LC_ROUNDOFF":"sample string 7"}}

application/xml, text/xml

Sample:
<ControlParamterTypeFilterValueApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Documentation">
  <message>sample string 1</message>
  <response>
    <DISPLAY_FORMAT>sample string 2</DISPLAY_FORMAT>
    <DISPLAY_FORMAT_FROM>sample string 1</DISPLAY_FORMAT_FROM>
    <FC_LC_ROUNDOFF_FROM>sample string 5</FC_LC_ROUNDOFF_FROM>
    <FC_ROUNDOFF>sample string 6</FC_ROUNDOFF>
    <LC_ROUNDOFF>sample string 7</LC_ROUNDOFF>
    <ROUNDOFF_DECIMAL>sample string 4</ROUNDOFF_DECIMAL>
    <ROUNDOFF_DECIMAL_FROM>sample string 3</ROUNDOFF_DECIMAL_FROM>
  </response>
  <status>sample string 2</status>
</ControlParamterTypeFilterValueApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="status"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.DISPLAY_FORMAT_FROM"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.DISPLAY_FORMAT"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.ROUNDOFF_DECIMAL_FROM"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.ROUNDOFF_DECIMAL"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.FC_LC_ROUNDOFF_FROM"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.FC_ROUNDOFF"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.LC_ROUNDOFF"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e--