GET api/Industry/GetAllIndustry?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLIndustry
NameDescriptionTypeAdditional information
CCCD

string

None.

IndustryID

integer

None.

Code

string

None.

Name

string

None.

PictureFile

string

None.

IndustryType

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "IndustryID": 2,
    "Code": "sample string 3",
    "Name": "sample string 4",
    "PictureFile": "sample string 5",
    "IndustryType": "sample string 6",
    "LastUpdateDate": "2025-08-02T20:26:18.4719141+05:30"
  },
  {
    "CCCD": "sample string 1",
    "IndustryID": 2,
    "Code": "sample string 3",
    "Name": "sample string 4",
    "PictureFile": "sample string 5",
    "IndustryType": "sample string 6",
    "LastUpdateDate": "2025-08-02T20:26:18.4719141+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","IndustryID":2,"Code":"sample string 3","Name":"sample string 4","PictureFile":"sample string 5","IndustryType":"sample string 6","LastUpdateDate":"2025-08-02T20:26:18.4719141+05:30"},{"CCCD":"sample string 1","IndustryID":2,"Code":"sample string 3","Name":"sample string 4","PictureFile":"sample string 5","IndustryType":"sample string 6","LastUpdateDate":"2025-08-02T20:26:18.4719141+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLIndustry>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 3</Code>
    <IndustryID>2</IndustryID>
    <IndustryType>sample string 6</IndustryType>
    <LastUpdateDate>2025-08-02T20:26:18.4719141+05:30</LastUpdateDate>
    <Name>sample string 4</Name>
    <PictureFile>sample string 5</PictureFile>
  </PCXMLIndustry>
  <PCXMLIndustry>
    <CCCD>sample string 1</CCCD>
    <Code>sample string 3</Code>
    <IndustryID>2</IndustryID>
    <IndustryType>sample string 6</IndustryType>
    <LastUpdateDate>2025-08-02T20:26:18.4719141+05:30</LastUpdateDate>
    <Name>sample string 4</Name>
    <PictureFile>sample string 5</PictureFile>
  </PCXMLIndustry>
</ArrayOfPCXMLIndustry>