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": "da89ce99-05f1-4f54-af9d-462d3e18d8a8", "Amount": 2.1, "StartDate": "2025-04-27T23:37:05.6855991+00:00", "PromotionCode": "sample string 4", "Country": "sample string 5", "NumberEmployeeSubscribed": 6, "CompanyId": "b68a4728-5194-4901-bb6c-17ec571367c2", "IsCurrentSubscription": true, "RequestId": "2ea8a1e4-9ceb-4099-a808-c387395ab966", "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">2ea8a1e4-9ceb-4099-a808-c387395ab966</RequestId> <Amount>2.1</Amount> <CompanyId>b68a4728-5194-4901-bb6c-17ec571367c2</CompanyId> <Country>sample string 5</Country> <Id>da89ce99-05f1-4f54-af9d-462d3e18d8a8</Id> <IsCurrentSubscription>true</IsCurrentSubscription> <NumberEmployeeSubscribed>6</NumberEmployeeSubscribed> <PromotionCode>sample string 4</PromotionCode> <StartDate>2025-04-27T23:37:05.6855991+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.