GET api/Customer/GetAllCustomerSubIndustry?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLCustomerSubIndustry
NameDescriptionTypeAdditional information
CCCD

string

None.

CustSubIndustryID

integer

None.

CustomerID

integer

None.

CustomerTypeID

integer

None.

SubIndustryID

integer

None.

INBusiness

decimal number

None.

INBusinessValue

decimal number

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "CustSubIndustryID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "SubIndustryID": 5,
    "INBusiness": 6.0,
    "INBusinessValue": 7.0,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:22:31.0711038+05:30"
  },
  {
    "CCCD": "sample string 1",
    "CustSubIndustryID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "SubIndustryID": 5,
    "INBusiness": 6.0,
    "INBusinessValue": 7.0,
    "Status": "sample string 8",
    "LastUpdateDate": "2025-08-02T20:22:31.0711038+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","CustSubIndustryID":2,"CustomerID":3,"CustomerTypeID":4,"SubIndustryID":5,"INBusiness":6.0,"INBusinessValue":7.0,"Status":"sample string 8","LastUpdateDate":"2025-08-02T20:22:31.0711038+05:30"},{"CCCD":"sample string 1","CustSubIndustryID":2,"CustomerID":3,"CustomerTypeID":4,"SubIndustryID":5,"INBusiness":6.0,"INBusinessValue":7.0,"Status":"sample string 8","LastUpdateDate":"2025-08-02T20:22:31.0711038+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLCustomerSubIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLCustomerSubIndustry>
    <CCCD>sample string 1</CCCD>
    <CustSubIndustryID>2</CustSubIndustryID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <INBusiness>6</INBusiness>
    <INBusinessValue>7</INBusinessValue>
    <LastUpdateDate>2025-08-02T20:22:31.0711038+05:30</LastUpdateDate>
    <Status>sample string 8</Status>
    <SubIndustryID>5</SubIndustryID>
  </PCXMLCustomerSubIndustry>
  <PCXMLCustomerSubIndustry>
    <CCCD>sample string 1</CCCD>
    <CustSubIndustryID>2</CustSubIndustryID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <INBusiness>6</INBusiness>
    <INBusinessValue>7</INBusinessValue>
    <LastUpdateDate>2025-08-02T20:22:31.0711038+05:30</LastUpdateDate>
    <Status>sample string 8</Status>
    <SubIndustryID>5</SubIndustryID>
  </PCXMLCustomerSubIndustry>
</ArrayOfPCXMLCustomerSubIndustry>