POST api/klient/insert
Request Information
URI Parameters
None.
Body Parameters
Klient| Name | 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-12-26T09:39:00.5842382-08: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.