PUT api/WStatCodes/Update/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
WStatCode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "WSTATCODE": "sample string 1", "NAME": "sample string 2", "TATSTATUS": "sample string 3", "ERRORRPT": "sample string 4", "PCTCOMPLET": 1.1, "COLOR": "sample string 5", "TTMSTATUS": "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.