GET api/GlobalCustomerHistory/GetAllGlobalCustomerHistory?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLGlobalCustomerHistoryName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
GlobalCustomerHistoryID | integer |
None. |
|
GlobalCustomerID | integer |
None. |
|
GlobalCustomerTypeID | integer |
None. |
|
BusinessID | integer |
None. |
|
AccountID | integer |
None. |
|
StatusID | integer |
None. |
|
DisplayName | string |
None. |
|
Description | string |
None. |
|
Telephone1 | string |
None. |
|
Telephone2 | string |
None. |
|
Fax | string |
None. |
|
Mobile | string |
None. |
|
URLAddress | string |
None. |
|
Industry | integer |
None. |
|
Specialize | integer |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "GlobalCustomerHistoryID": 2, "GlobalCustomerID": 3, "GlobalCustomerTypeID": 4, "BusinessID": 5, "AccountID": 6, "StatusID": 7, "DisplayName": "sample string 8", "Description": "sample string 9", "Telephone1": "sample string 10", "Telephone2": "sample string 11", "Fax": "sample string 12", "Mobile": "sample string 13", "URLAddress": "sample string 14", "Industry": 15, "Specialize": 16, "Status": "sample string 17", "LastUpdateDate": "2025-08-02T20:22:31.0554791+05:30" }, { "CCCD": "sample string 1", "GlobalCustomerHistoryID": 2, "GlobalCustomerID": 3, "GlobalCustomerTypeID": 4, "BusinessID": 5, "AccountID": 6, "StatusID": 7, "DisplayName": "sample string 8", "Description": "sample string 9", "Telephone1": "sample string 10", "Telephone2": "sample string 11", "Fax": "sample string 12", "Mobile": "sample string 13", "URLAddress": "sample string 14", "Industry": 15, "Specialize": 16, "Status": "sample string 17", "LastUpdateDate": "2025-08-02T20:22:31.0554791+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","GlobalCustomerHistoryID":2,"GlobalCustomerID":3,"GlobalCustomerTypeID":4,"BusinessID":5,"AccountID":6,"StatusID":7,"DisplayName":"sample string 8","Description":"sample string 9","Telephone1":"sample string 10","Telephone2":"sample string 11","Fax":"sample string 12","Mobile":"sample string 13","URLAddress":"sample string 14","Industry":15,"Specialize":16,"Status":"sample string 17","LastUpdateDate":"2025-08-02T20:22:31.0554791+05:30"},{"CCCD":"sample string 1","GlobalCustomerHistoryID":2,"GlobalCustomerID":3,"GlobalCustomerTypeID":4,"BusinessID":5,"AccountID":6,"StatusID":7,"DisplayName":"sample string 8","Description":"sample string 9","Telephone1":"sample string 10","Telephone2":"sample string 11","Fax":"sample string 12","Mobile":"sample string 13","URLAddress":"sample string 14","Industry":15,"Specialize":16,"Status":"sample string 17","LastUpdateDate":"2025-08-02T20:22:31.0554791+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLGlobalCustomerHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLGlobalCustomerHistory> <AccountID>6</AccountID> <BusinessID>5</BusinessID> <CCCD>sample string 1</CCCD> <Description>sample string 9</Description> <DisplayName>sample string 8</DisplayName> <Fax>sample string 12</Fax> <GlobalCustomerHistoryID>2</GlobalCustomerHistoryID> <GlobalCustomerID>3</GlobalCustomerID> <GlobalCustomerTypeID>4</GlobalCustomerTypeID> <Industry>15</Industry> <LastUpdateDate>2025-08-02T20:22:31.0554791+05:30</LastUpdateDate> <Mobile>sample string 13</Mobile> <Specialize>16</Specialize> <Status>sample string 17</Status> <StatusID>7</StatusID> <Telephone1>sample string 10</Telephone1> <Telephone2>sample string 11</Telephone2> <URLAddress>sample string 14</URLAddress> </PCXMLGlobalCustomerHistory> <PCXMLGlobalCustomerHistory> <AccountID>6</AccountID> <BusinessID>5</BusinessID> <CCCD>sample string 1</CCCD> <Description>sample string 9</Description> <DisplayName>sample string 8</DisplayName> <Fax>sample string 12</Fax> <GlobalCustomerHistoryID>2</GlobalCustomerHistoryID> <GlobalCustomerID>3</GlobalCustomerID> <GlobalCustomerTypeID>4</GlobalCustomerTypeID> <Industry>15</Industry> <LastUpdateDate>2025-08-02T20:22:31.0554791+05:30</LastUpdateDate> <Mobile>sample string 13</Mobile> <Specialize>16</Specialize> <Status>sample string 17</Status> <StatusID>7</StatusID> <Telephone1>sample string 10</Telephone1> <Telephone2>sample string 11</Telephone2> <URLAddress>sample string 14</URLAddress> </PCXMLGlobalCustomerHistory> </ArrayOfPCXMLGlobalCustomerHistory>