GET api/tragoERP?userCompany={userCompany}&accCode={accCode}&myDB={myDB}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userCompany | No documentation available. |
Define this parameter in the request URI. |
accCode | No documentation available. |
Define this parameter in the request URI. |
myDB | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "accountCode": "sample string 1", "accountName": "sample string 2", "accountType": "sample string 3", "accountLevel": "sample string 4" }, { "accountCode": "sample string 1", "accountName": "sample string 2", "accountType": "sample string 3", "accountLevel": "sample string 4" }, { "accountCode": "sample string 1", "accountName": "sample string 2", "accountType": "sample string 3", "accountLevel": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfcoa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tragoAPI.Controllers"> <coa> <accountCode>sample string 1</accountCode> <accountLevel>sample string 4</accountLevel> <accountName>sample string 2</accountName> <accountType>sample string 3</accountType> </coa> <coa> <accountCode>sample string 1</accountCode> <accountLevel>sample string 4</accountLevel> <accountName>sample string 2</accountName> <accountType>sample string 3</accountType> </coa> <coa> <accountCode>sample string 1</accountCode> <accountLevel>sample string 4</accountLevel> <accountName>sample string 2</accountName> <accountType>sample string 3</accountType> </coa> </ArrayOfcoa>