GET api/GlobalCustomerInfo/GetAllGlobalCustomerInfo?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLGlobalCustomerInfo
NameDescriptionTypeAdditional information
CCCD

string

None.

GlobalCustomerInfoID

integer

None.

GlobalCustomerID

integer

None.

GlobalCustomerTypeID

integer

None.

AccountType

string

None.

OverviewType

string

None.

OverviewTypeID

integer

None.

PageID

integer

None.

CustomerInfo

string

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "GlobalCustomerInfoID": 2,
    "GlobalCustomerID": 3,
    "GlobalCustomerTypeID": 4,
    "AccountType": "sample string 5",
    "OverviewType": "sample string 6",
    "OverviewTypeID": 7,
    "PageID": 8,
    "CustomerInfo": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T20:21:14.2742104+05:30"
  },
  {
    "CCCD": "sample string 1",
    "GlobalCustomerInfoID": 2,
    "GlobalCustomerID": 3,
    "GlobalCustomerTypeID": 4,
    "AccountType": "sample string 5",
    "OverviewType": "sample string 6",
    "OverviewTypeID": 7,
    "PageID": 8,
    "CustomerInfo": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T20:21:14.2742104+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","GlobalCustomerInfoID":2,"GlobalCustomerID":3,"GlobalCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:21:14.2742104+05:30"},{"CCCD":"sample string 1","GlobalCustomerInfoID":2,"GlobalCustomerID":3,"GlobalCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T20:21:14.2742104+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLGlobalCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLGlobalCustomerInfo>
    <AccountType>sample string 5</AccountType>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 9</CustomerInfo>
    <GlobalCustomerID>3</GlobalCustomerID>
    <GlobalCustomerInfoID>2</GlobalCustomerInfoID>
    <GlobalCustomerTypeID>4</GlobalCustomerTypeID>
    <LastUpdateDate>2025-08-02T20:21:14.2742104+05:30</LastUpdateDate>
    <OverviewType>sample string 6</OverviewType>
    <OverviewTypeID>7</OverviewTypeID>
    <PageID>8</PageID>
    <Status>sample string 10</Status>
  </PCXMLGlobalCustomerInfo>
  <PCXMLGlobalCustomerInfo>
    <AccountType>sample string 5</AccountType>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 9</CustomerInfo>
    <GlobalCustomerID>3</GlobalCustomerID>
    <GlobalCustomerInfoID>2</GlobalCustomerInfoID>
    <GlobalCustomerTypeID>4</GlobalCustomerTypeID>
    <LastUpdateDate>2025-08-02T20:21:14.2742104+05:30</LastUpdateDate>
    <OverviewType>sample string 6</OverviewType>
    <OverviewTypeID>7</OverviewTypeID>
    <PageID>8</PageID>
    <Status>sample string 10</Status>
  </PCXMLGlobalCustomerInfo>
</ArrayOfPCXMLGlobalCustomerInfo>