GET api/Product/GetAccountings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Accounting
NameDescriptionTypeAdditional information
Id

integer

None.

AcNo

integer

None.

Name

string

None.

IsDeleted

boolean

None.

TAX

decimal number

None.

AccountType

AccountType

None.

Updated

date

None.

SortOrder

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "AcNo": 2,
    "Name": "sample string 3",
    "IsDeleted": true,
    "TAX": 5.0,
    "AccountType": 0,
    "Updated": "2026-06-21T22:44:06.479203+02:00",
    "SortOrder": 7
  },
  {
    "$ref": "1"
  }
]