PUT {language}/admin/companyManager/update/releaseNotes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AddReleaseNotesRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
DashboardVersion | string |
None. |
|
LoginVersion | string |
None. |
|
Content | string |
None. |
|
IsPublish | boolean |
None. |
|
LastModifiedDate | date |
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": "9d3e47f0-603e-4135-b5fb-3d610846ca76", "DashboardVersion": "sample string 2", "LoginVersion": "sample string 3", "Content": "sample string 4", "IsPublish": true, "LastModifiedDate": "2025-04-27T05:28:33.1185921+00:00", "RequestId": "99fbe4f5-ec2a-41fd-a78b-23cc2efa56f5", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<AddReleaseNotesRequest 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 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">99fbe4f5-ec2a-41fd-a78b-23cc2efa56f5</RequestId> <Content>sample string 4</Content> <DashboardVersion>sample string 2</DashboardVersion> <Id>9d3e47f0-603e-4135-b5fb-3d610846ca76</Id> <IsPublish>true</IsPublish> <LastModifiedDate>2025-04-27T05:28:33.1185921+00:00</LastModifiedDate> <LoginVersion>sample string 3</LoginVersion> </AddReleaseNotesRequest>
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.