PUT {language}/subscription/updateNumberEESubscribedAndAmount/paymentHistoryExtend
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": "70db69b8-1bee-4b29-b7d8-866e026e9cb8", "Amount": 2.1, "StartDate": "2025-07-16T15:43:25.4820989+00:00", "PromotionCode": "sample string 4", "Country": "sample string 5", "NumberEmployeeSubscribed": 6, "CompanyId": "2146b5fa-44c7-4101-bc8f-ce2b047a9ac2", "IsCurrentSubscription": true, "RequestId": "6befbdc9-10dd-48d0-839a-96c43605c27b", "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">6befbdc9-10dd-48d0-839a-96c43605c27b</RequestId> <Amount>2.1</Amount> <CompanyId>2146b5fa-44c7-4101-bc8f-ce2b047a9ac2</CompanyId> <Country>sample string 5</Country> <Id>70db69b8-1bee-4b29-b7d8-866e026e9cb8</Id> <IsCurrentSubscription>true</IsCurrentSubscription> <NumberEmployeeSubscribed>6</NumberEmployeeSubscribed> <PromotionCode>sample string 4</PromotionCode> <StartDate>2025-07-16T15:43:25.4820989+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.