POST api/Customer/PostCustomerLog
Request Information
URI Parameters
None.
Body Parameters
CustomerLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| CardNumber | string |
Max length: 100 |
|
| CheckIn | date |
None. |
|
| VehicleId | integer |
None. |
|
| Synced | boolean |
None. |
|
| CustomerName | string |
None. |
|
| OrgNo | string |
None. |
|
| VehicleName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a04d3802-d49e-4344-92c8-eee959a85ce8",
"CustomerId": "a4768e89-1bfc-4a79-a359-4ef39ab65e4c",
"OutletId": "8e3bc890-e870-4bab-81b0-1d7ab932deb7",
"CardNumber": "sample string 4",
"CheckIn": "2026-08-06T01:31:00.4253895+02:00",
"VehicleId": 6,
"Synced": true,
"CustomerName": "sample string 8",
"OrgNo": "sample string 9",
"VehicleName": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.