:wave: Hi everyone! When creating a customer payme...
# general
d
👋 Hi everyone! When creating a customer payment by calling the NetSuite REST API (
POST /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.