GET api/InternationalCurrency/GetAllInternationalCurrency?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLInternationalCurrencyName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
InternationalCurrencyID | integer |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
ExchangeID | integer |
None. |
|
Label | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "InternationalCurrencyID": 2, "Code": "sample string 3", "Name": "sample string 4", "ExchangeID": 5, "Label": "sample string 6", "LastUpdateDate": "2025-08-02T20:24:58.7519442+05:30" }, { "CCCD": "sample string 1", "InternationalCurrencyID": 2, "Code": "sample string 3", "Name": "sample string 4", "ExchangeID": 5, "Label": "sample string 6", "LastUpdateDate": "2025-08-02T20:24:58.7519442+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","InternationalCurrencyID":2,"Code":"sample string 3","Name":"sample string 4","ExchangeID":5,"Label":"sample string 6","LastUpdateDate":"2025-08-02T20:24:58.7519442+05:30"},{"CCCD":"sample string 1","InternationalCurrencyID":2,"Code":"sample string 3","Name":"sample string 4","ExchangeID":5,"Label":"sample string 6","LastUpdateDate":"2025-08-02T20:24:58.7519442+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLInternationalCurrency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLInternationalCurrency> <CCCD>sample string 1</CCCD> <Code>sample string 3</Code> <ExchangeID>5</ExchangeID> <InternationalCurrencyID>2</InternationalCurrencyID> <Label>sample string 6</Label> <LastUpdateDate>2025-08-02T20:24:58.7519442+05:30</LastUpdateDate> <Name>sample string 4</Name> </PCXMLInternationalCurrency> <PCXMLInternationalCurrency> <CCCD>sample string 1</CCCD> <Code>sample string 3</Code> <ExchangeID>5</ExchangeID> <InternationalCurrencyID>2</InternationalCurrencyID> <Label>sample string 6</Label> <LastUpdateDate>2025-08-02T20:24:58.7519442+05:30</LastUpdateDate> <Name>sample string 4</Name> </PCXMLInternationalCurrency> </ArrayOfPCXMLInternationalCurrency>