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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLCustomerProject
NameDescriptionTypeAdditional information
CCCD

string

None.

CustProjectID

integer

None.

CustomerID

integer

None.

CustomerTypeID

integer

None.

CustJobProfileID

integer

None.

CPProjectName

string

None.

CPClientName

string

None.

CPFromYear

integer

None.

CPFromMonth

integer

None.

CPToYear

integer

None.

CPToMonth

integer

None.

CPCity

string

None.

CountryID

integer

None.

ProjectRoleID

integer

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "CustProjectID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "CustJobProfileID": 5,
    "CPProjectName": "sample string 6",
    "CPClientName": "sample string 7",
    "CPFromYear": 8,
    "CPFromMonth": 9,
    "CPToYear": 10,
    "CPToMonth": 11,
    "CPCity": "sample string 12",
    "CountryID": 13,
    "ProjectRoleID": 14,
    "Status": "sample string 15",
    "LastUpdateDate": "2025-08-02T20:04:52.1838875+05:30"
  },
  {
    "CCCD": "sample string 1",
    "CustProjectID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "CustJobProfileID": 5,
    "CPProjectName": "sample string 6",
    "CPClientName": "sample string 7",
    "CPFromYear": 8,
    "CPFromMonth": 9,
    "CPToYear": 10,
    "CPToMonth": 11,
    "CPCity": "sample string 12",
    "CountryID": 13,
    "ProjectRoleID": 14,
    "Status": "sample string 15",
    "LastUpdateDate": "2025-08-02T20:04:52.1838875+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","CustProjectID":2,"CustomerID":3,"CustomerTypeID":4,"CustJobProfileID":5,"CPProjectName":"sample string 6","CPClientName":"sample string 7","CPFromYear":8,"CPFromMonth":9,"CPToYear":10,"CPToMonth":11,"CPCity":"sample string 12","CountryID":13,"ProjectRoleID":14,"Status":"sample string 15","LastUpdateDate":"2025-08-02T20:04:52.1838875+05:30"},{"CCCD":"sample string 1","CustProjectID":2,"CustomerID":3,"CustomerTypeID":4,"CustJobProfileID":5,"CPProjectName":"sample string 6","CPClientName":"sample string 7","CPFromYear":8,"CPFromMonth":9,"CPToYear":10,"CPToMonth":11,"CPCity":"sample string 12","CountryID":13,"ProjectRoleID":14,"Status":"sample string 15","LastUpdateDate":"2025-08-02T20:04:52.1838875+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLCustomerProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLCustomerProject>
    <CCCD>sample string 1</CCCD>
    <CPCity>sample string 12</CPCity>
    <CPClientName>sample string 7</CPClientName>
    <CPFromMonth>9</CPFromMonth>
    <CPFromYear>8</CPFromYear>
    <CPProjectName>sample string 6</CPProjectName>
    <CPToMonth>11</CPToMonth>
    <CPToYear>10</CPToYear>
    <CountryID>13</CountryID>
    <CustJobProfileID>5</CustJobProfileID>
    <CustProjectID>2</CustProjectID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:04:52.1838875+05:30</LastUpdateDate>
    <ProjectRoleID>14</ProjectRoleID>
    <Status>sample string 15</Status>
  </PCXMLCustomerProject>
  <PCXMLCustomerProject>
    <CCCD>sample string 1</CCCD>
    <CPCity>sample string 12</CPCity>
    <CPClientName>sample string 7</CPClientName>
    <CPFromMonth>9</CPFromMonth>
    <CPFromYear>8</CPFromYear>
    <CPProjectName>sample string 6</CPProjectName>
    <CPToMonth>11</CPToMonth>
    <CPToYear>10</CPToYear>
    <CountryID>13</CountryID>
    <CustJobProfileID>5</CustJobProfileID>
    <CustProjectID>2</CustProjectID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:04:52.1838875+05:30</LastUpdateDate>
    <ProjectRoleID>14</ProjectRoleID>
    <Status>sample string 15</Status>
  </PCXMLCustomerProject>
</ArrayOfPCXMLCustomerProject>