POST CentersCosts/CentersCostsTable_Insert

Request Information

URI Parameters

None.

Body Parameters

CentersCostsTable
NameDescriptionTypeAdditional information
ID

integer

None.

CentersCostsNo

integer

None.

CentersCostsName

string

None.

ParentId

integer

None.

CentersCostsSecondaryName

string

None.

CompanyId

integer

None.

BranchId

integer

None.

CreatedBy

integer

None.

CreatedAt

date

None.

ModifyBy

integer

None.

ModifyAt

date

None.

IsDeleted

boolean

None.

DepreciationAccountId

integer

None.

ExpensesDepreciationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CentersCostsNo": 2,
  "CentersCostsName": "sample string 3",
  "ParentId": 4,
  "CentersCostsSecondaryName": "sample string 5",
  "CompanyId": 6,
  "BranchId": 7,
  "CreatedBy": 8,
  "CreatedAt": "2025-10-29T06:00:39.9753601+03:00",
  "ModifyBy": 1,
  "ModifyAt": "2025-10-29T06:00:39.9753601+03:00",
  "IsDeleted": true,
  "DepreciationAccountId": 1,
  "ExpensesDepreciationId": 1
}

application/xml, text/xml

Sample:
<CentersCostsTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <BranchId>7</BranchId>
  <CentersCostsName>sample string 3</CentersCostsName>
  <CentersCostsNo>2</CentersCostsNo>
  <CentersCostsSecondaryName>sample string 5</CentersCostsSecondaryName>
  <CompanyId>6</CompanyId>
  <CreatedAt>2025-10-29T06:00:39.9753601+03:00</CreatedAt>
  <CreatedBy>8</CreatedBy>
  <DepreciationAccountId>1</DepreciationAccountId>
  <ExpensesDepreciationId>1</ExpensesDepreciationId>
  <ID>1</ID>
  <IsDeleted>true</IsDeleted>
  <ModifyAt>2025-10-29T06:00:39.9753601+03:00</ModifyAt>
  <ModifyBy>1</ModifyBy>
  <ParentId>4</ParentId>
</CentersCostsTable>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>