POST Admin/Customer/TrackLog
Request Information
URI Parameters
None.
Body Parameters
CustomerTrackLogName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SeatsCustomerMapId | integer |
None. |
|
CustomerCarMapId | integer |
None. |
|
CustomerId | integer |
None. |
|
SeatsUserId | integer |
None. |
|
SeatsPhone | string |
None. |
|
CustomerPhone | string |
None. |
|
InsuranceTypeId | integer |
None. |
|
CallTypeId | integer |
None. |
|
ClickCallSessionId | string |
None. |
|
StatusCode | string |
None. |
|
NextCallTime | date |
None. |
|
Memo | string |
None. |
|
IsFailed | boolean |
None. |
|
FailedReasonCode | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
CreatedYear | integer |
None. |
|
CreatedUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SeatsCustomerMapId": 2, "CustomerCarMapId": 3, "CustomerId": 4, "SeatsUserId": 5, "SeatsPhone": "sample string 6", "CustomerPhone": "sample string 7", "InsuranceTypeId": 8, "CallTypeId": 9, "ClickCallSessionId": "sample string 10", "StatusCode": "sample string 11", "NextCallTime": "2025-07-17T19:24:08.7969327+08:00", "Memo": "sample string 13", "IsFailed": true, "FailedReasonCode": "sample string 15", "CreatedDate": "2025-07-17T19:24:08.7969327+08:00", "UpdatedDate": "2025-07-17T19:24:08.7969327+08:00", "CreatedYear": 18, "CreatedUserId": 19 }
application/xml, text/xml
Sample:
<CustomerTrackLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <CallTypeId>9</CallTypeId> <ClickCallSessionId>sample string 10</ClickCallSessionId> <CreatedDate>2025-07-17T19:24:08.7969327+08:00</CreatedDate> <CreatedUserId>19</CreatedUserId> <CreatedYear>18</CreatedYear> <CustomerCarMapId>3</CustomerCarMapId> <CustomerId>4</CustomerId> <CustomerPhone>sample string 7</CustomerPhone> <FailedReasonCode>sample string 15</FailedReasonCode> <Id>1</Id> <InsuranceTypeId>8</InsuranceTypeId> <IsFailed>true</IsFailed> <Memo>sample string 13</Memo> <NextCallTime>2025-07-17T19:24:08.7969327+08:00</NextCallTime> <SeatsCustomerMapId>2</SeatsCustomerMapId> <SeatsPhone>sample string 6</SeatsPhone> <SeatsUserId>5</SeatsUserId> <StatusCode>sample string 11</StatusCode> <UpdatedDate>2025-07-17T19:24:08.7969327+08:00</UpdatedDate> </CustomerTrackLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.