Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "allOrNone": false,
  3. "compositeRequest": [
  4. {
  5. "method": "GET",
  6. "url": "/services/data/v41.0/ui-api/object-info/Opportunity",
  7. "referenceId": "opp"
  8. }
  9. ]
  10. }
  11.  
  12. {
  13. "compositeResponse" : [ {
  14. "body" : [ {
  15. "errorCode" : "NOT_FOUND",
  16. "message" : "The requested resource does not exist"
  17. } ],
  18. "httpHeaders" : { },
  19. "httpStatusCode" : 404,
  20. "referenceId" : "opp"
  21. } ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement