GET api/invoices/{id}/payee

Get payee based on invoice id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of the invoice

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.