DELETE api/ASS_CompAccounting/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

ASS_CompAccounting
NameDescriptionTypeAdditional 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-28T08:06:16.4321427+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-28T08:06:16.4321427+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:
<ASS_CompAccounting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <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-28T08:06:16.4321427+03:30</dateAcc>
  <deposit>1</deposit>
  <mount>1</mount>
  <year>1</year>
</ASS_CompAccounting>