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