GET api/GetBundleAffiliateInteractionCalls
Get Bundle Affiliate Interaction Calls information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BundleAffiliateInteractionCallsName | Description | Type | Additional information |
---|---|---|---|
CallerId |
Caller ID |
integer |
None. |
LeadKey |
Lead Key |
globally unique identifier |
None. |
CallDateTime |
Call Date |
date |
None. |
CallStatus |
Call Status |
string |
None. |
StpCampaignName |
Campaign Name |
string |
None. |
StpCampaignPhoneNumber |
Campaign Phone Number |
string |
None. |
ExternalId |
External ID |
integer |
None. |
RoomKey |
Room Key |
globally unique identifier |
None. |
CallTime |
Call Time |
date |
None. |
PickedOn |
Picked On |
date |
None. |
EndOn |
End On |
date |
None. |
Duration |
Duration |
string |
None. |
CustomerName |
Customer Name |
string |
None. |
CustomerCompanyName |
Customer Company Name |
string |
None. |
Address |
Address |
string |
None. |
City |
City |
string |
None. |
State |
State |
string |
None. |
ZipCode |
Zip Code |
string |
None. |
RatingCount |
Rating Count |
integer |
None. |
Feedback |
Feedback |
string |
None. |
UserEnvironment |
User Environment |
string |
None. |
OperatorComment |
Operator Comment |
string |
None. |
Disposition |
Disposition |
string |
None. |
DispositionDescription |
Disposition Description |
string |
None. |
RecordingUrl |
Recording URL |
string |
None. |
CompanyKey |
Company Key |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CallerId": 1, "LeadKey": "f48bcc10-d964-40c6-bd70-57ac65199091", "CallDateTime": "2025-04-22T14:24:21.8444591+00:00", "CallStatus": "sample string 4", "StpCampaignName": "sample string 5", "StpCampaignPhoneNumber": "sample string 6", "ExternalId": 7, "RoomKey": "a73a8f5a-d5b7-4713-9eaf-58e5cd0f911f", "CallTime": "2025-04-22T14:24:21.8444591+00:00", "PickedOn": "2025-04-22T14:24:21.8444591+00:00", "EndOn": "2025-04-22T14:24:21.8444591+00:00", "Duration": "sample string 12", "CustomerName": "sample string 13", "CustomerCompanyName": "sample string 14", "Address": "sample string 15", "City": "sample string 16", "State": "sample string 17", "ZipCode": "sample string 18", "RatingCount": 19, "Feedback": "sample string 20", "UserEnvironment": "sample string 21", "OperatorComment": "sample string 22", "Disposition": "sample string 23", "DispositionDescription": "sample string 24", "RecordingUrl": "sample string 25", "CompanyKey": "446d3663-451f-4846-bb12-3a05e3899078" }, { "CallerId": 1, "LeadKey": "f48bcc10-d964-40c6-bd70-57ac65199091", "CallDateTime": "2025-04-22T14:24:21.8444591+00:00", "CallStatus": "sample string 4", "StpCampaignName": "sample string 5", "StpCampaignPhoneNumber": "sample string 6", "ExternalId": 7, "RoomKey": "a73a8f5a-d5b7-4713-9eaf-58e5cd0f911f", "CallTime": "2025-04-22T14:24:21.8444591+00:00", "PickedOn": "2025-04-22T14:24:21.8444591+00:00", "EndOn": "2025-04-22T14:24:21.8444591+00:00", "Duration": "sample string 12", "CustomerName": "sample string 13", "CustomerCompanyName": "sample string 14", "Address": "sample string 15", "City": "sample string 16", "State": "sample string 17", "ZipCode": "sample string 18", "RatingCount": 19, "Feedback": "sample string 20", "UserEnvironment": "sample string 21", "OperatorComment": "sample string 22", "Disposition": "sample string 23", "DispositionDescription": "sample string 24", "RecordingUrl": "sample string 25", "CompanyKey": "446d3663-451f-4846-bb12-3a05e3899078" } ]
application/xml, text/xml
Sample:
<ArrayOfBundleAffiliateInteractionCalls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Models"> <BundleAffiliateInteractionCalls> <Address>sample string 15</Address> <CallDateTime>2025-04-22T14:24:21.8444591+00:00</CallDateTime> <CallStatus>sample string 4</CallStatus> <CallTime>2025-04-22T14:24:21.8444591+00:00</CallTime> <CallerId>1</CallerId> <City>sample string 16</City> <CompanyKey>446d3663-451f-4846-bb12-3a05e3899078</CompanyKey> <CustomerCompanyName>sample string 14</CustomerCompanyName> <CustomerName>sample string 13</CustomerName> <Disposition>sample string 23</Disposition> <DispositionDescription>sample string 24</DispositionDescription> <Duration>sample string 12</Duration> <EndOn>2025-04-22T14:24:21.8444591+00:00</EndOn> <ExternalId>7</ExternalId> <Feedback>sample string 20</Feedback> <LeadKey>f48bcc10-d964-40c6-bd70-57ac65199091</LeadKey> <OperatorComment>sample string 22</OperatorComment> <PickedOn>2025-04-22T14:24:21.8444591+00:00</PickedOn> <RatingCount>19</RatingCount> <RecordingUrl>sample string 25</RecordingUrl> <RoomKey>a73a8f5a-d5b7-4713-9eaf-58e5cd0f911f</RoomKey> <State>sample string 17</State> <StpCampaignName>sample string 5</StpCampaignName> <StpCampaignPhoneNumber>sample string 6</StpCampaignPhoneNumber> <UserEnvironment>sample string 21</UserEnvironment> <ZipCode>sample string 18</ZipCode> </BundleAffiliateInteractionCalls> <BundleAffiliateInteractionCalls> <Address>sample string 15</Address> <CallDateTime>2025-04-22T14:24:21.8444591+00:00</CallDateTime> <CallStatus>sample string 4</CallStatus> <CallTime>2025-04-22T14:24:21.8444591+00:00</CallTime> <CallerId>1</CallerId> <City>sample string 16</City> <CompanyKey>446d3663-451f-4846-bb12-3a05e3899078</CompanyKey> <CustomerCompanyName>sample string 14</CustomerCompanyName> <CustomerName>sample string 13</CustomerName> <Disposition>sample string 23</Disposition> <DispositionDescription>sample string 24</DispositionDescription> <Duration>sample string 12</Duration> <EndOn>2025-04-22T14:24:21.8444591+00:00</EndOn> <ExternalId>7</ExternalId> <Feedback>sample string 20</Feedback> <LeadKey>f48bcc10-d964-40c6-bd70-57ac65199091</LeadKey> <OperatorComment>sample string 22</OperatorComment> <PickedOn>2025-04-22T14:24:21.8444591+00:00</PickedOn> <RatingCount>19</RatingCount> <RecordingUrl>sample string 25</RecordingUrl> <RoomKey>a73a8f5a-d5b7-4713-9eaf-58e5cd0f911f</RoomKey> <State>sample string 17</State> <StpCampaignName>sample string 5</StpCampaignName> <StpCampaignPhoneNumber>sample string 6</StpCampaignPhoneNumber> <UserEnvironment>sample string 21</UserEnvironment> <ZipCode>sample string 18</ZipCode> </BundleAffiliateInteractionCalls> </ArrayOfBundleAffiliateInteractionCalls>