POST api/Customer/PostCustomerLog
Request Information
URI Parameters
None.
Body Parameters
CustomerLogName | 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": "40607d4d-964f-406b-a4cb-c34f454ef70a", "CustomerId": "99747dcf-7f3d-43fe-b100-3fbffe5fb491", "OutletId": "2da60eba-5493-4db4-9660-7eae0c93ef83", "CardNumber": "sample string 4", "CheckIn": "2025-07-04T14:10:56.5857828+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.