POST SupplierPayment/GetAllSupplierPayments

Request Information

URI Parameters

None.

Body Parameters

SupplierPaymentFilter
NameDescriptionTypeAdditional information
SupplierId

integer

None.

CompanyId

integer

None.

BranchId

integer

None.

FromDate

date

None.

ToDate

date

None.

AreaId

integer

None.

CityId

integer

None.

IsCompanyCenterialized

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplierId": 1,
  "CompanyId": 2,
  "BranchId": 3,
  "FromDate": "2025-10-29T05:47:53.164249+03:00",
  "ToDate": "2025-10-29T05:47:53.164249+03:00",
  "AreaId": 1,
  "CityId": 1,
  "IsCompanyCenterialized": 4
}

application/xml, text/xml

Sample:
<SupplierPaymentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <AreaId>1</AreaId>
  <BranchId>3</BranchId>
  <CityId>1</CityId>
  <CompanyId>2</CompanyId>
  <FromDate>2025-10-29T05:47:53.164249+03:00</FromDate>
  <IsCompanyCenterialized>4</IsCompanyCenterialized>
  <SupplierId>1</SupplierId>
  <ToDate>2025-10-29T05:47:53.164249+03:00</ToDate>
</SupplierPaymentFilter>

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>