POST CustomerLoginHistory/Create
Request Information
URI Parameters
None.
Body Parameters
CustomerLoginHistoryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| LoginTime | date |
None. |
|
| IPAddress | string |
None. |
|
| DeviceInfo | string |
None. |
|
| AppVersion | string |
None. |
|
| Location | string |
None. |
|
| CustomerName | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d78c010d-ed37-4041-8466-8bd38f583710",
"CustomerId": "91f93500-2484-4ebf-a5ce-cdda96c598be",
"LoginTime": "2026-02-02T16:07:54.9525659+00:00",
"IPAddress": "sample string 3",
"DeviceInfo": "sample string 4",
"AppVersion": "sample string 5",
"Location": "sample string 6",
"CustomerName": "sample string 7",
"Email": "sample string 8"
}
application/xml, text/xml
Sample:
<CustomerLoginHistoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Models"> <AppVersion>sample string 5</AppVersion> <CustomerId>91f93500-2484-4ebf-a5ce-cdda96c598be</CustomerId> <CustomerName>sample string 7</CustomerName> <DeviceInfo>sample string 4</DeviceInfo> <Email>sample string 8</Email> <IPAddress>sample string 3</IPAddress> <Id>d78c010d-ed37-4041-8466-8bd38f583710</Id> <Location>sample string 6</Location> <LoginTime>2026-02-02T16:07:54.9525659+00:00</LoginTime> </CustomerLoginHistoryDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.