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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLFranchiseCustomerHistory
NameDescriptionTypeAdditional information
CCCD

string

None.

FranchiseCustomerHistoryID

integer

None.

FranchiseCustomerID

integer

None.

FranchiseCustomerTypeID

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",
    "FranchiseCustomerHistoryID": 2,
    "FranchiseCustomerID": 3,
    "FranchiseCustomerTypeID": 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:26:18.2676778+05:30"
  },
  {
    "CCCD": "sample string 1",
    "FranchiseCustomerHistoryID": 2,
    "FranchiseCustomerID": 3,
    "FranchiseCustomerTypeID": 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:26:18.2676778+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","FranchiseCustomerHistoryID":2,"FranchiseCustomerID":3,"FranchiseCustomerTypeID":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:26:18.2676778+05:30"},{"CCCD":"sample string 1","FranchiseCustomerHistoryID":2,"FranchiseCustomerID":3,"FranchiseCustomerTypeID":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:26:18.2676778+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLFranchiseCustomerHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLFranchiseCustomerHistory>
    <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>
    <FranchiseCustomerHistoryID>2</FranchiseCustomerHistoryID>
    <FranchiseCustomerID>3</FranchiseCustomerID>
    <FranchiseCustomerTypeID>4</FranchiseCustomerTypeID>
    <Industry>15</Industry>
    <LastUpdateDate>2025-08-02T20:26:18.2676778+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>
  </PCXMLFranchiseCustomerHistory>
  <PCXMLFranchiseCustomerHistory>
    <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>
    <FranchiseCustomerHistoryID>2</FranchiseCustomerHistoryID>
    <FranchiseCustomerID>3</FranchiseCustomerID>
    <FranchiseCustomerTypeID>4</FranchiseCustomerTypeID>
    <Industry>15</Industry>
    <LastUpdateDate>2025-08-02T20:26:18.2676778+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>
  </PCXMLFranchiseCustomerHistory>
</ArrayOfPCXMLFranchiseCustomerHistory>