POST api/Customer/PostCustomerLog

Request Information

URI Parameters

None.

Body Parameters

CustomerLog
NameDescriptionTypeAdditional 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": "52f73766-317e-4fe2-965c-6b6f8354a3a4",
  "CustomerId": "0d2bf435-0773-412d-801f-1a4f40857151",
  "OutletId": "da778655-167c-4c1d-87aa-0cdb51ecef3e",
  "CardNumber": "sample string 4",
  "CheckIn": "2026-02-04T04:10:47.1073896+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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.