PUT {language}/company/updateChartOfAccount
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateChartOfAccountRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
PayrollCodeId | globally unique identifier |
None. |
|
PayrollCode | 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": "aee4dfb1-1c6b-44e8-948d-9563dfc417dc", "CompanyId": "0e6969ca-92e7-490b-8cd8-b606db07a805", "PayrollCodeId": "25b22b69-63a2-47f1-b02d-2ef5955871c9", "PayrollCode": "sample string 4", "RequestId": "30d6deb6-9409-4bf6-896c-4c45abc13c32", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }
application/xml, text/xml
Sample:
<UpdateChartOfAccountRequest 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 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">30d6deb6-9409-4bf6-896c-4c45abc13c32</RequestId> <CompanyId>0e6969ca-92e7-490b-8cd8-b606db07a805</CompanyId> <Id>aee4dfb1-1c6b-44e8-948d-9563dfc417dc</Id> <PayrollCode>sample string 4</PayrollCode> <PayrollCodeId>25b22b69-63a2-47f1-b02d-2ef5955871c9</PayrollCodeId> </UpdateChartOfAccountRequest>
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.