GET api/Exchange/GetAllExchange?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLExchange
NameDescriptionTypeAdditional information
CCCD

string

None.

ExchangeID

integer

None.

Code

string

None.

Name

string

None.

PictureFile

string

None.

CountryID

integer

None.

Label

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "ExchangeID": 2,
    "Code": "sample string 3",
    "Name": "sample string 4",
    "PictureFile": "sample string 5",
    "CountryID": 6,
    "Label": "sample string 7",
    "LastUpdateDate": "2025-08-02T20:03:39.3981505+05:30"
  },
  {
    "CCCD": "sample string 1",
    "ExchangeID": 2,
    "Code": "sample string 3",
    "Name": "sample string 4",
    "PictureFile": "sample string 5",
    "CountryID": 6,
    "Label": "sample string 7",
    "LastUpdateDate": "2025-08-02T20:03:39.3981505+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","ExchangeID":2,"Code":"sample string 3","Name":"sample string 4","PictureFile":"sample string 5","CountryID":6,"Label":"sample string 7","LastUpdateDate":"2025-08-02T20:03:39.3981505+05:30"},{"CCCD":"sample string 1","ExchangeID":2,"Code":"sample string 3","Name":"sample string 4","PictureFile":"sample string 5","CountryID":6,"Label":"sample string 7","LastUpdateDate":"2025-08-02T20:03:39.3981505+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLExchange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLExchange>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 3</Code>
    <CountryID>6</CountryID>
    <ExchangeID>2</ExchangeID>
    <Label>sample string 7</Label>
    <LastUpdateDate>2025-08-02T20:03:39.3981505+05:30</LastUpdateDate>
    <Name>sample string 4</Name>
    <PictureFile>sample string 5</PictureFile>
  </PCXMLExchange>
  <PCXMLExchange>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 3</Code>
    <CountryID>6</CountryID>
    <ExchangeID>2</ExchangeID>
    <Label>sample string 7</Label>
    <LastUpdateDate>2025-08-02T20:03:39.3981505+05:30</LastUpdateDate>
    <Name>sample string 4</Name>
    <PictureFile>sample string 5</PictureFile>
  </PCXMLExchange>
</ArrayOfPCXMLExchange>