GET api/Offer/GetAllOfferPerformanceLabel?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLOfferPerformanceLabel
NameDescriptionTypeAdditional information
CCCD

string

None.

OfferPerformanceLabelID

integer

None.

OfferID

integer

None.

OverviewID

integer

None.

PTType

string

None.

PTLabelDesc

string

None.

AmountUOMID

integer

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "OfferPerformanceLabelID": 2,
    "OfferID": 3,
    "OverviewID": 4,
    "PTType": "sample string 5",
    "PTLabelDesc": "sample string 6",
    "AmountUOMID": 7,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:02:24.2422539+05:30"
  },
  {
    "CCCD": "sample string 1",
    "OfferPerformanceLabelID": 2,
    "OfferID": 3,
    "OverviewID": 4,
    "PTType": "sample string 5",
    "PTLabelDesc": "sample string 6",
    "AmountUOMID": 7,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:02:24.2422539+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","OfferPerformanceLabelID":2,"OfferID":3,"OverviewID":4,"PTType":"sample string 5","PTLabelDesc":"sample string 6","AmountUOMID":7,"Status":"sample string 8","LastUpdateDate":"2025-08-02T20:02:24.2422539+05:30"},{"CCCD":"sample string 1","OfferPerformanceLabelID":2,"OfferID":3,"OverviewID":4,"PTType":"sample string 5","PTLabelDesc":"sample string 6","AmountUOMID":7,"Status":"sample string 8","LastUpdateDate":"2025-08-02T20:02:24.2422539+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLOfferPerformanceLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLOfferPerformanceLabel>
    <AmountUOMID>7</AmountUOMID>
    <CCCD>sample string 1</CCCD>
    <LastUpdateDate>2025-08-02T20:02:24.2422539+05:30</LastUpdateDate>
    <OfferID>3</OfferID>
    <OfferPerformanceLabelID>2</OfferPerformanceLabelID>
    <OverviewID>4</OverviewID>
    <PTLabelDesc>sample string 6</PTLabelDesc>
    <PTType>sample string 5</PTType>
    <Status>sample string 8</Status>
  </PCXMLOfferPerformanceLabel>
  <PCXMLOfferPerformanceLabel>
    <AmountUOMID>7</AmountUOMID>
    <CCCD>sample string 1</CCCD>
    <LastUpdateDate>2025-08-02T20:02:24.2422539+05:30</LastUpdateDate>
    <OfferID>3</OfferID>
    <OfferPerformanceLabelID>2</OfferPerformanceLabelID>
    <OverviewID>4</OverviewID>
    <PTLabelDesc>sample string 6</PTLabelDesc>
    <PTType>sample string 5</PTType>
    <Status>sample string 8</Status>
  </PCXMLOfferPerformanceLabel>
</ArrayOfPCXMLOfferPerformanceLabel>