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": "5ceba07c-73de-47c3-a582-58846f832bdd",
"CustomerId": "c5e051b1-d88b-4c92-8c51-615426cc5170",
"OutletId": "5c427fad-b473-41de-b326-8c27e2b53e45",
"CardNumber": "sample string 4",
"CheckIn": "2026-03-21T23:43:05.6235019+01: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.