79494900

Date: 2025-03-08 19:23:48
Score: 1
Natty:
Report link

Yes, you can do this by using the rollbackOnFailure and returnEditResults properties. The documentation have more details and limitations.

If you want the valid changes to be saved, you can turn off the rollbackOnFailure .

https://developers.arcgis.com/rest/services-reference/enterprise/apply-edits-feature-service-layer/#request-parameters:~:text=true%20%7C%20false-,rollbackOnFailure,-(Optional)

If you want to see the result per feature, set both returnEditResults and rollbackOnFailure to true.
https://developers.arcgis.com/rest/services-reference/enterprise/apply-edits-feature-service-layer/#request-parameters:~:text=true%20%7C%20false-,returnEditResults,-(Optional)

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bjorn Svensson