GET api/entities/{entityId}/recurringTransactions/chargeCodes/{chargeCodeId}/hasMultipleApplyToTypes

Calculates if there's more than 1 ApplyTo type for the charge code in this entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityId

Entity Id

integer

Required

chargeCodeId

Charge Code Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

True if more than one type. False if only one type. Ex: All recurring transactions have ApplyTo = Unit, the method will return TRUE

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>