PUT api/TrnFormGridSetting?BRANCH_CODE={BRANCH_CODE}&VOCTYPE={VOCTYPE}&USERNAME={USERNAME}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BRANCH_CODE | string |
Required |
|
| VOCTYPE | string |
Required |
|
| USERNAME | string |
Required |
Body Parameters
TrnFormGridSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| BRANCH_CODE | string |
Required Max length: 50 |
|
| MAINVOCTYPE | string |
Required Max length: 50 |
|
| VOCTYPE | string |
Required Max length: 50 |
|
| FIELD_NAME | string |
Required Max length: 50 |
|
| DISPLAY_NAME | string |
Max length: 50 |
|
| WIDTH | decimal number |
None. |
|
| FORMAT | string |
Max length: 50 |
|
| ALIGNMENT | string |
Max length: 10 |
|
| DISPLAY_ODER | decimal number |
None. |
|
| VISIBLE | boolean |
None. |
|
| SUMMARY | boolean |
None. |
|
| SUM_TYPE | string |
Max length: 50 |
|
| ISCUSTOM_FIELD | boolean |
None. |
|
| DATA_TYPE | string |
Required Max length: 50 |
|
| USERNAME | string |
Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"BRANCH_CODE": "sample string 1",
"MAINVOCTYPE": "sample string 2",
"VOCTYPE": "sample string 3",
"FIELD_NAME": "sample string 4",
"DISPLAY_NAME": "sample string 5",
"WIDTH": 6.1,
"FORMAT": "sample string 7",
"ALIGNMENT": "sample string 8",
"DISPLAY_ODER": 9.1,
"VISIBLE": true,
"SUMMARY": true,
"SUM_TYPE": "sample string 12",
"ISCUSTOM_FIELD": true,
"DATA_TYPE": "sample string 14",
"USERNAME": "sample string 15"
}
text/html
Sample:
{"BRANCH_CODE":"sample string 1","MAINVOCTYPE":"sample string 2","VOCTYPE":"sample string 3","FIELD_NAME":"sample string 4","DISPLAY_NAME":"sample string 5","WIDTH":6.1,"FORMAT":"sample string 7","ALIGNMENT":"sample string 8","DISPLAY_ODER":9.1,"VISIBLE":true,"SUMMARY":true,"SUM_TYPE":"sample string 12","ISCUSTOM_FIELD":true,"DATA_TYPE":"sample string 14","USERNAME":"sample string 15"}
application/xml, text/xml
Sample:
<TrnFormGridSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.ApplicationSettings"> <ALIGNMENT>sample string 8</ALIGNMENT> <BRANCH_CODE>sample string 1</BRANCH_CODE> <DATA_TYPE>sample string 14</DATA_TYPE> <DISPLAY_NAME>sample string 5</DISPLAY_NAME> <DISPLAY_ODER>9.1</DISPLAY_ODER> <FIELD_NAME>sample string 4</FIELD_NAME> <FORMAT>sample string 7</FORMAT> <ISCUSTOM_FIELD>true</ISCUSTOM_FIELD> <MAINVOCTYPE>sample string 2</MAINVOCTYPE> <SUMMARY>true</SUMMARY> <SUM_TYPE>sample string 12</SUM_TYPE> <USERNAME>sample string 15</USERNAME> <VISIBLE>true</VISIBLE> <VOCTYPE>sample string 3</VOCTYPE> <WIDTH>6.1</WIDTH> </TrnFormGridSetting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />