Derek ZZ
06/12/2025, 6:35 PMPOST /customerPayment
), how should I specify a value for the 'DISC. TAKEN' field?
I initially didn't find a discount-related field within the customerPayment-applyElement
(referring to the apply
sublist https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2025.1/index.html#/definitions/customerPayment-applyElement) . However, I observed a '`disc`' field in an existing customer payment record. So, I tried including a 'disc' field in the applyElement
when creating a customer payment via POST /customerPayment
, and it worked. Despite this, the public REST API documentation does not yet include this field.
Should the REST API documentation be updated to include it? And do you have any advice on this situation? Thanks.