PUT {language}/subscription/paymentHistoryExtend/update
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdatePaymentHistoryExtendByIdRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Amount | decimal number |
None. |
|
NumberEmployeeSubscribed | integer |
None. |
|
Currency | string |
None. |
|
PartnerCode | string |
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": "06b37a66-acc9-4895-a711-f0cbf586904a", "CompanyId": "207de347-1e4f-44f4-9eab-cbcb241501b0", "StartDate": "2025-07-13T02:28:46.2208575+00:00", "EndDate": "2025-07-13T02:28:46.2208575+00:00", "Amount": 5.1, "NumberEmployeeSubscribed": 6, "Currency": "sample string 7", "PartnerCode": "sample string 8", "RequestId": "79c15894-3cf6-4672-9de9-0a25a3e07180", "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:
<UpdatePaymentHistoryExtendByIdRequest 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">79c15894-3cf6-4672-9de9-0a25a3e07180</RequestId> <Amount>5.1</Amount> <CompanyId>207de347-1e4f-44f4-9eab-cbcb241501b0</CompanyId> <Currency>sample string 7</Currency> <EndDate>2025-07-13T02:28:46.2208575+00:00</EndDate> <Id>06b37a66-acc9-4895-a711-f0cbf586904a</Id> <NumberEmployeeSubscribed>6</NumberEmployeeSubscribed> <PartnerCode>sample string 8</PartnerCode> <StartDate>2025-07-13T02:28:46.2208575+00:00</StartDate> </UpdatePaymentHistoryExtendByIdRequest>
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.