POST api/CalLog/SaveCalLog

Request Information

URI Parameters

None.

Body Parameters

CallLogDto
NameDescriptionTypeAdditional information
CallLogId

integer

None.

ServiceOrderId

integer

None.

BranchId

integer

None.

IsSkipped

boolean

None.

isAttended

boolean

None.

StartTime

time interval

None.

EndTime

time interval

None.

CustomerBehaviourRating

byte

None.

CallBoundType

byte

None.

PhoneNumber

string

None.

CreatedDate

date

None.

Description

string

None.

CreatedBy

integer

None.

RecordStatus

byte

None.

CallLogType

byte

None.

SkippedReasonType

byte

None.

CallBoundTypeEnumValue

string

None.

SkippedReasonTypeName

string

None.

CallDuration

time interval

None.

UserDto

UserDto

None.

ServiceOrderDto

ServiceOrderDto

None.

BranchDto

BranchDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpStatusCodeResult
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusDescription

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.