PUT api/Actions/Update
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Action | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1,
"TYPE": 2,
"TRGGRID": 3,
"NTFCTNID": 1,
"ROLEID": "sample string 4",
"USERID": "sample string 5",
"DOCSTATE": "sample string 6",
"DbFileName": "sample string 7",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.