PUT {language}/subscription/updateNumberEESubscribedAndAmount/paymentHistory
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdatedNumberEESubscribedAndAmountRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Amount | decimal number |
None. |
|
StartDate | date |
None. |
|
PromotionCode | string |
None. |
|
Country | string |
None. |
|
NumberEmployeeSubscribed | integer |
None. |
|
CompanyId | globally unique identifier |
None. |
|
IsCurrentSubscription | boolean |
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": "aa75fe6f-79ab-47af-96df-ee0276136ff3", "Amount": 2.1, "StartDate": "2025-07-13T03:04:46.0929334+00:00", "PromotionCode": "sample string 4", "Country": "sample string 5", "NumberEmployeeSubscribed": 6, "CompanyId": "c18fb520-035c-4103-afd9-1fb24624e3c0", "IsCurrentSubscription": true, "RequestId": "46c8cfa2-51b6-40fc-a44d-325b448ce579", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<UpdatedNumberEESubscribedAndAmountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">46c8cfa2-51b6-40fc-a44d-325b448ce579</RequestId> <Amount>2.1</Amount> <CompanyId>c18fb520-035c-4103-afd9-1fb24624e3c0</CompanyId> <Country>sample string 5</Country> <Id>aa75fe6f-79ab-47af-96df-ee0276136ff3</Id> <IsCurrentSubscription>true</IsCurrentSubscription> <NumberEmployeeSubscribed>6</NumberEmployeeSubscribed> <PromotionCode>sample string 4</PromotionCode> <StartDate>2025-07-13T03:04:46.0929334+00:00</StartDate> </UpdatedNumberEESubscribedAndAmountRequest>
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.