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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLCustomerEducation
NameDescriptionTypeAdditional information
CCCD

string

None.

CustEducationID

integer

None.

CustomerID

integer

None.

CustomerTypeID

integer

None.

CEFromYear

integer

None.

CEFromMonth

integer

None.

CEToYear

integer

None.

CEToMonth

integer

None.

CECity

string

None.

CountryID

integer

None.

CEInstitution

string

None.

GraduationID

integer

None.

EdSpecializationID

integer

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "CustEducationID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "CEFromYear": 5,
    "CEFromMonth": 6,
    "CEToYear": 7,
    "CEToMonth": 8,
    "CECity": "sample string 9",
    "CountryID": 10,
    "CEInstitution": "sample string 11",
    "GraduationID": 12,
    "EdSpecializationID": 13,
    "Status": "sample string 14",
    "LastUpdateDate": "2025-08-02T20:19:57.9684217+05:30"
  },
  {
    "CCCD": "sample string 1",
    "CustEducationID": 2,
    "CustomerID": 3,
    "CustomerTypeID": 4,
    "CEFromYear": 5,
    "CEFromMonth": 6,
    "CEToYear": 7,
    "CEToMonth": 8,
    "CECity": "sample string 9",
    "CountryID": 10,
    "CEInstitution": "sample string 11",
    "GraduationID": 12,
    "EdSpecializationID": 13,
    "Status": "sample string 14",
    "LastUpdateDate": "2025-08-02T20:19:57.9684217+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","CustEducationID":2,"CustomerID":3,"CustomerTypeID":4,"CEFromYear":5,"CEFromMonth":6,"CEToYear":7,"CEToMonth":8,"CECity":"sample string 9","CountryID":10,"CEInstitution":"sample string 11","GraduationID":12,"EdSpecializationID":13,"Status":"sample string 14","LastUpdateDate":"2025-08-02T20:19:57.9684217+05:30"},{"CCCD":"sample string 1","CustEducationID":2,"CustomerID":3,"CustomerTypeID":4,"CEFromYear":5,"CEFromMonth":6,"CEToYear":7,"CEToMonth":8,"CECity":"sample string 9","CountryID":10,"CEInstitution":"sample string 11","GraduationID":12,"EdSpecializationID":13,"Status":"sample string 14","LastUpdateDate":"2025-08-02T20:19:57.9684217+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLCustomerEducation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLCustomerEducation>
    <CCCD>sample string 1</CCCD>
    <CECity>sample string 9</CECity>
    <CEFromMonth>6</CEFromMonth>
    <CEFromYear>5</CEFromYear>
    <CEInstitution>sample string 11</CEInstitution>
    <CEToMonth>8</CEToMonth>
    <CEToYear>7</CEToYear>
    <CountryID>10</CountryID>
    <CustEducationID>2</CustEducationID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <EdSpecializationID>13</EdSpecializationID>
    <GraduationID>12</GraduationID>
    <LastUpdateDate>2025-08-02T20:19:57.9684217+05:30</LastUpdateDate>
    <Status>sample string 14</Status>
  </PCXMLCustomerEducation>
  <PCXMLCustomerEducation>
    <CCCD>sample string 1</CCCD>
    <CECity>sample string 9</CECity>
    <CEFromMonth>6</CEFromMonth>
    <CEFromYear>5</CEFromYear>
    <CEInstitution>sample string 11</CEInstitution>
    <CEToMonth>8</CEToMonth>
    <CEToYear>7</CEToYear>
    <CountryID>10</CountryID>
    <CustEducationID>2</CustEducationID>
    <CustomerID>3</CustomerID>
    <CustomerTypeID>4</CustomerTypeID>
    <EdSpecializationID>13</EdSpecializationID>
    <GraduationID>12</GraduationID>
    <LastUpdateDate>2025-08-02T20:19:57.9684217+05:30</LastUpdateDate>
    <Status>sample string 14</Status>
  </PCXMLCustomerEducation>
</ArrayOfPCXMLCustomerEducation>