PUT api/States/Update/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
State | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "COUNTRYID": "sample string 1", "STATEID": "sample string 2", "NAME": "sample string 3", "TIMESTMP": "2025-06-06T21:03:48.588069+00:00", "DbFileName": "sample string 4", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.