GET api/ControlParamterType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ControlParamterTypeListApiResponse
NameDescriptionTypeAdditional information
message

string

None.

status

string

None.

response

Collection of ControlParamterType

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<ControlParamterTypeListApiResponse 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>
    <ControlParamterType>
      <CONTROLNAME_TYPE>sample string 2</CONTROLNAME_TYPE>
      <DISPLAY_FORMAT>sample string 4</DISPLAY_FORMAT>
      <DISPLAY_FORMAT_FROM>sample string 3</DISPLAY_FORMAT_FROM>
      <FC_LC_ROUNDOFF_FROM>sample string 7</FC_LC_ROUNDOFF_FROM>
      <FC_ROUNDOFF>sample string 8</FC_ROUNDOFF>
      <LC_ROUNDOFF>sample string 9</LC_ROUNDOFF>
      <MID>1</MID>
      <ROUNDOFF_DECIMAL>sample string 6</ROUNDOFF_DECIMAL>
      <ROUNDOFF_DECIMAL_FROM>sample string 5</ROUNDOFF_DECIMAL_FROM>
    </ControlParamterType>
    <ControlParamterType>
      <CONTROLNAME_TYPE>sample string 2</CONTROLNAME_TYPE>
      <DISPLAY_FORMAT>sample string 4</DISPLAY_FORMAT>
      <DISPLAY_FORMAT_FROM>sample string 3</DISPLAY_FORMAT_FROM>
      <FC_LC_ROUNDOFF_FROM>sample string 7</FC_LC_ROUNDOFF_FROM>
      <FC_ROUNDOFF>sample string 8</FC_ROUNDOFF>
      <LC_ROUNDOFF>sample string 9</LC_ROUNDOFF>
      <MID>1</MID>
      <ROUNDOFF_DECIMAL>sample string 6</ROUNDOFF_DECIMAL>
      <ROUNDOFF_DECIMAL_FROM>sample string 5</ROUNDOFF_DECIMAL_FROM>
    </ControlParamterType>
  </response>
  <status>sample string 2</status>
</ControlParamterTypeListApiResponse>

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[0].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].CONTROLNAME_TYPE"

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

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].DISPLAY_FORMAT"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].ROUNDOFF_DECIMAL_FROM"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].ROUNDOFF_DECIMAL"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].FC_LC_ROUNDOFF_FROM"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].FC_ROUNDOFF"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[0].LC_ROUNDOFF"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].CONTROLNAME_TYPE"

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

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

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].ROUNDOFF_DECIMAL_FROM"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].ROUNDOFF_DECIMAL"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].FC_LC_ROUNDOFF_FROM"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].FC_ROUNDOFF"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response[1].LC_ROUNDOFF"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e--