POST api/klient/update
Request Information
URI Parameters
None.
Body Parameters
KlientName | Description | Type | Additional information |
---|---|---|---|
id_klient | integer |
None. |
|
Emri_klientit | string |
None. |
|
Tel | string |
None. |
|
Qyteti | string |
None. |
|
Date | date |
Data type: Date |
Request Formats
application/json, text/json
Sample:
{ "id_klient": 1, "emri_klientit": "sample string 2", "tel": "sample string 3", "qyteti": "sample string 4", "date": "2025-04-03T16:59:32.7988839-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.