POST api/InterComm/ClientOutgoingEntrySave

Request Information

URI Parameters

None.

Body Parameters

ClientOutgoingEntry
NameDescriptionTypeAdditional information
ClientOutgoingEntryId

integer

None.

EmailAddress

string

String length: inclusive between 0 and 150

StationId

integer

None.

CreatedDate

date

None.

CallStartDate

date

None.

CallEndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "clientOutgoingEntryId": 1,
  "emailAddress": "sample string 2",
  "stationId": 1,
  "createdDate": "2024-09-20T03:43:03.1783335+08:00",
  "callStartDate": "2024-09-20T03:43:03.1783335+08:00",
  "callEndDate": "2024-09-20T03:43:03.1783335+08:00"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.