PUT {language}/subscription/adjustExtraSubscription
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AdjustExtraSubscriptionRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
PaymenthistoryId | globally unique identifier |
None. |
|
PricePackage | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
FromDate | date |
None. |
|
NumberOfEmployeesOfCurrentSubscription | integer |
None. |
|
ExtraPaymentAmount | decimal number |
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": "5b5b0077-8e9f-4187-9d93-ae80cac8a8d1", "PaymenthistoryId": "8d2db684-05e6-4bdc-b270-c8f2450fcd45", "PricePackage": "sample string 3", "CompanyId": "a5878854-2501-4ac5-87a4-1ade0ad67d83", "FromDate": "2025-07-16T15:46:53.7461119+00:00", "NumberOfEmployeesOfCurrentSubscription": 6, "ExtraPaymentAmount": 7.1, "RequestId": "d11dd1fb-f805-44b8-98a3-51dce55d9572", "Language": "sample string 9", "LanguageLogin": "sample string 10", "AuthToken": "sample string 11", "ClientId": "sample string 12", "PageIndex": 13, "PageSize": 14 }
application/xml, text/xml
Sample:
<AdjustExtraSubscriptionRequest 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 11</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d11dd1fb-f805-44b8-98a3-51dce55d9572</RequestId> <CompanyId>a5878854-2501-4ac5-87a4-1ade0ad67d83</CompanyId> <ExtraPaymentAmount>7.1</ExtraPaymentAmount> <FromDate>2025-07-16T15:46:53.7461119+00:00</FromDate> <Id>5b5b0077-8e9f-4187-9d93-ae80cac8a8d1</Id> <NumberOfEmployeesOfCurrentSubscription>6</NumberOfEmployeesOfCurrentSubscription> <PaymenthistoryId>8d2db684-05e6-4bdc-b270-c8f2450fcd45</PaymenthistoryId> <PricePackage>sample string 3</PricePackage> </AdjustExtraSubscriptionRequest>
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.