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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLFranchiseBusiness
NameDescriptionTypeAdditional information
CCCD

string

None.

FranchiseBusinessID

integer

None.

ExchangeType

string

None.

CashType

string

None.

BusinessType

string

None.

Code

string

None.

Name

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "FranchiseBusinessID": 2,
    "ExchangeType": "sample string 3",
    "CashType": "sample string 4",
    "BusinessType": "sample string 5",
    "Code": "sample string 6",
    "Name": "sample string 7",
    "LastUpdateDate": "2025-08-02T20:26:17.7520271+05:30"
  },
  {
    "CCCD": "sample string 1",
    "FranchiseBusinessID": 2,
    "ExchangeType": "sample string 3",
    "CashType": "sample string 4",
    "BusinessType": "sample string 5",
    "Code": "sample string 6",
    "Name": "sample string 7",
    "LastUpdateDate": "2025-08-02T20:26:17.7520271+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","FranchiseBusinessID":2,"ExchangeType":"sample string 3","CashType":"sample string 4","BusinessType":"sample string 5","Code":"sample string 6","Name":"sample string 7","LastUpdateDate":"2025-08-02T20:26:17.7520271+05:30"},{"CCCD":"sample string 1","FranchiseBusinessID":2,"ExchangeType":"sample string 3","CashType":"sample string 4","BusinessType":"sample string 5","Code":"sample string 6","Name":"sample string 7","LastUpdateDate":"2025-08-02T20:26:17.7520271+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLFranchiseBusiness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLFranchiseBusiness>
    <BusinessType>sample string 5</BusinessType>
    <CCCD>sample string 1</CCCD>
    <CashType>sample string 4</CashType>
    <Code>sample string 6</Code>
    <ExchangeType>sample string 3</ExchangeType>
    <FranchiseBusinessID>2</FranchiseBusinessID>
    <LastUpdateDate>2025-08-02T20:26:17.7520271+05:30</LastUpdateDate>
    <Name>sample string 7</Name>
  </PCXMLFranchiseBusiness>
  <PCXMLFranchiseBusiness>
    <BusinessType>sample string 5</BusinessType>
    <CCCD>sample string 1</CCCD>
    <CashType>sample string 4</CashType>
    <Code>sample string 6</Code>
    <ExchangeType>sample string 3</ExchangeType>
    <FranchiseBusinessID>2</FranchiseBusinessID>
    <LastUpdateDate>2025-08-02T20:26:17.7520271+05:30</LastUpdateDate>
    <Name>sample string 7</Name>
  </PCXMLFranchiseBusiness>
</ArrayOfPCXMLFranchiseBusiness>