Advertisement
dahousecat

Untitled

Dec 21st, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. <request type="CreateRequest" xmlna="http://schemas.microsoft.com/xrm/2011/Contracts">
  2. <Parameters xmlnb="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
  3. <KeyValuePairOfstringanyType>
  4. <key>Target</key>
  5. <value type="Entity">
  6. <Attributes>
  7. <KeyValuePairOfstringanyType>
  8. <key>statecode</key>
  9. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">0</value>
  10. </KeyValuePairOfstringanyType>
  11. <KeyValuePairOfstringanyType>
  12. <key>statuscode</key>
  13. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">1</value>
  14. </KeyValuePairOfstringanyType>
  15. <KeyValuePairOfstringanyType>
  16. <key>zoo_emailtemplateid</key>
  17. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">191770da-9e7b-e511-8117-0634928792fd</value>
  18. </KeyValuePairOfstringanyType>
  19. <KeyValuePairOfstringanyType>
  20. <key>zoo_contactid</key>
  21. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">d2367547-0e7d-e511-8117-0634928792fd</value>
  22. </KeyValuePairOfstringanyType>
  23. <KeyValuePairOfstringanyType>
  24. <key>zoo_email</key>
  25. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">[email protected]</value>
  26. </KeyValuePairOfstringanyType>
  27. <KeyValuePairOfstringanyType>
  28. <key>zoo_firstname</key>
  29. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">Felix</value>
  30. </KeyValuePairOfstringanyType>
  31. <KeyValuePairOfstringanyType>
  32. <key>zoo_lastname</key>
  33. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">Eve</value>
  34. </KeyValuePairOfstringanyType>
  35. <KeyValuePairOfstringanyType>
  36. <key>zoo_membernumber</key>
  37. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">422394</value>
  38. </KeyValuePairOfstringanyType>
  39. <KeyValuePairOfstringanyType>
  40. <key>zoo_subject</key>
  41. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">Hello world</value>
  42. </KeyValuePairOfstringanyType>
  43. <KeyValuePairOfstringanyType>
  44. <key>zoo_textmergefield1</key>
  45. <value type="string" xmlnc="http://www.w3.org/2001/XMLSchema">This is custom text</value>
  46. </KeyValuePairOfstringanyType>
  47. </Attributes>
  48. <EntityState nil="true"/>
  49. <FormattedValues/>
  50. <Id>00000000-0000-0000-0000-000000000000</Id>
  51. <LogicalName>zoo_transactionalemail</LogicalName>
  52. <RelatedEntities/>
  53. </value>
  54. </KeyValuePairOfstringanyType>
  55. </Parameters>
  56. <RequestId nil="true"/>
  57. <RequestName>Create</RequestName>
  58. </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement