POST api/PBXMLEvent/EditPBXMLEvent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLEvent
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CCCD": "sample string 1",
  "EventNo": 2,
  "CurrencyIsoCode": 3,
  "IsAllDayEvent": true,
  "OwnerId": 5,
  "CreatedById": 6,
  "ActivityDate": "2024-11-23T18:46:38.895661+05:30",
  "Description": "sample string 8",
  "DurationInMinutes": 9.0,
  "Email": "sample string 10",
  "EndDateTime": "2024-11-23T18:46:38.895661+05:30",
  "EventSubtype": 12,
  "LastModifiedById": 13,
  "Location": "sample string 14",
  "WhoId": 15,
  "Phone": "sample string 16",
  "IsPrivate": true,
  "WhatId": 18,
  "IsReminderSet": true,
  "IsRecurrence2": true,
  "ShowAs": 21,
  "StartDateTime": "2024-11-23T18:46:38.895661+05:30",
  "Subject": "sample string 23",
  "LastUpdateDate": "2024-11-23T18:46:38.895661+05:30",
  "UID": 25,
  "LUID": 26,
  "USERNAME": "sample string 27",
  "LUSERNAME": "sample string 28",
  "CreatedSystem": "sample string 29",
  "LastUpdatedSystem": "sample string 30",
  "CreatedDate": "2024-11-23T18:46:38.895661+05:30",
  "LastUpdatedDate": "2024-11-23T18:46:38.895661+05:30",
  "XMLVAR": "sample string 33",
  "SFID": "sample string 34",
  "SFXMLVAR": "sample string 35"
}

text/html

Sample:
{"CCCD":"sample string 1","EventNo":2,"CurrencyIsoCode":3,"IsAllDayEvent":true,"OwnerId":5,"CreatedById":6,"ActivityDate":"2024-11-23T18:46:38.895661+05:30","Description":"sample string 8","DurationInMinutes":9.0,"Email":"sample string 10","EndDateTime":"2024-11-23T18:46:38.895661+05:30","EventSubtype":12,"LastModifiedById":13,"Location":"sample string 14","WhoId":15,"Phone":"sample string 16","IsPrivate":true,"WhatId":18,"IsReminderSet":true,"IsRecurrence2":true,"ShowAs":21,"StartDateTime":"2024-11-23T18:46:38.895661+05:30","Subject":"sample string 23","LastUpdateDate":"2024-11-23T18:46:38.895661+05:30","UID":25,"LUID":26,"USERNAME":"sample string 27","LUSERNAME":"sample string 28","CreatedSystem":"sample string 29","LastUpdatedSystem":"sample string 30","CreatedDate":"2024-11-23T18:46:38.895661+05:30","LastUpdatedDate":"2024-11-23T18:46:38.895661+05:30","XMLVAR":"sample string 33","SFID":"sample string 34","SFXMLVAR":"sample string 35"}

application/xml, text/xml

Sample:
<PBXMLEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ActivityDate>2024-11-23T18:46:38.895661+05:30</ActivityDate>
  <CCCD>sample string 1</CCCD>
  <CreatedById>6</CreatedById>
  <CreatedDate>2024-11-23T18:46:38.895661+05:30</CreatedDate>
  <CreatedSystem>sample string 29</CreatedSystem>
  <CurrencyIsoCode>3</CurrencyIsoCode>
  <Description>sample string 8</Description>
  <DurationInMinutes>9</DurationInMinutes>
  <Email>sample string 10</Email>
  <EndDateTime>2024-11-23T18:46:38.895661+05:30</EndDateTime>
  <EventNo>2</EventNo>
  <EventSubtype>12</EventSubtype>
  <IsAllDayEvent>true</IsAllDayEvent>
  <IsPrivate>true</IsPrivate>
  <IsRecurrence2>true</IsRecurrence2>
  <IsReminderSet>true</IsReminderSet>
  <LUID>26</LUID>
  <LUSERNAME>sample string 28</LUSERNAME>
  <LastModifiedById>13</LastModifiedById>
  <LastUpdateDate>2024-11-23T18:46:38.895661+05:30</LastUpdateDate>
  <LastUpdatedDate>2024-11-23T18:46:38.895661+05:30</LastUpdatedDate>
  <LastUpdatedSystem>sample string 30</LastUpdatedSystem>
  <Location>sample string 14</Location>
  <OwnerId>5</OwnerId>
  <Phone>sample string 16</Phone>
  <SFID>sample string 34</SFID>
  <SFXMLVAR>sample string 35</SFXMLVAR>
  <ShowAs>21</ShowAs>
  <StartDateTime>2024-11-23T18:46:38.895661+05:30</StartDateTime>
  <Subject>sample string 23</Subject>
  <UID>25</UID>
  <USERNAME>sample string 27</USERNAME>
  <WhatId>18</WhatId>
  <WhoId>15</WhoId>
  <XMLVAR>sample string 33</XMLVAR>
</PBXMLEvent>

application/x-www-form-urlencoded

Sample:

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorMessage": "sample string 2"
}

text/html

Sample:
{"Status":true,"ErrorMessage":"sample string 2"}

application/xml, text/xml

Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Status>true</Status>
</StatusResponse>