PUT {language}/company/serviceChargeGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateServiceChargeGroupRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
IsActive | boolean |
None. |
|
IsSystem | boolean |
None. |
|
Remark | string |
None. |
|
IsApplySVCWarning | boolean |
None. |
|
IsAllocateSVCWarningForEmployeesNoWarning | boolean |
None. |
|
IsPayIntoPaymentPeriod | boolean |
None. |
|
ContributionParameter | Collection of string |
None. |
|
ServiceChargeCalculatedBy | 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": "f7b9fc35-1b50-46ab-9ec6-86cb715a18c3", "Name": "sample string 2", "CompanyId": "3f944cbd-470d-42f2-a450-40818885e53e", "Country": "sample string 4", "IsActive": true, "IsSystem": true, "Remark": "sample string 7", "IsApplySVCWarning": true, "IsAllocateSVCWarningForEmployeesNoWarning": true, "IsPayIntoPaymentPeriod": true, "ContributionParameter": [ "sample string 1", "sample string 2" ], "ServiceChargeCalculatedBy": "sample string 11", "RequestId": "d77b2d91-dc8b-4bdf-bf76-b09556223d04", "Language": "sample string 13", "LanguageLogin": "sample string 14", "AuthToken": "sample string 15", "ClientId": "sample string 16", "PageIndex": 17, "PageSize": 18 }
application/xml, text/xml
Sample:
<UpdateServiceChargeGroupRequest 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 15</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d77b2d91-dc8b-4bdf-bf76-b09556223d04</RequestId> <CompanyId>3f944cbd-470d-42f2-a450-40818885e53e</CompanyId> <ContributionParameter xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ContributionParameter> <Country>sample string 4</Country> <Id>f7b9fc35-1b50-46ab-9ec6-86cb715a18c3</Id> <IsActive>true</IsActive> <IsAllocateSVCWarningForEmployeesNoWarning>true</IsAllocateSVCWarningForEmployeesNoWarning> <IsApplySVCWarning>true</IsApplySVCWarning> <IsPayIntoPaymentPeriod>true</IsPayIntoPaymentPeriod> <IsSystem>true</IsSystem> <Name>sample string 2</Name> <Remark>sample string 7</Remark> <ServiceChargeCalculatedBy>sample string 11</ServiceChargeCalculatedBy> </UpdateServiceChargeGroupRequest>
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.