POST GenerateWesternUnionPDF

Request Information

URI Parameters

None.

Body Parameters

WesternUnionMapModel
NameDescriptionTypeAdditional information
UnitId

integer

None.

LeaseId

integer

None.

ManagementCompanyId

integer

None.

TenantUnitId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UnitId": 1,
  "LeaseId": 1,
  "ManagementCompanyId": 1,
  "TenantUnitId": 1
}

application/xml, text/xml

Sample:
<UserRepository.WesternUnionMapModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Services">
  <LeaseId>1</LeaseId>
  <ManagementCompanyId>1</ManagementCompanyId>
  <TenantUnitId>1</TenantUnitId>
  <UnitId>1</UnitId>
</UserRepository.WesternUnionMapModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.