GET api/Franchise/GetAllFranchiseCustomerInfo?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLFranchiseCustomerInfo
NameDescriptionTypeAdditional information
CCCD

string

None.

FranchiseCustomerInfoID

integer

None.

FranchiseCustomerID

integer

None.

FranchiseCustomerTypeID

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",
    "FranchiseCustomerInfoID": 2,
    "FranchiseCustomerID": 3,
    "FranchiseCustomerTypeID": 4,
    "AccountType": "sample string 5",
    "OverviewType": "sample string 6",
    "OverviewTypeID": 7,
    "PageID": 8,
    "CustomerInfo": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T12:25:27.7792512+05:30"
  },
  {
    "CCCD": "sample string 1",
    "FranchiseCustomerInfoID": 2,
    "FranchiseCustomerID": 3,
    "FranchiseCustomerTypeID": 4,
    "AccountType": "sample string 5",
    "OverviewType": "sample string 6",
    "OverviewTypeID": 7,
    "PageID": 8,
    "CustomerInfo": "sample string 9",
    "Status": "sample string 10",
    "LastUpdateDate": "2025-08-02T12:25:27.7792512+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","FranchiseCustomerInfoID":2,"FranchiseCustomerID":3,"FranchiseCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T12:25:27.7792512+05:30"},{"CCCD":"sample string 1","FranchiseCustomerInfoID":2,"FranchiseCustomerID":3,"FranchiseCustomerTypeID":4,"AccountType":"sample string 5","OverviewType":"sample string 6","OverviewTypeID":7,"PageID":8,"CustomerInfo":"sample string 9","Status":"sample string 10","LastUpdateDate":"2025-08-02T12:25:27.7792512+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLFranchiseCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLFranchiseCustomerInfo>
    <AccountType>sample string 5</AccountType>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 9</CustomerInfo>
    <FranchiseCustomerID>3</FranchiseCustomerID>
    <FranchiseCustomerInfoID>2</FranchiseCustomerInfoID>
    <FranchiseCustomerTypeID>4</FranchiseCustomerTypeID>
    <LastUpdateDate>2025-08-02T12:25:27.7792512+05:30</LastUpdateDate>
    <OverviewType>sample string 6</OverviewType>
    <OverviewTypeID>7</OverviewTypeID>
    <PageID>8</PageID>
    <Status>sample string 10</Status>
  </PCXMLFranchiseCustomerInfo>
  <PCXMLFranchiseCustomerInfo>
    <AccountType>sample string 5</AccountType>
    <CCCD>sample string 1</CCCD>
    <CustomerInfo>sample string 9</CustomerInfo>
    <FranchiseCustomerID>3</FranchiseCustomerID>
    <FranchiseCustomerInfoID>2</FranchiseCustomerInfoID>
    <FranchiseCustomerTypeID>4</FranchiseCustomerTypeID>
    <LastUpdateDate>2025-08-02T12:25:27.7792512+05:30</LastUpdateDate>
    <OverviewType>sample string 6</OverviewType>
    <OverviewTypeID>7</OverviewTypeID>
    <PageID>8</PageID>
    <Status>sample string 10</Status>
  </PCXMLFranchiseCustomerInfo>
</ArrayOfPCXMLFranchiseCustomerInfo>