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
buyerDivCode
-
buyerDivName:
string
-
buyerId:
string
buyerId
-
buyerName:
string
buyerName
-
divisionCode:
string
-
id:
string
-
invoiceDate:
string
invoiceDate
-
invoiceDueDate:
string
invoiceDueDate
-
invoiceId:
string
Id of the Invoice
-
invoiceNumber:
string
invoiceNumber
-
invoiceRefNo:
string
invoiceRefNo
-
paymentDate:
string
-
paymentTerms:
string
-
programCode:
string
programCode
-
programName:
string
-
reasonCode:
string
reasonCode
-
relationCode:
string
relationCode
-
seqNo:
integer(int64)
-
shipmentDate:
string
-
supplierCode:
string
-
supplierDivCode:
string
supplierDivCode
-
supplierDivName:
string
supplierDivName
-
supplierId:
string
supplierId
-
supplierName:
string
supplierName
-
transactionRefNo:
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the paymentTerms based on given id.
Nested Schema : GenericDto-allOf[0]
Type:
object
Nested Schema : ObPaymentTermsDTO-allOf[1]
Type:
Show Source
object
-
applicationCode:
string
applicationCode
-
daysOfTheMonth:
string
daysOfTheMonth
-
daysOfTheWeek:
string
daysOfTheWeek
-
filterAttr1:
string
filterAttr1
-
filterAttr10:
string
filterAttr10
-
filterAttr10Name:
string
filterAttr10Name
-
filterAttr1Name:
string
filterAttr1Name
-
filterAttr2:
string
filterAttr2
-
filterAttr2Name:
string
filterAttr2Name
-
filterAttr3:
string
filterAttr3
-
filterAttr3Name:
string
filterAttr3Name
-
filterAttr4:
string
filterAttr4
-
filterAttr4Name:
string
filterAttr4Name
-
filterAttr5:
string
filterAttr5
-
filterAttr5Name:
string
filterAttr5Name
-
filterAttr6:
string
filterAttr6
-
filterAttr6Name:
string
filterAttr6Name
-
filterAttr7:
string
filterAttr7
-
filterAttr7Name:
string
filterAttr7Name
-
filterAttr8:
string
filterAttr8
-
filterAttr8Name:
string
filterAttr8Name
-
filterAttr9:
string
filterAttr9
-
filterAttr9Name:
string
filterAttr9Name
-
filterCriteria:
string
filterCriteria
-
frequencyOfPayments:
string
frequencyOfPayments
-
holidayTreatment:
string
holidayTreatment
-
id:
string
id
-
minimumCreditPeriod:
number
minimumCreditPeriod
-
ObPaymentCustomTermsDTO:
array ObPaymentCustomTermsDTO
-
paymentDateCalculationBasis:
string
paymentDateCalculationBasis
-
txnControllerRefNo:
string
txnControllerRefNo
Nested Schema : ObPaymentCustomTermsDTO
Type:
Show Source
object
-
fromDay:
string
FromDay for Custom payment Terms
-
id:
string
Id for Custom payment Terms
-
paymentDay:
string
PaymentDay for Custom payment Terms
-
paymentTermsId:
string
PaymentTermsId for Custom payment Terms
-
toDay:
string
Today for Custom payment Terms
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error