GET api/Demand/GetAllDemandPerformanceLabel?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLDemandPerformanceLabel
NameDescriptionTypeAdditional information
CCCD

string

None.

DemandPerformanceLabelID

integer

None.

DemandID

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",
    "DemandPerformanceLabelID": 2,
    "DemandID": 3,
    "OverviewID": 4,
    "PTType": "sample string 5",
    "PTLabelDesc": "sample string 6",
    "AmountUOMID": 7,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:04:52.1211566+05:30"
  },
  {
    "CCCD": "sample string 1",
    "DemandPerformanceLabelID": 2,
    "DemandID": 3,
    "OverviewID": 4,
    "PTType": "sample string 5",
    "PTLabelDesc": "sample string 6",
    "AmountUOMID": 7,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:04:52.1211566+05:30"
  }
]

text/html

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

application/xml, text/xml

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