POST {language}/subscription/calculatingAmount/paymentHistoryExtend

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

CalculatingAmountPaymentHistoryExtendInfoRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Country

string

None.

CompanyId

globally unique identifier

None.

Promotion

string

None.

StartDate

date

None.

EndDate

date

None.

Package

string

None.

PricePackage

string

None.

NumberEmployee

integer

None.

Amount

decimal number

None.

Currency

string

None.

IsExtraPaymentHistory

boolean

None.

ExtraPaymentStatus

string

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": "30880741-d7af-4425-a365-ea0c8509fa7a",
  "Country": "sample string 2",
  "CompanyId": "fd8439f8-72bd-4aad-98d5-e81f1717709e",
  "Promotion": "sample string 4",
  "StartDate": "2025-04-27T23:23:58.1745015+00:00",
  "EndDate": "2025-04-27T23:23:58.1745015+00:00",
  "Package": "sample string 7",
  "PricePackage": "sample string 8",
  "NumberEmployee": 9,
  "Amount": 10.1,
  "Currency": "sample string 11",
  "IsExtraPaymentHistory": true,
  "ExtraPaymentStatus": "sample string 13",
  "RequestId": "a14fa5ab-7a55-452e-9afb-5f3540c974ad",
  "Language": "sample string 15",
  "LanguageLogin": "sample string 16",
  "AuthToken": "sample string 17",
  "ClientId": "sample string 18",
  "PageIndex": 19,
  "PageSize": 20
}

application/xml, text/xml

Sample:
<CalculatingAmountPaymentHistoryExtendInfoRequest 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 17</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">19</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">20</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">a14fa5ab-7a55-452e-9afb-5f3540c974ad</RequestId>
  <Amount>10.1</Amount>
  <CompanyId>fd8439f8-72bd-4aad-98d5-e81f1717709e</CompanyId>
  <Country>sample string 2</Country>
  <Currency>sample string 11</Currency>
  <EndDate>2025-04-27T23:23:58.1745015+00:00</EndDate>
  <ExtraPaymentStatus>sample string 13</ExtraPaymentStatus>
  <Id>30880741-d7af-4425-a365-ea0c8509fa7a</Id>
  <IsExtraPaymentHistory>true</IsExtraPaymentHistory>
  <NumberEmployee>9</NumberEmployee>
  <Package>sample string 7</Package>
  <PricePackage>sample string 8</PricePackage>
  <Promotion>sample string 4</Promotion>
  <StartDate>2025-04-27T23:23:58.1745015+00:00</StartDate>
</CalculatingAmountPaymentHistoryExtendInfoRequest>

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.