POST api/TenantPaymentReference/ChargeCustomers
Request Information
URI Parameters
None.
Body Parameters
Collection of TenantChargeDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ProspectId | integer |
None. |
|
| TenantId | integer |
None. |
|
| AccountId | integer |
None. |
|
| Name | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CompanyName | string |
None. |
|
| string |
None. |
||
| AmountToCharge | decimal number |
None. |
|
| OfficeUsersCount | integer |
None. |
|
| RemoteUsersCount | integer |
None. |
|
| RateforOfficeUser | decimal number |
None. |
|
| RateforRemoteUser | decimal number |
None. |
|
| DepositAmount | decimal number |
None. |
|
| BillingCycle | string |
None. |
|
| BillingStartDate | date |
None. |
|
| Last4Digits | string |
None. |
|
| LastChargedOn | date |
None. |
|
| Result | string |
None. |
|
| ResultDetails | string |
None. |
|
| IsSelected | boolean |
None. |
|
| PaymentAuthCode | string |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ProspectId": 1,
"TenantId": 2,
"AccountId": 3,
"Name": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"CompanyName": "sample string 7",
"Email": "sample string 8",
"AmountToCharge": 9.0,
"OfficeUsersCount": 10,
"RemoteUsersCount": 11,
"RateforOfficeUser": 12.0,
"RateforRemoteUser": 13.0,
"DepositAmount": 14.0,
"BillingCycle": "sample string 15",
"BillingStartDate": "2025-12-18T05:05:00.8947365+00:00",
"Last4Digits": "sample string 17",
"LastChargedOn": "2025-12-18T05:05:00.8947365+00:00",
"Result": "sample string 18",
"ResultDetails": "sample string 19",
"IsSelected": true,
"PaymentAuthCode": "sample string 21",
"CompanyId": "sample string 22",
"CreatedBy": "sample string 23",
"CreatedOn": "2025-12-18T05:05:00.8947365+00:00"
},
{
"ProspectId": 1,
"TenantId": 2,
"AccountId": 3,
"Name": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"CompanyName": "sample string 7",
"Email": "sample string 8",
"AmountToCharge": 9.0,
"OfficeUsersCount": 10,
"RemoteUsersCount": 11,
"RateforOfficeUser": 12.0,
"RateforRemoteUser": 13.0,
"DepositAmount": 14.0,
"BillingCycle": "sample string 15",
"BillingStartDate": "2025-12-18T05:05:00.8947365+00:00",
"Last4Digits": "sample string 17",
"LastChargedOn": "2025-12-18T05:05:00.8947365+00:00",
"Result": "sample string 18",
"ResultDetails": "sample string 19",
"IsSelected": true,
"PaymentAuthCode": "sample string 21",
"CompanyId": "sample string 22",
"CreatedBy": "sample string 23",
"CreatedOn": "2025-12-18T05:05:00.8947365+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTenantChargeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.TenantConfig">
<TenantChargeDetails>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">0</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 22</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 23</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-18T05:05:00.8947365+00:00</CreatedOn>
<AccountId>3</AccountId>
<AmountToCharge>9</AmountToCharge>
<BillingCycle>sample string 15</BillingCycle>
<BillingStartDate>2025-12-18T05:05:00.8947365+00:00</BillingStartDate>
<CompanyName>sample string 7</CompanyName>
<DepositAmount>14</DepositAmount>
<Email>sample string 8</Email>
<FirstName>sample string 5</FirstName>
<IsSelected>true</IsSelected>
<Last4Digits>sample string 17</Last4Digits>
<LastChargedOn>2025-12-18T05:05:00.8947365+00:00</LastChargedOn>
<LastName>sample string 6</LastName>
<Name>sample string 4</Name>
<OfficeUsersCount>10</OfficeUsersCount>
<PaymentAuthCode>sample string 21</PaymentAuthCode>
<ProspectId>1</ProspectId>
<RateforOfficeUser>12</RateforOfficeUser>
<RateforRemoteUser>13</RateforRemoteUser>
<RemoteUsersCount>11</RemoteUsersCount>
<Result>sample string 18</Result>
<ResultDetails>sample string 19</ResultDetails>
<TenantId>2</TenantId>
</TenantChargeDetails>
<TenantChargeDetails>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">0</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 22</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 23</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-18T05:05:00.8947365+00:00</CreatedOn>
<AccountId>3</AccountId>
<AmountToCharge>9</AmountToCharge>
<BillingCycle>sample string 15</BillingCycle>
<BillingStartDate>2025-12-18T05:05:00.8947365+00:00</BillingStartDate>
<CompanyName>sample string 7</CompanyName>
<DepositAmount>14</DepositAmount>
<Email>sample string 8</Email>
<FirstName>sample string 5</FirstName>
<IsSelected>true</IsSelected>
<Last4Digits>sample string 17</Last4Digits>
<LastChargedOn>2025-12-18T05:05:00.8947365+00:00</LastChargedOn>
<LastName>sample string 6</LastName>
<Name>sample string 4</Name>
<OfficeUsersCount>10</OfficeUsersCount>
<PaymentAuthCode>sample string 21</PaymentAuthCode>
<ProspectId>1</ProspectId>
<RateforOfficeUser>12</RateforOfficeUser>
<RateforRemoteUser>13</RateforRemoteUser>
<RemoteUsersCount>11</RemoteUsersCount>
<Result>sample string 18</Result>
<ResultDetails>sample string 19</ResultDetails>
<TenantId>2</TenantId>
</TenantChargeDetails>
</ArrayOfTenantChargeDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />