GET api/entity/{id}/payees

Get payee based on entity id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

entity id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Payee view model

PayeeViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

VendorId

integer

None.

ResidentId

integer

None.

PayeeFullName

string

None.

Resident

ResidentViewModel

None.

Vendor

VendorViewModel

None.

PayeeType

PayeeTypeEnum

None.

Address

AddressViewModel

None.