POST Api/NoronsoftUpdate
Request Information
URI Parameters
None.
Body Parameters
NoronsoftRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id1 | integer |
None. |
|
| Id2 | decimal number |
None. |
|
| KullaniciID | integer |
None. |
|
| Plaka | string |
None. |
|
| AracKonum | string |
None. |
|
| TipAdi | string |
None. |
|
| SonDegisim | date |
None. |
|
| SonGiris | date |
None. |
|
| Tarihzaman | date |
None. |
|
| Borc | decimal number |
None. |
|
| Odenen | decimal number |
None. |
|
| MusteriID | integer |
None. |
|
| MusteriAd | string |
None. |
|
| MusteriSoyad | string |
None. |
|
| BolgeID | integer |
None. |
|
| PeronID | integer |
None. |
|
| MaxLogID | integer |
None. |
|
| LogID | integer |
None. |
|
| DBID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id1": 1,
"Id2": 1.1,
"KullaniciID": 1,
"Plaka": "sample string 2",
"AracKonum": "sample string 3",
"TipAdi": "sample string 4",
"SonDegisim": "2025-12-23T18:04:58.2748591+03:00",
"SonGiris": "2025-12-23T18:04:58.2748591+03:00",
"Tarihzaman": "2025-12-23T18:04:58.2748591+03:00",
"Borc": 8.1,
"Odenen": 9.1,
"MusteriID": 10,
"MusteriAd": "sample string 11",
"MusteriSoyad": "sample string 12",
"BolgeID": 13,
"PeronID": 14,
"MaxLogID": 15,
"LogID": 16,
"DBID": 17
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NoronsoftResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Result | integer |
None. |
|
| Content | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Result": 2,
"Content": "sample string 3"
}