GET api/PBXMLTask/GetPBXMLTaskById?Cccd={Cccd}&Taskno={Taskno}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Cccd
No documentation available.

Define this parameter in the request URI.

Taskno
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Taskno": 1,
  "CurrencyIsoCode": 2,
  "OwnerId": 3,
  "CallDurationInSeconds": 4.0,
  "CallObject": "sample string 5",
  "cccd": "sample string 6",
  "CallDisposition": "sample string 7",
  "CallType": "sample string 8",
  "Description": "sample string 9",
  "CompletedDateTime": "2024-11-23T19:12:00.0505974+05:30",
  "IsRecurrence": true,
  "CreatedById": 12,
  "ActivityDate": "2024-11-23T19:12:00.0505974+05:30",
  "Email": "sample string 14",
  "LastModifiedById": 15,
  "WhoId": 16,
  "Phone": "sample string 17",
  "Priority": 18,
  "RecurrenceInterval": 19.0,
  "WhatId": 20,
  "IsReminderSet": true,
  "RecurrenceRegeneratedType": 22,
  "Status": 23,
  "Subject": "sample string 24",
  "TaskSubtype": 25,
  "Type": 26,
  "LastUpdateDate": "2024-11-23T19:12:00.0505974+05:30",
  "UID": 28,
  "LUID": 29,
  "USERNAME": "sample string 30",
  "LUSERNAME": "sample string 31",
  "CreatedSystem": "sample string 32",
  "LastUpdatedSystem": "sample string 33",
  "CreatedDate": "2024-11-23T19:12:00.0505974+05:30",
  "LastUpdatedDate": "2024-11-23T19:12:00.0505974+05:30",
  "XMLVAR": "sample string 36",
  "SFID": "sample string 37",
  "SFXMLVAR": "sample string 38"
}

text/html

Sample:
{"Taskno":1,"CurrencyIsoCode":2,"OwnerId":3,"CallDurationInSeconds":4.0,"CallObject":"sample string 5","cccd":"sample string 6","CallDisposition":"sample string 7","CallType":"sample string 8","Description":"sample string 9","CompletedDateTime":"2024-11-23T19:12:00.0505974+05:30","IsRecurrence":true,"CreatedById":12,"ActivityDate":"2024-11-23T19:12:00.0505974+05:30","Email":"sample string 14","LastModifiedById":15,"WhoId":16,"Phone":"sample string 17","Priority":18,"RecurrenceInterval":19.0,"WhatId":20,"IsReminderSet":true,"RecurrenceRegeneratedType":22,"Status":23,"Subject":"sample string 24","TaskSubtype":25,"Type":26,"LastUpdateDate":"2024-11-23T19:12:00.0505974+05:30","UID":28,"LUID":29,"USERNAME":"sample string 30","LUSERNAME":"sample string 31","CreatedSystem":"sample string 32","LastUpdatedSystem":"sample string 33","CreatedDate":"2024-11-23T19:12:00.0505974+05:30","LastUpdatedDate":"2024-11-23T19:12:00.0505974+05:30","XMLVAR":"sample string 36","SFID":"sample string 37","SFXMLVAR":"sample string 38"}

application/xml, text/xml

Sample:
<PBXMLTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ActivityDate>2024-11-23T19:12:00.0505974+05:30</ActivityDate>
  <CallDisposition>sample string 7</CallDisposition>
  <CallDurationInSeconds>4</CallDurationInSeconds>
  <CallObject>sample string 5</CallObject>
  <CallType>sample string 8</CallType>
  <CompletedDateTime>2024-11-23T19:12:00.0505974+05:30</CompletedDateTime>
  <CreatedById>12</CreatedById>
  <CreatedDate>2024-11-23T19:12:00.0505974+05:30</CreatedDate>
  <CreatedSystem>sample string 32</CreatedSystem>
  <CurrencyIsoCode>2</CurrencyIsoCode>
  <Description>sample string 9</Description>
  <Email>sample string 14</Email>
  <IsRecurrence>true</IsRecurrence>
  <IsReminderSet>true</IsReminderSet>
  <LUID>29</LUID>
  <LUSERNAME>sample string 31</LUSERNAME>
  <LastModifiedById>15</LastModifiedById>
  <LastUpdateDate>2024-11-23T19:12:00.0505974+05:30</LastUpdateDate>
  <LastUpdatedDate>2024-11-23T19:12:00.0505974+05:30</LastUpdatedDate>
  <LastUpdatedSystem>sample string 33</LastUpdatedSystem>
  <OwnerId>3</OwnerId>
  <Phone>sample string 17</Phone>
  <Priority>18</Priority>
  <RecurrenceInterval>19</RecurrenceInterval>
  <RecurrenceRegeneratedType>22</RecurrenceRegeneratedType>
  <SFID>sample string 37</SFID>
  <SFXMLVAR>sample string 38</SFXMLVAR>
  <Status>23</Status>
  <Subject>sample string 24</Subject>
  <TaskSubtype>25</TaskSubtype>
  <Taskno>1</Taskno>
  <Type>26</Type>
  <UID>28</UID>
  <USERNAME>sample string 30</USERNAME>
  <WhatId>20</WhatId>
  <WhoId>16</WhoId>
  <XMLVAR>sample string 36</XMLVAR>
  <cccd>sample string 6</cccd>
</PBXMLTask>