PUT api/RepTblFields/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
RepTblFields| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRepTblField | decimal number |
None. |
|
| IdRepTbl | decimal number |
None. |
|
| TblFieldName | string |
None. |
|
| TblFieldCaption | string |
None. |
|
| TblFieldWidth | integer |
None. |
|
| TblFieldType | string |
None. |
|
| GroupName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdRepTblField": 1.0,
"IdRepTbl": 1.0,
"TblFieldName": "sample string 2",
"TblFieldCaption": "sample string 3",
"TblFieldWidth": 1,
"TblFieldType": "sample string 4",
"GroupName": "sample string 5"
}
text/html
Sample:
{"IdRepTblField":1.0,"IdRepTbl":1.0,"TblFieldName":"sample string 2","TblFieldCaption":"sample string 3","TblFieldWidth":1,"TblFieldType":"sample string 4","GroupName":"sample string 5"}
application/xml, text/xml
Sample:
<RepTblFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <GroupName>sample string 5</GroupName> <IdRepTbl>1</IdRepTbl> <IdRepTblField>1</IdRepTblField> <TblFieldCaption>sample string 3</TblFieldCaption> <TblFieldName>sample string 2</TblFieldName> <TblFieldType>sample string 4</TblFieldType> <TblFieldWidth>1</TblFieldWidth> </RepTblFields>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.