GET api/PBXMLCampaign/GetPBXMLCampaignByID?Cccd={Cccd}&CampaignNo={CampaignNo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Cccd | No documentation available. |
Define this parameter in the request URI. |
| CampaignNo | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Cccd": "sample string 1",
"CampaignNo": 2,
"CampaignOwner": 3,
"CampaignOwnerName": "sample string 4",
"CampaignName": "sample string 5",
"CampaignParent": 6,
"CampaignParentName": "sample string 7",
"IsActive": "sample string 8",
"Type": 9,
"TypeName": "sample string 10",
"Currency": 11,
"CurrencyName": "sample string 12",
"Status": 13,
"StatusName": "sample string 14",
"NumSentIn": 15,
"StartDate": "2025-11-04T23:20:08.3184466+05:30",
"EndDate": "2025-11-04T23:20:08.3184466+05:30",
"ExpectedRevenue": 18.1,
"BudgetCost": 19.1,
"ActualCost": 20.1,
"ExpectedResponse": 21,
"Description": "sample string 22",
"CreatedBy": 23,
"LastUpdatedBy": 24,
"CREATEDSYSTEM": "sample string 25",
"LASTUPDATEDSYSTEM": "sample string 26",
"UID": 27.1,
"USERNAME": "sample string 28",
"LUID": 29,
"LUSERNAME": "sample string 30",
"CREATEDDATE": "2025-11-04T23:20:08.3184466+05:30",
"LastUpdatedDate": "2025-11-04T23:20:08.3184466+05:30",
"XMLVAR": "sample string 33",
"SFID": "sample string 34",
"SFXMLVAR": "sample string 35"
}
text/html
Sample:
{"Cccd":"sample string 1","CampaignNo":2,"CampaignOwner":3,"CampaignOwnerName":"sample string 4","CampaignName":"sample string 5","CampaignParent":6,"CampaignParentName":"sample string 7","IsActive":"sample string 8","Type":9,"TypeName":"sample string 10","Currency":11,"CurrencyName":"sample string 12","Status":13,"StatusName":"sample string 14","NumSentIn":15,"StartDate":"2025-11-04T23:20:08.3184466+05:30","EndDate":"2025-11-04T23:20:08.3184466+05:30","ExpectedRevenue":18.1,"BudgetCost":19.1,"ActualCost":20.1,"ExpectedResponse":21,"Description":"sample string 22","CreatedBy":23,"LastUpdatedBy":24,"CREATEDSYSTEM":"sample string 25","LASTUPDATEDSYSTEM":"sample string 26","UID":27.1,"USERNAME":"sample string 28","LUID":29,"LUSERNAME":"sample string 30","CREATEDDATE":"2025-11-04T23:20:08.3184466+05:30","LastUpdatedDate":"2025-11-04T23:20:08.3184466+05:30","XMLVAR":"sample string 33","SFID":"sample string 34","SFXMLVAR":"sample string 35"}
application/xml, text/xml
Sample:
<PBXMLCampaign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <ActualCost>20.1</ActualCost> <BudgetCost>19.1</BudgetCost> <CREATEDDATE>2025-11-04T23:20:08.3184466+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 25</CREATEDSYSTEM> <CampaignName>sample string 5</CampaignName> <CampaignNo>2</CampaignNo> <CampaignOwner>3</CampaignOwner> <CampaignOwnerName>sample string 4</CampaignOwnerName> <CampaignParent>6</CampaignParent> <CampaignParentName>sample string 7</CampaignParentName> <Cccd>sample string 1</Cccd> <CreatedBy>23</CreatedBy> <Currency>11</Currency> <CurrencyName>sample string 12</CurrencyName> <Description>sample string 22</Description> <EndDate>2025-11-04T23:20:08.3184466+05:30</EndDate> <ExpectedResponse>21</ExpectedResponse> <ExpectedRevenue>18.1</ExpectedRevenue> <IsActive>sample string 8</IsActive> <LASTUPDATEDSYSTEM>sample string 26</LASTUPDATEDSYSTEM> <LUID>29</LUID> <LUSERNAME>sample string 30</LUSERNAME> <LastUpdatedBy>24</LastUpdatedBy> <LastUpdatedDate>2025-11-04T23:20:08.3184466+05:30</LastUpdatedDate> <NumSentIn>15</NumSentIn> <SFID>sample string 34</SFID> <SFXMLVAR>sample string 35</SFXMLVAR> <StartDate>2025-11-04T23:20:08.3184466+05:30</StartDate> <Status>13</Status> <StatusName>sample string 14</StatusName> <Type>9</Type> <TypeName>sample string 10</TypeName> <UID>27.1</UID> <USERNAME>sample string 28</USERNAME> <XMLVAR>sample string 33</XMLVAR> </PBXMLCampaign>