I haven't had a chance to dig into the REST docs m...
# suitetalkapi
d
I haven't had a chance to dig into the REST docs much, but is there an UPSERT operation like there is with SOAP?
The upsert operation enables you to either create a record, or update an existing record. You can only use the upsert operation when you use an external ID in the request URL and when you use the PUT HTTP method. For information about using external IDs, see Using External IDs.
d
derp, thanks. I looked right at it and didn't see it 🤦‍♂️