Update an Item in a List

PUT {{base_url}}/codeTable/:codeTable/:code

Use this endpoint to update a single list item by specifying a code table and a code.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Code":"Prospect","Description":"Prospect description that has been updated","Seq":3}]