Guest User

Untitled

a guest
Apr 20th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. curl -X POST
  2. https://www.exacttargetapis.com/data/v1/async/dataextensions/key:my_external_key/rows
  3. -H 'Authorization: Bearer my_access_token'
  4. -H 'Content-Type: application/json'
  5. -d '{
  6. "items":[{
  7. "Email":"myname@company.com"
  8. }]
  9. }'
  10.  
  11. {
  12. "requestId": "1b6f96ce-66e2-451a-9a21-f53f8d8f6b3d",
  13. "resultMessages": [
  14. {
  15. "resultType": "Operational",
  16. "resultClass": "Error",
  17. "resultCode": "CustomObjectNotFound",
  18. "message": "Failed to resolve the Custom Object from the provided ObjectReferenceIdentifier [Id: Null, Key: mics_test]."
  19. }
  20. ]
  21. }
Add Comment
Please, Sign In to add comment