POST {language}/subscription/calculatingAmount/paymentHistoryExtend
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
CalculatingAmountPaymentHistoryExtendInfoRequestName | Description | Type | Additional 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": "a4f803fa-aa4f-4cbd-b0c5-a9ba43c825ff", "Country": "sample string 2", "CompanyId": "d6d55eb7-9bac-4fef-9e7a-3178c66835da", "Promotion": "sample string 4", "StartDate": "2025-07-13T01:45:50.6629953+00:00", "EndDate": "2025-07-13T01:45:50.6629953+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": "7b46cbfc-0161-4aec-858d-f53ea246f722", "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">7b46cbfc-0161-4aec-858d-f53ea246f722</RequestId> <Amount>10.1</Amount> <CompanyId>d6d55eb7-9bac-4fef-9e7a-3178c66835da</CompanyId> <Country>sample string 2</Country> <Currency>sample string 11</Currency> <EndDate>2025-07-13T01:45:50.6629953+00:00</EndDate> <ExtraPaymentStatus>sample string 13</ExtraPaymentStatus> <Id>a4f803fa-aa4f-4cbd-b0c5-a9ba43c825ff</Id> <IsExtraPaymentHistory>true</IsExtraPaymentHistory> <NumberEmployee>9</NumberEmployee> <Package>sample string 7</Package> <PricePackage>sample string 8</PricePackage> <Promotion>sample string 4</Promotion> <StartDate>2025-07-13T01:45:50.6629953+00:00</StartDate> </CalculatingAmountPaymentHistoryExtendInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.