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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLCustomerTypeDisable
NameDescriptionTypeAdditional information
CCCD

string

None.

CustomerTypeID

integer

None.

ExchangeID

integer

None.

Status

string

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "CustomerTypeID": 2,
    "ExchangeID": 3,
    "Status": "sample string 4",
    "LastUpdateDate": "2025-08-02T20:09:48.9859953+05:30"
  },
  {
    "CCCD": "sample string 1",
    "CustomerTypeID": 2,
    "ExchangeID": 3,
    "Status": "sample string 4",
    "LastUpdateDate": "2025-08-02T20:09:48.9859953+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","CustomerTypeID":2,"ExchangeID":3,"Status":"sample string 4","LastUpdateDate":"2025-08-02T20:09:48.9859953+05:30"},{"CCCD":"sample string 1","CustomerTypeID":2,"ExchangeID":3,"Status":"sample string 4","LastUpdateDate":"2025-08-02T20:09:48.9859953+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLCustomerTypeDisable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLCustomerTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>2</CustomerTypeID>
    <ExchangeID>3</ExchangeID>
    <LastUpdateDate>2025-08-02T20:09:48.9859953+05:30</LastUpdateDate>
    <Status>sample string 4</Status>
  </PCXMLCustomerTypeDisable>
  <PCXMLCustomerTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>2</CustomerTypeID>
    <ExchangeID>3</ExchangeID>
    <LastUpdateDate>2025-08-02T20:09:48.9859953+05:30</LastUpdateDate>
    <Status>sample string 4</Status>
  </PCXMLCustomerTypeDisable>
</ArrayOfPCXMLCustomerTypeDisable>