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: boolean
flag to check if request is from service api or notDefault Value:
false
Header Parameters
-
appId(required): string
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Request body of invoice type
Root Schema : InvoiceFilterModel
Type:
object
Invoice model
Show Source
-
buyerCode:
string
-
buyerDivCode:
string
Buyer Division Code
-
buyerDivName:
string
-
buyerId:
string
Buyer Id
-
buyerName:
string
Buyer Name
-
divisionCode:
string
-
id:
string
-
invoiceDate:
string
Invoice Date
-
invoiceDueDate:
string
Invoice Due Date
-
invoiceId:
string
Id of the Invoice
-
invoiceNumber:
string
Invoice Number
-
invoiceRefNo:
string
Invoice Reference Number
-
paymentDate:
string
-
paymentTerms:
string
-
programCode:
string
Program Code
-
programName:
string
-
reasonCode:
string
Reason Code
-
relationCode:
string
Relation Code
-
seqNo:
integer(int64)
-
shipmentDate:
string
-
supplierCode:
string
-
supplierDivCode:
string
Supplier Division Code
-
supplierDivName:
string
Supplier Division Name
-
supplierId:
string
Supplier Id
-
supplierName:
string
Supplier Name
-
transactionRefNo:
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:
string
Days Of The Month
-
daysOfTheWeek:
string
Days Of The Week
-
filterAttr1:
string
Filter Attribute1
-
filterAttr10:
string
Filter Attribute10
-
filterAttr2:
string
Filter Attribute2
-
filterAttr3:
string
Filter Attribute3
-
filterAttr4:
string
Filter Attribute4
-
filterAttr5:
string
Filter Attribute5
-
filterAttr6:
string
Filter Attribute6
-
filterAttr7:
string
Filter Attribute7
-
filterAttr8:
string
Filter Attribute8
-
filterAttr9:
string
Filter Attribute9
-
filterCriteria:
string
Filter Criteria
-
frequencyOfPayments:
string
Frequency Of Payments
-
holidayTreatment:
string
Holiday Treatment
-
id:
string
Id
-
minimumCreditPeriod:
number
Minimum Credit Period
-
ObPaymentCustomTermsDTO:
array ObPaymentCustomTermsDTO
-
paymentDateCalculationBasis:
string
Payment Date Calculation Basis
-
txnControllerRefNo:
string
Transaction Controller Reference Number
Nested Schema : ObPaymentCustomTermsDTO
Type:
Show Source
object
-
fromDay:
string
From Day
-
id:
string
Id
-
paymentDay:
string
Payment Day
-
paymentTermsId:
string
Payment Terms Id
-
toDay:
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