POST api/PBXMLContact/AddPBXMLContacts
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objPBXMLContacts | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Cccd": "sample string 1",
"ContactNo": 2,
"ContactOwner": 3,
"ContactOwnerName": "sample string 4",
"Salutation": 5,
"SalutationName": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"Account": 9,
"AccountName": "sample string 10",
"Title": "sample string 11",
"Currency": 12,
"CurrencyName": "sample string 13",
"Phone": "sample string 14",
"Mobile": "sample string 15",
"Email": "sample string 16",
"ReportsTo": 17,
"ReportsToName": "sample string 18",
"LeadSource": 19,
"LeadSourceName": "sample string 20",
"Fax": "sample string 21",
"HomePhone": "sample string 22",
"OtherPhone": "sample string 23",
"DOB": "sample string 24",
"Department": "sample string 25",
"Assistant": "sample string 26",
"AssPhone": "sample string 27",
"MailingStreet": "sample string 28",
"MailingCity": "sample string 29",
"MailingState": "sample string 30",
"MailingZip": "sample string 31",
"MailingCountry": "sample string 32",
"OtherStreet": "sample string 33",
"OtherCity": "sample string 34",
"OtherState": "sample string 35",
"OtherZip": "sample string 36",
"OtherCountry": "sample string 37",
"Description": "sample string 38",
"CreatedBy": 39,
"LastUpdatedBy": 40,
"CREATEDSYSTEM": "sample string 41",
"LASTUPDATEDSYSTEM": "sample string 42",
"UID": 43.1,
"USERNAME": "sample string 44",
"LUID": 45,
"LUSERNAME": "sample string 46",
"CREATEDDATE": "2025-11-05T00:03:47.8611147+05:30",
"LastUpdatedDate": "2025-11-05T00:03:47.8611147+05:30",
"XMLVAR": "sample string 49",
"SFID": "sample string 50",
"SFXMLVAR": "sample string 51"
}
text/html
Sample:
{"Cccd":"sample string 1","ContactNo":2,"ContactOwner":3,"ContactOwnerName":"sample string 4","Salutation":5,"SalutationName":"sample string 6","FirstName":"sample string 7","LastName":"sample string 8","Account":9,"AccountName":"sample string 10","Title":"sample string 11","Currency":12,"CurrencyName":"sample string 13","Phone":"sample string 14","Mobile":"sample string 15","Email":"sample string 16","ReportsTo":17,"ReportsToName":"sample string 18","LeadSource":19,"LeadSourceName":"sample string 20","Fax":"sample string 21","HomePhone":"sample string 22","OtherPhone":"sample string 23","DOB":"sample string 24","Department":"sample string 25","Assistant":"sample string 26","AssPhone":"sample string 27","MailingStreet":"sample string 28","MailingCity":"sample string 29","MailingState":"sample string 30","MailingZip":"sample string 31","MailingCountry":"sample string 32","OtherStreet":"sample string 33","OtherCity":"sample string 34","OtherState":"sample string 35","OtherZip":"sample string 36","OtherCountry":"sample string 37","Description":"sample string 38","CreatedBy":39,"LastUpdatedBy":40,"CREATEDSYSTEM":"sample string 41","LASTUPDATEDSYSTEM":"sample string 42","UID":43.1,"USERNAME":"sample string 44","LUID":45,"LUSERNAME":"sample string 46","CREATEDDATE":"2025-11-05T00:03:47.8611147+05:30","LastUpdatedDate":"2025-11-05T00:03:47.8611147+05:30","XMLVAR":"sample string 49","SFID":"sample string 50","SFXMLVAR":"sample string 51"}
application/xml, text/xml
Sample:
<PBXMLContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <Account>9</Account> <AccountName>sample string 10</AccountName> <AssPhone>sample string 27</AssPhone> <Assistant>sample string 26</Assistant> <CREATEDDATE>2025-11-05T00:03:47.8611147+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 41</CREATEDSYSTEM> <Cccd>sample string 1</Cccd> <ContactNo>2</ContactNo> <ContactOwner>3</ContactOwner> <ContactOwnerName>sample string 4</ContactOwnerName> <CreatedBy>39</CreatedBy> <Currency>12</Currency> <CurrencyName>sample string 13</CurrencyName> <DOB>sample string 24</DOB> <Department>sample string 25</Department> <Description>sample string 38</Description> <Email>sample string 16</Email> <Fax>sample string 21</Fax> <FirstName>sample string 7</FirstName> <HomePhone>sample string 22</HomePhone> <LASTUPDATEDSYSTEM>sample string 42</LASTUPDATEDSYSTEM> <LUID>45</LUID> <LUSERNAME>sample string 46</LUSERNAME> <LastName>sample string 8</LastName> <LastUpdatedBy>40</LastUpdatedBy> <LastUpdatedDate>2025-11-05T00:03:47.8611147+05:30</LastUpdatedDate> <LeadSource>19</LeadSource> <LeadSourceName>sample string 20</LeadSourceName> <MailingCity>sample string 29</MailingCity> <MailingCountry>sample string 32</MailingCountry> <MailingState>sample string 30</MailingState> <MailingStreet>sample string 28</MailingStreet> <MailingZip>sample string 31</MailingZip> <Mobile>sample string 15</Mobile> <OtherCity>sample string 34</OtherCity> <OtherCountry>sample string 37</OtherCountry> <OtherPhone>sample string 23</OtherPhone> <OtherState>sample string 35</OtherState> <OtherStreet>sample string 33</OtherStreet> <OtherZip>sample string 36</OtherZip> <Phone>sample string 14</Phone> <ReportsTo>17</ReportsTo> <ReportsToName>sample string 18</ReportsToName> <SFID>sample string 50</SFID> <SFXMLVAR>sample string 51</SFXMLVAR> <Salutation>5</Salutation> <SalutationName>sample string 6</SalutationName> <Title>sample string 11</Title> <UID>43.1</UID> <USERNAME>sample string 44</USERNAME> <XMLVAR>sample string 49</XMLVAR> </PBXMLContact>
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>