GET Account/SearchAccount/{CompanyCode}/{SearchStr}/{AccTypeId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
CompanyCode | No documentation available. |
Define this parameter in the request URI. |
SearchStr | No documentation available. |
Define this parameter in the request URI. |
AccTypeId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "AccTypeId": 1, "AccId": 2, "AccTypeName": "sample string 3", "DisplayAccNo": "sample string 4", "AccName": "sample string 5" }
text/html
Sample:
{"AccTypeId":1,"AccId":2,"AccTypeName":"sample string 3","DisplayAccNo":"sample string 4","AccName":"sample string 5"}
application/xml, text/xml
Sample:
<AccountSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Controllers"> <AccId>2</AccId> <AccName>sample string 5</AccName> <AccTypeId>1</AccTypeId> <AccTypeName>sample string 3</AccTypeName> <DisplayAccNo>sample string 4</DisplayAccNo> </AccountSearch>