GET api/Offer/GetAllOCashTypeDisable?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLOCashTypeDisable
NameDescriptionTypeAdditional information
CCCD

string

None.

OCashDisableID

integer

None.

OCashTypeID

integer

None.

CustomerTypeID

integer

None.

LastUpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "OCashDisableID": 2,
    "OCashTypeID": 3,
    "CustomerTypeID": 4,
    "LastUpdateDate": "2025-08-02T20:04:52.4489838+05:30"
  },
  {
    "CCCD": "sample string 1",
    "OCashDisableID": 2,
    "OCashTypeID": 3,
    "CustomerTypeID": 4,
    "LastUpdateDate": "2025-08-02T20:04:52.4489838+05:30"
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","OCashDisableID":2,"OCashTypeID":3,"CustomerTypeID":4,"LastUpdateDate":"2025-08-02T20:04:52.4489838+05:30"},{"CCCD":"sample string 1","OCashDisableID":2,"OCashTypeID":3,"CustomerTypeID":4,"LastUpdateDate":"2025-08-02T20:04:52.4489838+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLOCashTypeDisable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLOCashTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>4</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:04:52.4489838+05:30</LastUpdateDate>
    <OCashDisableID>2</OCashDisableID>
    <OCashTypeID>3</OCashTypeID>
  </PCXMLOCashTypeDisable>
  <PCXMLOCashTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>4</CustomerTypeID>
    <LastUpdateDate>2025-08-02T20:04:52.4489838+05:30</LastUpdateDate>
    <OCashDisableID>2</OCashDisableID>
    <OCashTypeID>3</OCashTypeID>
  </PCXMLOCashTypeDisable>
</ArrayOfPCXMLOCashTypeDisable>