GET api/ASS_CompAccounting
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ASS_CompAccounting| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompAcc | decimal number |
None. |
|
| IdCompany | decimal number |
None. |
|
| dateAcc | date |
None. |
|
| Dsc | string |
None. |
|
| deposit | decimal number |
None. |
|
| Withdraw | decimal number |
None. |
|
| IdType | decimal number |
None. |
|
| IdWay | decimal number |
None. |
|
| year | integer |
None. |
|
| mount | integer |
None. |
|
| IdTransaction | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdCompAcc": 1.0,
"IdCompany": 1.0,
"dateAcc": "2025-10-28T07:56:52.9014566+03:30",
"Dsc": "sample string 2",
"deposit": 1.0,
"Withdraw": 1.0,
"IdType": 1.0,
"IdWay": 1.0,
"year": 1,
"mount": 1,
"IdTransaction": "sample string 3"
},
{
"IdCompAcc": 1.0,
"IdCompany": 1.0,
"dateAcc": "2025-10-28T07:56:52.9014566+03:30",
"Dsc": "sample string 2",
"deposit": 1.0,
"Withdraw": 1.0,
"IdType": 1.0,
"IdWay": 1.0,
"year": 1,
"mount": 1,
"IdTransaction": "sample string 3"
}
]
text/html
Sample:
[{"IdCompAcc":1.0,"IdCompany":1.0,"dateAcc":"2025-10-28T07:56:52.9014566+03:30","Dsc":"sample string 2","deposit":1.0,"Withdraw":1.0,"IdType":1.0,"IdWay":1.0,"year":1,"mount":1,"IdTransaction":"sample string 3"},{"IdCompAcc":1.0,"IdCompany":1.0,"dateAcc":"2025-10-28T07:56:52.9014566+03:30","Dsc":"sample string 2","deposit":1.0,"Withdraw":1.0,"IdType":1.0,"IdWay":1.0,"year":1,"mount":1,"IdTransaction":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfASS_CompAccounting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
<ASS_CompAccounting>
<Dsc>sample string 2</Dsc>
<IdCompAcc>1</IdCompAcc>
<IdCompany>1</IdCompany>
<IdTransaction>sample string 3</IdTransaction>
<IdType>1</IdType>
<IdWay>1</IdWay>
<Withdraw>1</Withdraw>
<dateAcc>2025-10-28T07:56:52.9014566+03:30</dateAcc>
<deposit>1</deposit>
<mount>1</mount>
<year>1</year>
</ASS_CompAccounting>
<ASS_CompAccounting>
<Dsc>sample string 2</Dsc>
<IdCompAcc>1</IdCompAcc>
<IdCompany>1</IdCompany>
<IdTransaction>sample string 3</IdTransaction>
<IdType>1</IdType>
<IdWay>1</IdWay>
<Withdraw>1</Withdraw>
<dateAcc>2025-10-28T07:56:52.9014566+03:30</dateAcc>
<deposit>1</deposit>
<mount>1</mount>
<year>1</year>
</ASS_CompAccounting>
</ArrayOfASS_CompAccounting>