POST api/PBXMLPotential/EditPBXMLPotential

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLPotentialedit
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Cccd": "sample string 1",
  "XMLVAR": "sample string 2",
  "PotentialOwner": 3,
  "Amount": 4.1,
  "PotentialName": "sample string 5",
  "PotentialNo": 6,
  "ClosingDate": "2024-11-22T21:47:44.3378545+05:30",
  "AccountName": "sample string 8",
  "AccountNo": 9,
  "StageName": "sample string 10",
  "StageNo": 11,
  "TypeName": "sample string 12",
  "TypeNo": 13,
  "Probability": 14,
  "NextStep": "sample string 15",
  "ExpectedRevenue": 16.1,
  "LeadSourceNo": 17,
  "LeadSourceName": "sample string 18",
  "CampaignSourceName": "sample string 19",
  "CampaignSourceNo": 20,
  "ContactNo": 21,
  "Descriptions": "sample string 22",
  "ContactName": "sample string 23",
  "CreatedBy": 24,
  "LastUpdatedBy": 25,
  "CREATEDSYSTEM": "sample string 26",
  "LASTUPDATEDSYSTEM": "sample string 27",
  "USERNAME": "sample string 28",
  "LUSERNAME": "sample string 29",
  "UID": 30.1,
  "LUID": 31,
  "CreatedDate": "2024-11-22T21:47:44.3393547+05:30",
  "LastUpdatedDate": "2024-11-22T21:47:44.3393547+05:30",
  "SFID": "sample string 34",
  "SFXMLVAR": "sample string 35"
}

text/html

Sample:
{"Cccd":"sample string 1","XMLVAR":"sample string 2","PotentialOwner":3,"Amount":4.1,"PotentialName":"sample string 5","PotentialNo":6,"ClosingDate":"2024-11-22T21:47:44.3378545+05:30","AccountName":"sample string 8","AccountNo":9,"StageName":"sample string 10","StageNo":11,"TypeName":"sample string 12","TypeNo":13,"Probability":14,"NextStep":"sample string 15","ExpectedRevenue":16.1,"LeadSourceNo":17,"LeadSourceName":"sample string 18","CampaignSourceName":"sample string 19","CampaignSourceNo":20,"ContactNo":21,"Descriptions":"sample string 22","ContactName":"sample string 23","CreatedBy":24,"LastUpdatedBy":25,"CREATEDSYSTEM":"sample string 26","LASTUPDATEDSYSTEM":"sample string 27","USERNAME":"sample string 28","LUSERNAME":"sample string 29","UID":30.1,"LUID":31,"CreatedDate":"2024-11-22T21:47:44.3393547+05:30","LastUpdatedDate":"2024-11-22T21:47:44.3393547+05:30","SFID":"sample string 34","SFXMLVAR":"sample string 35"}

application/xml, text/xml

Sample:
<PBXMLPotential xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <AccountName>sample string 8</AccountName>
  <AccountNo>9</AccountNo>
  <Amount>4.1</Amount>
  <CREATEDSYSTEM>sample string 26</CREATEDSYSTEM>
  <CampaignSourceName>sample string 19</CampaignSourceName>
  <CampaignSourceNo>20</CampaignSourceNo>
  <Cccd>sample string 1</Cccd>
  <ClosingDate>2024-11-22T21:47:44.3378545+05:30</ClosingDate>
  <ContactName>sample string 23</ContactName>
  <ContactNo>21</ContactNo>
  <CreatedBy>24</CreatedBy>
  <CreatedDate>2024-11-22T21:47:44.3393547+05:30</CreatedDate>
  <Descriptions>sample string 22</Descriptions>
  <ExpectedRevenue>16.1</ExpectedRevenue>
  <LASTUPDATEDSYSTEM>sample string 27</LASTUPDATEDSYSTEM>
  <LUID>31</LUID>
  <LUSERNAME>sample string 29</LUSERNAME>
  <LastUpdatedBy>25</LastUpdatedBy>
  <LastUpdatedDate>2024-11-22T21:47:44.3393547+05:30</LastUpdatedDate>
  <LeadSourceName>sample string 18</LeadSourceName>
  <LeadSourceNo>17</LeadSourceNo>
  <NextStep>sample string 15</NextStep>
  <PotentialName>sample string 5</PotentialName>
  <PotentialNo>6</PotentialNo>
  <PotentialOwner>3</PotentialOwner>
  <Probability>14</Probability>
  <SFID>sample string 34</SFID>
  <SFXMLVAR>sample string 35</SFXMLVAR>
  <StageName>sample string 10</StageName>
  <StageNo>11</StageNo>
  <TypeName>sample string 12</TypeName>
  <TypeNo>13</TypeNo>
  <UID>30.1</UID>
  <USERNAME>sample string 28</USERNAME>
  <XMLVAR>sample string 2</XMLVAR>
</PBXMLPotential>

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>