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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLDCashPurpose
NameDescriptionTypeAdditional information
CCCD

string

None.

DCashPurposeID

integer

None.

DCashTypeID

integer

None.

Code

string

None.

Name

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "DCashPurposeID": 2,
    "DCashTypeID": 3,
    "Code": "sample string 4",
    "Name": "sample string 5",
    "LastUpdateDate": "2025-08-02T20:12:16.5076309+05:30"
  },
  {
    "CCCD": "sample string 1",
    "DCashPurposeID": 2,
    "DCashTypeID": 3,
    "Code": "sample string 4",
    "Name": "sample string 5",
    "LastUpdateDate": "2025-08-02T20:12:16.5076309+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","DCashPurposeID":2,"DCashTypeID":3,"Code":"sample string 4","Name":"sample string 5","LastUpdateDate":"2025-08-02T20:12:16.5076309+05:30"},{"CCCD":"sample string 1","DCashPurposeID":2,"DCashTypeID":3,"Code":"sample string 4","Name":"sample string 5","LastUpdateDate":"2025-08-02T20:12:16.5076309+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLDCashPurpose xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLDCashPurpose>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 4</Code>
    <DCashPurposeID>2</DCashPurposeID>
    <DCashTypeID>3</DCashTypeID>
    <LastUpdateDate>2025-08-02T20:12:16.5076309+05:30</LastUpdateDate>
    <Name>sample string 5</Name>
  </PCXMLDCashPurpose>
  <PCXMLDCashPurpose>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 4</Code>
    <DCashPurposeID>2</DCashPurposeID>
    <DCashTypeID>3</DCashTypeID>
    <LastUpdateDate>2025-08-02T20:12:16.5076309+05:30</LastUpdateDate>
    <Name>sample string 5</Name>
  </PCXMLDCashPurpose>
</ArrayOfPCXMLDCashPurpose>