Maintain the specific payment frequencies and dates for buyers
post
/service/v1/filter
This endpoint is used to maintain specific payment frequencies and dates for buyers making bulk payments on repetitive fixed dates.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
isFromServiceCall(optional): boolean
flag to check if request is from service api or notDefault Value:
false
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Request body of invoice type
Root Schema : InvoiceFilterModel
Type:
object
Invoice model
Show Source
-
buyerCode(optional):
string
-
buyerDivCode(optional):
string
Buyer Division Code
-
buyerDivName(optional):
string
-
buyerId(optional):
string
Buyer Id
-
buyerName(optional):
string
Buyer Name
-
divisionCode(optional):
string
-
id(optional):
string
-
invoiceDate(optional):
string
Invoice Date
-
invoiceDueDate(optional):
string
Invoice Due Date
-
invoiceId(optional):
string
Id of the Invoice
-
invoiceNumber(optional):
string
Invoice Number
-
invoiceRefNo(optional):
string
Invoice Reference Number
-
paymentDate(optional):
string
-
paymentTerms(optional):
string
-
programCode(optional):
string
Program Code
-
programName(optional):
string
-
reasonCode(optional):
string
Reason Code
-
relationCode(optional):
string
Relation Code
-
seqNo(optional):
integer(int64)
-
shipmentDate(optional):
string
-
supplierCode(optional):
string
-
supplierDivCode(optional):
string
Supplier Division Code
-
supplierDivName(optional):
string
Supplier Division Name
-
supplierId(optional):
string
Supplier Id
-
supplierName(optional):
string
Supplier Name
-
transactionRefNo(optional):
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the paymentTerms based on given id.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : ObPaymentTermsDTO-allOf[1]
Type:
Show Source
object
-
daysOfTheMonth(optional):
string
Days Of The Month
-
daysOfTheWeek(optional):
string
Days Of The Week
-
filterAttr1(optional):
string
Filter Attribute1
-
filterAttr10(optional):
string
Filter Attribute10
-
filterAttr2(optional):
string
Filter Attribute2
-
filterAttr3(optional):
string
Filter Attribute3
-
filterAttr4(optional):
string
Filter Attribute4
-
filterAttr5(optional):
string
Filter Attribute5
-
filterAttr6(optional):
string
Filter Attribute6
-
filterAttr7(optional):
string
Filter Attribute7
-
filterAttr8(optional):
string
Filter Attribute8
-
filterAttr9(optional):
string
Filter Attribute9
-
filterCriteria(optional):
string
Filter Criteria
-
frequencyOfPayments(optional):
string
Frequency Of Payments
-
holidayTreatment(optional):
string
Holiday Treatment
-
id(optional):
string
Id
-
minimumCreditPeriod(optional):
number
Minimum Credit Period
-
ObPaymentCustomTermsDTO(optional):
array ObPaymentCustomTermsDTO
-
paymentDateCalculationBasis(optional):
string
Payment Date Calculation Basis
-
txnControllerRefNo(optional):
string
Transaction Controller Reference Number
Nested Schema : ObPaymentCustomTermsDTO
Type:
Show Source
object
-
fromDay(optional):
string
From Day
-
id(optional):
string
Id
-
paymentDay(optional):
string
Payment Day
-
paymentTermsId(optional):
string
Payment Terms Id
-
toDay(optional):
string
To Day
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error