Discussions
Why GET response does not contain some of fields in Customer and Task Record via REST WS?
Hi,
I'm using SuiteTalk REST Web Services. I have updated Last Sales Date field of a customer record with a non-empty value using POSTMAN. The PATCH response returned 204 No Content, indicating the update was successful. However, when I sent a GET request to retrieve that same record, the response does not contain Last Sales Date field.
The same thing happened for Third Party Country (enumerator field), Third Party Zip Code, Last Name and Opening Balance in customer records. In addition, I have also tried using "task" records, the issue also exists with Start Time, Reminder Type, Completed Date, Reminder Minutes fields.