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": "533df579-928e-4c88-8c6f-f56e38376f99",
"created": "2026-08-07T06:16:25.6642149+02:00",
"updated": "2026-08-07T06:16:25.6642149+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": "3e688b2b-7005-4c46-92e3-432956d6806d",
"cartCurrency": "sample string 8",
"cartItems": 1,
"personId": "2018bc72-02af-43c9-af56-61bba0ac4622",
"personName": "sample string 9",
"userId": "9fa86797-a1a2-4654-9ced-ba37ef01efeb",
"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.