GET api/clientmatter/checkmatterchargeability/{memberId}/{matterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

string

Required

matterId

string

Required

Body Parameters

None.

Response Information

Resource Description

MatterChargeablity
NameDescriptionTypeAdditional information
Chargeable

integer

None.

AllowChargeablityChange

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Chargeable": 1,
  "AllowChargeablityChange": 2
}

application/xml, text/xml

Sample:
<MatterChargeablity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dexco.Web.Domain">
  <AllowChargeablityChange>2</AllowChargeablityChange>
  <Chargeable>1</Chargeable>
</MatterChargeablity>