POST api/Clients
Request Information
URI Parameters
None.
Body Parameters
ClientDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| CountryCode | string |
None. |
|
| Country | string |
None. |
|
| Ip | string |
None. |
|
| City | string |
None. |
|
| Status | string |
None. |
|
| Isp | string |
None. |
|
| Language | string |
None. |
|
| CartId | globally unique identifier |
None. |
|
| CartCurrency | string |
None. |
|
| CartItems | integer |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| PersonName | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| IsCookiesApproved | boolean |
None. |
|
| ActualCountryCode | string |
None. |
|
| Navigator | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "6bace75a-eff8-4b20-a682-9e27f0b49c5c",
"created": "2026-04-07T14:24:19.3693057+02:00",
"updated": "2026-04-07T14:24:19.3693057+02:00",
"longitude": 1.1,
"latitude": 1.1,
"countryCode": "sample string 1",
"country": "sample string 2",
"ip": "sample string 3",
"city": "sample string 4",
"status": "sample string 5",
"isp": "sample string 6",
"language": "sample string 7",
"cartId": "ff12bf56-afa7-4922-bde8-f58f13f6695f",
"cartCurrency": "sample string 8",
"cartItems": 1,
"personId": "ba87b655-d711-4b06-9bc5-582b61fcaac1",
"personName": "sample string 9",
"userId": "cc84967c-c2ab-4b06-9722-66e73c7a64ed",
"isCookiesApproved": true,
"actualCountryCode": "sample string 10",
"navigator": "sample string 11"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.