PUT api/RTMFormsRepository?MID={MID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
Required |
Body Parameters
RTMFormsRepository| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
Required |
|
| MODULE_NAME | string |
Required Max length: 500 |
|
| FORM_NAME | string |
Required Max length: 500 |
|
| FORM_PATH | string |
Required Max length: 4000 |
|
| FORM_DESCRIPTION | string |
Required Max length: 4000 |
|
| SCREENSHOT_DOTNET | string |
Required Max length: 500 |
|
| SCREENSHOT_ANGULAR | string |
Required Max length: 4000 |
|
| CONVERTED_TO_HTML | boolean |
Required |
|
| BUSINESS_LOGIC_INCORPORATED | boolean |
Required |
|
| CREATED_BY | string |
Required Max length: 100 |
|
| CREATED_ON | date |
Required |
|
| AngularComponentID | string |
None. |
|
| IS_ATTACHMENT_PRESENT | boolean |
None. |
|
| Additional_Comments | string |
None. |
|
| MENU_SCREEN_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MID": 1,
"MODULE_NAME": "sample string 2",
"FORM_NAME": "sample string 3",
"FORM_PATH": "sample string 4",
"FORM_DESCRIPTION": "sample string 5",
"SCREENSHOT_DOTNET": "sample string 6",
"SCREENSHOT_ANGULAR": "sample string 7",
"CONVERTED_TO_HTML": true,
"BUSINESS_LOGIC_INCORPORATED": true,
"CREATED_BY": "sample string 10",
"CREATED_ON": "2026-02-04T06:52:54.6363261+04:00",
"AngularComponentID": "sample string 12",
"IS_ATTACHMENT_PRESENT": true,
"Additional_Comments": "sample string 14",
"MENU_SCREEN_NAME": "sample string 15"
}
text/html
Sample:
{"MID":1,"MODULE_NAME":"sample string 2","FORM_NAME":"sample string 3","FORM_PATH":"sample string 4","FORM_DESCRIPTION":"sample string 5","SCREENSHOT_DOTNET":"sample string 6","SCREENSHOT_ANGULAR":"sample string 7","CONVERTED_TO_HTML":true,"BUSINESS_LOGIC_INCORPORATED":true,"CREATED_BY":"sample string 10","CREATED_ON":"2026-02-04T06:52:54.6363261+04:00","AngularComponentID":"sample string 12","IS_ATTACHMENT_PRESENT":true,"Additional_Comments":"sample string 14","MENU_SCREEN_NAME":"sample string 15"}
application/xml, text/xml
Sample:
<RTMFormsRepository xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.RTM"> <Additional_Comments>sample string 14</Additional_Comments> <AngularComponentID>sample string 12</AngularComponentID> <BUSINESS_LOGIC_INCORPORATED>true</BUSINESS_LOGIC_INCORPORATED> <CONVERTED_TO_HTML>true</CONVERTED_TO_HTML> <CREATED_BY>sample string 10</CREATED_BY> <CREATED_ON>2026-02-04T06:52:54.6363261+04:00</CREATED_ON> <FORM_DESCRIPTION>sample string 5</FORM_DESCRIPTION> <FORM_NAME>sample string 3</FORM_NAME> <FORM_PATH>sample string 4</FORM_PATH> <IS_ATTACHMENT_PRESENT>true</IS_ATTACHMENT_PRESENT> <MENU_SCREEN_NAME>sample string 15</MENU_SCREEN_NAME> <MID>1</MID> <MODULE_NAME>sample string 2</MODULE_NAME> <SCREENSHOT_ANGULAR>sample string 7</SCREENSHOT_ANGULAR> <SCREENSHOT_DOTNET>sample string 6</SCREENSHOT_DOTNET> </RTMFormsRepository>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MODULE_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FORM_NAME" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FORM_PATH" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FORM_DESCRIPTION" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="SCREENSHOT_DOTNET" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="SCREENSHOT_ANGULAR" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CONVERTED_TO_HTML" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BUSINESS_LOGIC_INCORPORATED" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CREATED_BY" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CREATED_ON" 2026-02-04T06:52:54.6363261+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AngularComponentID" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IS_ATTACHMENT_PRESENT" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Additional_Comments" sample string 14 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MENU_SCREEN_NAME" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
RTMFormsRepositoryAddResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| formRepository | RTMFormsRepository |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"formRepository": {
"MID": 1,
"MODULE_NAME": "sample string 2",
"FORM_NAME": "sample string 3",
"FORM_PATH": "sample string 4",
"FORM_DESCRIPTION": "sample string 5",
"SCREENSHOT_DOTNET": "sample string 6",
"SCREENSHOT_ANGULAR": "sample string 7",
"CONVERTED_TO_HTML": true,
"BUSINESS_LOGIC_INCORPORATED": true,
"CREATED_BY": "sample string 10",
"CREATED_ON": "2026-02-04T06:52:54.6363261+04:00",
"AngularComponentID": "sample string 12",
"IS_ATTACHMENT_PRESENT": true,
"Additional_Comments": "sample string 14",
"MENU_SCREEN_NAME": "sample string 15"
}
}
text/html
Sample:
{"status":"sample string 1","message":"sample string 2","formRepository":{"MID":1,"MODULE_NAME":"sample string 2","FORM_NAME":"sample string 3","FORM_PATH":"sample string 4","FORM_DESCRIPTION":"sample string 5","SCREENSHOT_DOTNET":"sample string 6","SCREENSHOT_ANGULAR":"sample string 7","CONVERTED_TO_HTML":true,"BUSINESS_LOGIC_INCORPORATED":true,"CREATED_BY":"sample string 10","CREATED_ON":"2026-02-04T06:52:54.6363261+04:00","AngularComponentID":"sample string 12","IS_ATTACHMENT_PRESENT":true,"Additional_Comments":"sample string 14","MENU_SCREEN_NAME":"sample string 15"}}
application/xml, text/xml
Sample:
<RTMFormsRepositoryAddResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.RTM">
<formRepository>
<Additional_Comments>sample string 14</Additional_Comments>
<AngularComponentID>sample string 12</AngularComponentID>
<BUSINESS_LOGIC_INCORPORATED>true</BUSINESS_LOGIC_INCORPORATED>
<CONVERTED_TO_HTML>true</CONVERTED_TO_HTML>
<CREATED_BY>sample string 10</CREATED_BY>
<CREATED_ON>2026-02-04T06:52:54.6363261+04:00</CREATED_ON>
<FORM_DESCRIPTION>sample string 5</FORM_DESCRIPTION>
<FORM_NAME>sample string 3</FORM_NAME>
<FORM_PATH>sample string 4</FORM_PATH>
<IS_ATTACHMENT_PRESENT>true</IS_ATTACHMENT_PRESENT>
<MENU_SCREEN_NAME>sample string 15</MENU_SCREEN_NAME>
<MID>1</MID>
<MODULE_NAME>sample string 2</MODULE_NAME>
<SCREENSHOT_ANGULAR>sample string 7</SCREENSHOT_ANGULAR>
<SCREENSHOT_DOTNET>sample string 6</SCREENSHOT_DOTNET>
</formRepository>
<message>sample string 2</message>
<status>sample string 1</status>
</RTMFormsRepositoryAddResult>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="status" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="message" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.MID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.MODULE_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.FORM_NAME" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.FORM_PATH" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.FORM_DESCRIPTION" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.SCREENSHOT_DOTNET" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.SCREENSHOT_ANGULAR" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.CONVERTED_TO_HTML" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.BUSINESS_LOGIC_INCORPORATED" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.CREATED_BY" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.CREATED_ON" 2026-02-04T06:52:54.6363261+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.AngularComponentID" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.IS_ATTACHMENT_PRESENT" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.Additional_Comments" sample string 14 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="formRepository.MENU_SCREEN_NAME" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e--