Retrieves the list of Discount Offers
get
/service/v1/discountOfferHistroryByInvoiceNo
This endpoint is used to retrieves the list of discount offers history based on Invoice Number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
invoiceNumber(required): string
Invoice Number
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : DiscountOfferHistCollection
Type:
object
Collection of Discount offer History.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object DiscountOfferHistModel
Discount offer history Model
Nested Schema : paging
Type:
object
Nested Schema : DiscountOfferHistModel
Type:
object
Discount offer history Model
Show Source
-
applicabilityBasis:
string
applicabilityBasis
-
autoApplicabilityBasis:
string
autoApplicabilityBasis
-
autoApplicable:
string
autoApplicable
-
discountAmount:
number
discountAmount
-
discountOfferActiveStatus:
string
discountOfferActiveStatus
-
discountOfferStatus:
string
discountOfferStatus
-
discountRate:
number
discountRate
-
discountRuleDesc:
string
discountRuleDesc
-
discountRuleId:
string
discountRuleId
-
discountType:
string
discountType
-
earlyPaymentDate:
string
earlyPaymentDate
-
lowerDiscountRateThreshold:
number
lowerDiscountRateThreshold
-
notionalEarlyPayAmt:
number
notionalEarlyPayAmt
-
paymentDate:
string
paymentDate
-
requestorPartyId:
string
requestorPartyId
-
requestorPartyRole:
string
requestorPartyRole
-
slidingScaleApplicable:
string
slidingScaleApplicable
-
upperDiscountRateThreshold:
number
upperDiscountRateThreshold
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error