POST api/NurseTriage/PostCallTracker

Request Information

URI Parameters

None.

Body Parameters

CallTrackerDTO
NameDescriptionTypeAdditional information
Id

integer

None.

MasterCallId

string

String length: inclusive between 0 and 50

CallId

string

String length: inclusive between 0 and 50

AgentId

string

String length: inclusive between 0 and 50

Dns

string

String length: inclusive between 0 and 20

Ani

string

String length: inclusive between 0 and 20

FollowUpCaseNumber

integer

None.

CallBoundType

string

String length: inclusive between 0 and 50

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 20

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MasterCallId": "sample string 2",
  "CallId": "sample string 3",
  "AgentId": "sample string 4",
  "Dns": "sample string 5",
  "Ani": "sample string 6",
  "FollowUpCaseNumber": 1,
  "CallBoundType": "sample string 7",
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:27:06.1072688-07:00",
  "DateUpdated": "2025-04-04T05:27:06.1072688-07:00",
  "UserIDCreated": 11,
  "UserIDUpdated": 12,
  "CompanyCode": "sample string 13",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<CallTrackerDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 13</CompanyCode>
  <DateCreated>2025-04-04T05:27:06.1072688-07:00</DateCreated>
  <DateUpdated>2025-04-04T05:27:06.1072688-07:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>11</UserIDCreated>
  <UserIDUpdated>12</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <AgentId>sample string 4</AgentId>
  <Ani>sample string 6</Ani>
  <CallBoundType>sample string 7</CallBoundType>
  <CallId>sample string 3</CallId>
  <Dns>sample string 5</Dns>
  <FollowUpCaseNumber>1</FollowUpCaseNumber>
  <Id>1</Id>
  <MasterCallId>sample string 2</MasterCallId>
</CallTrackerDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCallTrackerDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CallTrackerDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "MasterCallId": "sample string 2",
    "CallId": "sample string 3",
    "AgentId": "sample string 4",
    "Dns": "sample string 5",
    "Ani": "sample string 6",
    "FollowUpCaseNumber": 1,
    "CallBoundType": "sample string 7",
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:27:06.4931594-07:00",
    "DateUpdated": "2025-04-04T05:27:06.4931594-07:00",
    "UserIDCreated": 11,
    "UserIDUpdated": 12,
    "CompanyCode": "sample string 13",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCallTrackerDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-04T05:27:06.4931594-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-04T05:27:06.4931594-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:AgentId>sample string 4</d2p1:AgentId>
    <d2p1:Ani>sample string 6</d2p1:Ani>
    <d2p1:CallBoundType>sample string 7</d2p1:CallBoundType>
    <d2p1:CallId>sample string 3</d2p1:CallId>
    <d2p1:Dns>sample string 5</d2p1:Dns>
    <d2p1:FollowUpCaseNumber>1</d2p1:FollowUpCaseNumber>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:MasterCallId>sample string 2</d2p1:MasterCallId>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCallTrackerDTO3NYuOdgi>