GET api/Customer/GetAllCustomerLanguage?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLCustomerLanguageName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
CustLanguageID | integer |
None. |
|
LanguageID | integer |
None. |
|
CustomerID | integer |
None. |
|
CustomerTypeID | integer |
None. |
|
ProficiencyID | integer |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "CustLanguageID": 2, "LanguageID": 3, "CustomerID": 4, "CustomerTypeID": 5, "ProficiencyID": 6, "Status": "sample string 7", "LastUpdateDate": "2025-08-02T20:04:52.5270411+05:30" }, { "CCCD": "sample string 1", "CustLanguageID": 2, "LanguageID": 3, "CustomerID": 4, "CustomerTypeID": 5, "ProficiencyID": 6, "Status": "sample string 7", "LastUpdateDate": "2025-08-02T20:04:52.5270411+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","CustLanguageID":2,"LanguageID":3,"CustomerID":4,"CustomerTypeID":5,"ProficiencyID":6,"Status":"sample string 7","LastUpdateDate":"2025-08-02T20:04:52.5270411+05:30"},{"CCCD":"sample string 1","CustLanguageID":2,"LanguageID":3,"CustomerID":4,"CustomerTypeID":5,"ProficiencyID":6,"Status":"sample string 7","LastUpdateDate":"2025-08-02T20:04:52.5270411+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLCustomerLanguage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLCustomerLanguage> <CCCD>sample string 1</CCCD> <CustLanguageID>2</CustLanguageID> <CustomerID>4</CustomerID> <CustomerTypeID>5</CustomerTypeID> <LanguageID>3</LanguageID> <LastUpdateDate>2025-08-02T20:04:52.5270411+05:30</LastUpdateDate> <ProficiencyID>6</ProficiencyID> <Status>sample string 7</Status> </PCXMLCustomerLanguage> <PCXMLCustomerLanguage> <CCCD>sample string 1</CCCD> <CustLanguageID>2</CustLanguageID> <CustomerID>4</CustomerID> <CustomerTypeID>5</CustomerTypeID> <LanguageID>3</LanguageID> <LastUpdateDate>2025-08-02T20:04:52.5270411+05:30</LastUpdateDate> <ProficiencyID>6</ProficiencyID> <Status>sample string 7</Status> </PCXMLCustomerLanguage> </ArrayOfPCXMLCustomerLanguage>