GET api/Demand/GetAllDCashTypeDisable?cccd={cccd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cccd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PCXMLDCashTypeDisable
NameDescriptionTypeAdditional information
CCCD

string

None.

DCashDisableID

integer

None.

DCashTypeID

integer

None.

CustomerTypeID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CCCD": "sample string 1",
    "DCashDisableID": 2,
    "DCashTypeID": 3,
    "CustomerTypeID": 4
  },
  {
    "CCCD": "sample string 1",
    "DCashDisableID": 2,
    "DCashTypeID": 3,
    "CustomerTypeID": 4
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","DCashDisableID":2,"DCashTypeID":3,"CustomerTypeID":4},{"CCCD":"sample string 1","DCashDisableID":2,"DCashTypeID":3,"CustomerTypeID":4}]

application/xml, text/xml

Sample:
<ArrayOfPCXMLDCashTypeDisable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models">
  <PCXMLDCashTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>4</CustomerTypeID>
    <DCashDisableID>2</DCashDisableID>
    <DCashTypeID>3</DCashTypeID>
  </PCXMLDCashTypeDisable>
  <PCXMLDCashTypeDisable>
    <CCCD>sample string 1</CCCD>
    <CustomerTypeID>4</CustomerTypeID>
    <DCashDisableID>2</DCashDisableID>
    <DCashTypeID>3</DCashTypeID>
  </PCXMLDCashTypeDisable>
</ArrayOfPCXMLDCashTypeDisable>