POST {language}/subscription/calculatingAmount/paymentHistory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

CalculatingAmountPaymentHistoryInfoRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Country

string

None.

Promotion

string

None.

Package

string

None.

PricePackage

string

None.

NumberEmployee

integer

None.

CompanyId

globally unique identifier

None.

IsPayment

boolean

None.

Amount

decimal number

None.

IsCurrentSubscription

boolean

None.

StartDate

date

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "5d610050-fdc0-4539-ae14-b36d30abd676",
  "Country": "sample string 2",
  "Promotion": "sample string 3",
  "Package": "sample string 4",
  "PricePackage": "sample string 5",
  "NumberEmployee": 6,
  "CompanyId": "ea3f776f-aef8-431e-b267-cadd8e35ef41",
  "IsPayment": true,
  "Amount": 9.0,
  "IsCurrentSubscription": true,
  "StartDate": "2025-04-27T23:26:45.5456384+00:00",
  "RequestId": "6c4dd5e4-022e-4172-b44c-894ebda89d4b",
  "Language": "sample string 13",
  "LanguageLogin": "sample string 14",
  "AuthToken": "sample string 15",
  "ClientId": "sample string 16",
  "PageIndex": 17,
  "PageSize": 18
}

application/xml, text/xml

Sample:
<CalculatingAmountPaymentHistoryInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">6c4dd5e4-022e-4172-b44c-894ebda89d4b</RequestId>
  <Amount>9</Amount>
  <CompanyId>ea3f776f-aef8-431e-b267-cadd8e35ef41</CompanyId>
  <Country>sample string 2</Country>
  <Id>5d610050-fdc0-4539-ae14-b36d30abd676</Id>
  <IsCurrentSubscription>true</IsCurrentSubscription>
  <IsPayment>true</IsPayment>
  <NumberEmployee>6</NumberEmployee>
  <Package>sample string 4</Package>
  <PricePackage>sample string 5</PricePackage>
  <Promotion>sample string 3</Promotion>
  <StartDate>2025-04-27T23:26:45.5456384+00:00</StartDate>
</CalculatingAmountPaymentHistoryInfoRequest>

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.