PUT v1/xpresscollect/{facilityId}/manualcalls

Updates the xpress collect manual call.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
facilityId

The facility identifier.

globally unique identifier

Required

Body Parameters

The manual call.

XpressCollectManualCall
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

FacilityId

globally unique identifier

None.

FacilityName

string

None.

TenantPmsId

string

None.

Completed

date

None.

RescheduledDate

date

None.

RescheduledByOpenPortalUserId

string

None.

CreatedOn

date

None.

PMSTenantId

string

None.

TenantFirstName

string

None.

TenantLastName

string

None.

TenantName

string

None.

TenantCellPhone

string

None.

UnitId

string

None.

UnitName

string

None.

UnitType

string

None.

UnitBalanceDue

decimal number

None.

UnitPaidThru

date

None.

DaysLate

integer

None.

TenantEmail

string

None.

InBankruptcy

boolean

None.

EmailBlacklisted

boolean

None.

SmsBlacklisted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "e704a6f3-2324-4f08-9834-c1087384d7a5",
  "Name": "sample string 1",
  "FacilityId": "2c3e98b4-73c6-43b8-88f3-ebfb7722485a",
  "FacilityName": "sample string 3",
  "TenantPmsId": "sample string 4",
  "Completed": "2025-06-30T22:35:02.6904699-07:00",
  "RescheduledDate": "2025-06-30T22:35:02.6904699-07:00",
  "RescheduledByOpenPortalUserId": "sample string 5",
  "CreatedOn": "2025-06-30T22:35:02.6904699-07:00",
  "PMSTenantId": "sample string 6",
  "TenantFirstName": "sample string 7",
  "TenantLastName": "sample string 8",
  "TenantName": "sample string 9",
  "TenantCellPhone": "sample string 10",
  "UnitId": "sample string 11",
  "UnitName": "sample string 12",
  "UnitType": "sample string 13",
  "UnitBalanceDue": 14.1,
  "UnitPaidThru": "2025-06-30T22:35:02.6904699-07:00",
  "DaysLate": 15,
  "TenantEmail": "sample string 16",
  "InBankruptcy": true,
  "EmailBlacklisted": true,
  "SmsBlacklisted": true
}

application/xml, text/xml

Sample:
<XpressCollectManualCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">
  <Completed>2025-06-30T22:35:02.6904699-07:00</Completed>
  <CreatedOn>2025-06-30T22:35:02.6904699-07:00</CreatedOn>
  <DaysLate>15</DaysLate>
  <EmailBlacklisted>true</EmailBlacklisted>
  <FacilityId>2c3e98b4-73c6-43b8-88f3-ebfb7722485a</FacilityId>
  <FacilityName>sample string 3</FacilityName>
  <Id>e704a6f3-2324-4f08-9834-c1087384d7a5</Id>
  <InBankruptcy>true</InBankruptcy>
  <Name>sample string 1</Name>
  <PMSTenantId>sample string 6</PMSTenantId>
  <RescheduledByOpenPortalUserId>sample string 5</RescheduledByOpenPortalUserId>
  <RescheduledDate>2025-06-30T22:35:02.6904699-07:00</RescheduledDate>
  <SmsBlacklisted>true</SmsBlacklisted>
  <TenantCellPhone>sample string 10</TenantCellPhone>
  <TenantEmail>sample string 16</TenantEmail>
  <TenantFirstName>sample string 7</TenantFirstName>
  <TenantLastName>sample string 8</TenantLastName>
  <TenantName>sample string 9</TenantName>
  <TenantPmsId>sample string 4</TenantPmsId>
  <UnitBalanceDue>14.1</UnitBalanceDue>
  <UnitId>sample string 11</UnitId>
  <UnitName>sample string 12</UnitName>
  <UnitPaidThru>2025-06-30T22:35:02.6904699-07:00</UnitPaidThru>
  <UnitType>sample string 13</UnitType>
</XpressCollectManualCall>

Response Information

Resource Description

UpdateXpressCollectManualCallResult
NameDescriptionTypeAdditional information
Errors

Collection of Exception

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Errors": [
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    },
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    }
  ],
  "IsSuccess": true
}

application/xml, text/xml

Sample:
<UpdateXpressCollectManualCallResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">
  <Errors xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
  </Errors>
  <IsSuccess>true</IsSuccess>
</UpdateXpressCollectManualCallResult>