POST dz_api/Workload/TaxType

根据期间获取客户类型 Report/Workload/TaxType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

根据期间获取客户类型 Report/Workload/TaxType

TupleOfInt32AndInt32
NameDescriptionTypeAdditional information
Item1

integer

None.

Item2

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Item1": 1,
  "Item2": 2
}

application/xml, text/xml

Sample:
<TupleOfintint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <m_Item1>1</m_Item1>
  <m_Item2>2</m_Item2>
</TupleOfintint>