POST TaxPay/TaxPay_GetTotal

Request Information

URI Parameters

None.

Body Parameters

TaxPaySettlement
NameDescriptionTypeAdditional information
PaymentNo

integer

None.

BranchNo

integer

None.

TaxType

integer

None.

Number

integer

None.

DateDay

date

None.

PayForDate

date

None.

Amount

decimal number

None.

PaymentMethod

string

None.

Notes

string

None.

CompanyId

integer

None.

IsCompanyCenterialized

integer

None.

Debt_value

decimal number

None.

creditor_value

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentNo": 1,
  "BranchNo": 2,
  "TaxType": 3,
  "Number": 4,
  "DateDay": "2025-10-29T05:49:54.5825528+03:00",
  "PayForDate": "2025-10-29T05:49:54.5825528+03:00",
  "Amount": 7.0,
  "PaymentMethod": "sample string 8",
  "Notes": "sample string 9",
  "CompanyId": 10,
  "IsCompanyCenterialized": 11,
  "Debt_value": 12.0,
  "creditor_value": 13.0
}

application/xml, text/xml

Sample:
<TaxPaySettlement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <Amount>7</Amount>
  <BranchNo>2</BranchNo>
  <CompanyId>10</CompanyId>
  <DateDay>2025-10-29T05:49:54.5825528+03:00</DateDay>
  <Debt_value>12</Debt_value>
  <IsCompanyCenterialized>11</IsCompanyCenterialized>
  <Notes>sample string 9</Notes>
  <Number>4</Number>
  <PayForDate>2025-10-29T05:49:54.5825528+03:00</PayForDate>
  <PaymentMethod>sample string 8</PaymentMethod>
  <PaymentNo>1</PaymentNo>
  <TaxType>3</TaxType>
  <creditor_value>13</creditor_value>
</TaxPaySettlement>

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>