PUT {language}/subscription/updateNumberEESubscribedAndAmount/paymentHistoryExtend

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

UpdatedNumberEESubscribedAndAmountRequest
NameDescriptionTypeAdditional 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": "8df9e083-1884-4e60-ad2d-21f456b118cf",
  "Amount": 2.1,
  "StartDate": "2025-04-27T23:29:31.4351826+00:00",
  "PromotionCode": "sample string 4",
  "Country": "sample string 5",
  "NumberEmployeeSubscribed": 6,
  "CompanyId": "9f2f54a9-2dc6-4548-9f40-9dafd502a79e",
  "IsCurrentSubscription": true,
  "RequestId": "435d8bff-a14d-4193-97f0-278cc9cbc660",
  "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">435d8bff-a14d-4193-97f0-278cc9cbc660</RequestId>
  <Amount>2.1</Amount>
  <CompanyId>9f2f54a9-2dc6-4548-9f40-9dafd502a79e</CompanyId>
  <Country>sample string 5</Country>
  <Id>8df9e083-1884-4e60-ad2d-21f456b118cf</Id>
  <IsCurrentSubscription>true</IsCurrentSubscription>
  <NumberEmployeeSubscribed>6</NumberEmployeeSubscribed>
  <PromotionCode>sample string 4</PromotionCode>
  <StartDate>2025-04-27T23:29:31.4351826+00:00</StartDate>
</UpdatedNumberEESubscribedAndAmountRequest>

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.