PUT {language}/company/glAccountActive
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateGLAccountRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
GLAccountCode | string |
None. |
|
GLAccountName | string |
None. |
|
GLAccountDescription | string |
None. |
|
IsActive | boolean |
None. |
|
GLAccountType | 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": "3d84deab-62e9-4b99-9c62-c6e304b0b1b7", "CompanyId": "54d0e51a-b202-4342-adcc-eb5b543d754b", "GLAccountCode": "sample string 3", "GLAccountName": "sample string 4", "GLAccountDescription": "sample string 5", "IsActive": true, "GLAccountType": "sample string 7", "RequestId": "77087f5f-9c5d-4143-86d6-9a3913248978", "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:
<UpdateGLAccountRequest 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">77087f5f-9c5d-4143-86d6-9a3913248978</RequestId> <CompanyId>54d0e51a-b202-4342-adcc-eb5b543d754b</CompanyId> <GLAccountCode>sample string 3</GLAccountCode> <GLAccountDescription>sample string 5</GLAccountDescription> <GLAccountName>sample string 4</GLAccountName> <GLAccountType>sample string 7</GLAccountType> <Id>3d84deab-62e9-4b99-9c62-c6e304b0b1b7</Id> <IsActive>true</IsActive> </UpdateGLAccountRequest>
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.