Created
December 11, 2018 08:59
-
-
Save mpecka/d305cc2b8ae9667d95d036389dfc1b34 to your computer and use it in GitHub Desktop.
CRM Data Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <leads> | |
| <lead> | |
| <leadId>123</leadId> | |
| <itemId>100321</itemId> | |
| <clientId>c102030</clientId> | |
| <status>NUR</status> | |
| </lead> | |
| <lead> | |
| <leadId>124</leadId> | |
| <itemId>100322</itemId> | |
| <clientId>c102040</clientId> | |
| <status>ZUR</status> | |
| </lead> | |
| <lead> | |
| <leadId>125</leadId> | |
| <itemId>100322</itemId> | |
| <clientId>c102030</clientId> | |
| <status>NUR</status> | |
| </lead> | |
| </leads> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment