Chilkat Online Tools

C# / Creatio API / Add object collection instance

Back to Collection Items

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

// Use this online tool to generate code from sample JSON: Generate Code to Create JSON

// The following JSON is sent in the request body.

// {
//   "{{FieldName1}}": "{{FieldName1Value3}}",
//   "{{FieldName5}}": "{{FieldName5Value1}}"
// }

Chilkat.JsonObject json = new Chilkat.JsonObject();
json.UpdateString("{{FieldName1}}","{{FieldName1Value3}}");
json.UpdateString("{{FieldName5}}","{{FieldName5Value1}}");

http.SetRequestHeader("Content-Type","application/json; odata=verbose");
http.SetRequestHeader("ForceUseSession","true");
http.SetRequestHeader("BPMCSRF","{{BPMCSRF}}");
http.SetRequestHeader("Accept","application/atom+xml; type=entry");

Chilkat.HttpResponse resp = http.PostJson3("https://myserver.com/0/ServiceModel/EntityDataService.svc/Collection3Collection","application/json; odata=verbose",json);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Debug.WriteLine(Convert.ToString(resp.StatusCode));
Debug.WriteLine(resp.BodyStr);

Curl Command

curl -X POST
	-H "Accept: application/atom+xml; type=entry"
	-H "Content-Type: application/json; odata=verbose"
	-H "ForceUseSession: true"
	-H "BPMCSRF: {{BPMCSRF}}"
	-d '{
    "{{FieldName1}}": "{{FieldName1Value3}}",
    "{{FieldName5}}": "{{FieldName5Value1}}"
}'
https://myserver.com/0/ServiceModel/EntityDataService.svc/Collection3Collection

Postman Collection Item JSON

{
  "name": "Add object collection instance",
  "event": [
    {
      "listen": "test",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    },
    {
      "listen": "prerequest",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Accept",
        "value": "application/atom+xml; type=entry",
        "type": "text"
      },
      {
        "key": "Content-Type",
        "name": "Content-Type",
        "value": "application/json; odata=verbose",
        "type": "text"
      },
      {
        "key": "ForceUseSession",
        "value": "true",
        "type": "text"
      },
      {
        "key": "BPMCSRF",
        "value": "{{BPMCSRF}}",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"{{FieldName1}}\": \"{{FieldName1Value3}}\",\n    \"{{FieldName5}}\": \"{{FieldName5Value1}}\"\n}",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{BaseURI}}/0/ServiceModel/EntityDataService.svc/{{CollectionName3}}Collection",
      "host": [
        "{{BaseURI}}"
      ],
      "path": [
        "0",
        "ServiceModel",
        "EntityDataService.svc",
        "{{CollectionName3}}Collection"
      ]
    },
    "description": "Request for adding an object collection instance."
  },
  "response": [
    {
      "name": "[201] Adds an object collection instance",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/atom+xml; type=entry",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "name": "Content-Type",
            "value": "application/json; odata=verbose",
            "type": "text"
          },
          {
            "key": "ForceUseSession",
            "value": "true",
            "type": "text"
          },
          {
            "key": "BPMCSRF",
            "value": "{{BPMCSRF}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"Name\": \"New User\",\n    \"JobTitle\": \"Developer\"\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection",
          "protocol": "https",
          "host": [
            "myserver",
            "com"
          ],
          "path": [
            "0",
            "ServiceModel",
            "EntityDataService.svc",
            "ContactCollection"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "xml",
      "header": [
        {
          "key": "Cache-Control",
          "value": "private"
        },
        {
          "key": "Content-Type",
          "value": "text/html; charset=utf-8"
        },
        {
          "key": "Server",
          "value": "Microsoft-IIS/10.0"
        },
        {
          "key": "X-Powered-By",
          "value": "ASP.NET"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "Date",
          "value": "Thu, 09 Apr 2020 11:32:12 GMT"
        },
        {
          "key": "Content-Length",
          "value": "4930"
        }
      ],
      "cookie": [
      ],
      "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<entry xml:base=\"https://myserver.com/0/ServiceModel/EntityDataService.svc/\" xmlns=\"http://www.w3.org/2005/Atom\" xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\" xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:gml=\"http://www.opengis.net/gml\">\r\n    <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')</id>\r\n    <category term=\"Terrasoft.Configuration.Contact\" scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n    <link rel=\"edit\" title=\"Contact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photo\" type=\"application/atom+xml;type=entry\" title=\"Photo\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Photo\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Owner\" type=\"application/atom+xml;type=entry\" title=\"Owner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Owner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContactCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CreatedBy\" type=\"application/atom+xml;type=entry\" title=\"CreatedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CreatedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ModifiedBy\" type=\"application/atom+xml;type=entry\" title=\"ModifiedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ModifiedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalutationType\" type=\"application/atom+xml;type=entry\" title=\"SalutationType\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SalutationType\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Gender\" type=\"application/atom+xml;type=entry\" title=\"Gender\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Gender\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByPrimaryContact\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByPrimaryContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountCollectionByPrimaryContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Account\" type=\"application/atom+xml;type=entry\" title=\"Account\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Account\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DecisionRole\" type=\"application/atom+xml;type=entry\" title=\"DecisionRole\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/DecisionRole\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Type\" type=\"application/atom+xml;type=entry\" title=\"Type\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Type\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Job\" type=\"application/atom+xml;type=entry\" title=\"Job\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Job\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Department\" type=\"application/atom+xml;type=entry\" title=\"Department\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Department\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AddressType\" type=\"application/atom+xml;type=entry\" title=\"AddressType\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AddressType\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/City\" type=\"application/atom+xml;type=entry\" title=\"City\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/City\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Region\" type=\"application/atom+xml;type=entry\" title=\"Region\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Region\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Country\" type=\"application/atom+xml;type=entry\" title=\"Country\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Country\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysAdminUnitCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TwitterAFDA\" type=\"application/atom+xml;type=entry\" title=\"TwitterAFDA\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/TwitterAFDA\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FacebookAFDA\" type=\"application/atom+xml;type=entry\" title=\"FacebookAFDA\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/FacebookAFDA\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LinkedInAFDA\" type=\"application/atom+xml;type=entry\" title=\"LinkedInAFDA\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LinkedInAFDA\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Language\" type=\"application/atom+xml;type=entry\" title=\"Language\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/Language\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByAccountManager\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByAccountManager\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountBillingInfoCollectionByAccountManager\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByChiefAccountant\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByChiefAccountant\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountBillingInfoCollectionByChiefAccountant\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"AccountFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountOrganizationChartCollectionByManager\" type=\"application/atom+xml;type=feed\" title=\"AccountOrganizationChartCollectionByManager\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/AccountOrganizationChartCollectionByManager\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByAuthor\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityCollectionByAuthor\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOrganizer\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOrganizer\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityCollectionByOrganizer\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionBySenderContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionBySenderContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityCollectionBySenderContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CaseCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CaseCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServiceItemCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ConfItemCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ConfItemCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServicePactCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByServiceProviderContact\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByServiceProviderContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServicePactCollectionByServiceProviderContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByHolder\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByHolder\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CaseCollectionByHolder\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByAuthor\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProblemCollectionByAuthor\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProblemCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByAuthor\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ChangeCollectionByAuthor\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ChangeCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByQualifiedContact\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByQualifiedContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadCollectionByQualifiedContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionBySalesOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionBySalesOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadCollectionBySalesOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityDepartmentCollectionBySalesDirector\" type=\"application/atom+xml;type=feed\" title=\"OpportunityDepartmentCollectionBySalesDirector\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityDepartmentCollectionBySalesDirector\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/GeneratedWebFormCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByPartnerOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByPartnerOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadCollectionByPartnerOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailSplitCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OrderCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OrderCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EventCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EventCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByOperator\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwQueueItemCollectionByOperator\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwQueueItemCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/InvoiceCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/InvoiceCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContractCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContractCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProjectCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProjectCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/DocumentCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/DocumentCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityParticipantCollectionByParticipant\" type=\"application/atom+xml;type=feed\" title=\"ActivityParticipantCollectionByParticipant\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ActivityParticipantCollectionByParticipant\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProductCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProductCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SiteEventCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SiteEventCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailRecipientMacroCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailRecipientMacroCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailRecipientMacroCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailSplitFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitTargetCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailSplitTargetCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSubscriptionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSubscriptionCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailSubscriptionCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/BulkEmailTargetCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CallCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CallCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CallFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CallFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignParticipantCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantOpCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantOpCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignParticipantOpCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignPlannerCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignPlannerFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignQueueCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignQueueCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignQueueCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignSignalCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignSignalCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignSignalCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignTargetCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CampaignTargetCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CaseFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseLifecycleCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseLifecycleCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CaseLifecycleCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EducationActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EducationActivityCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EducationActivityCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CertificateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CertificateCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CertificateCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ChangeFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ChangeFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CommentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CommentCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CommentCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ConfItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ConfItemFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemUserCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ConfItemUserCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ConfItemUserCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAddressCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAddressCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactAddressCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAnniversaryCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactAnniversaryCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCareerCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCareerCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactCareerCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCommunicationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCommunicationCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactCommunicationCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCorrespondenceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCorrespondenceCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactCorrespondenceCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactDuplicateCollectionByEntity1\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactDuplicateCollectionByEntity2\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactExternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactExternalRateCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactExternalRateCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactFileCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactForecastCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactForecastCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactForecastCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInFolderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInFolderCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactInFolderCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInTagCollectionByEntity\" type=\"application/atom+xml;type=feed\" title=\"ContactInTagCollectionByEntity\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactInTagCollectionByEntity\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInternalRateCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactInternalRateCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactsProductInterestCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactsProductInterestCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactsProductInterestCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContentBlockFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContentBlockFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContentBlockFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContractFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContractFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"ContractVisaCollectionBySetBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContractVisaCollectionBySetBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CTISearchResultCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CTISearchResultCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/CTISearchResultCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DayOffCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DayOffCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/DayOffCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"DocumentFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/DocumentFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailFolderColumnValuesSettingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmailFolderColumnValuesSettingCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmailFolderColumnValuesSettingCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailMessageDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmailMessageDataCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmailMessageDataCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailTemplateFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmailTemplateFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmailTemplateFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmployeeCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmployeeCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmployeeFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EmployeeFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchFoundContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchFoundContactCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EnrchFoundContactCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchProcessedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchProcessedDataCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EnrchProcessedDataCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchRejectedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchRejectedDataCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EnrchRejectedDataCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementDataCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysProcessElementDataCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessDataCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysProcessDataCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ESNNotificationCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ESNNotificationCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ESNNotificationCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EventFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EventFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTargetCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EventTargetCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTeamCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTeamCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/EventTeamCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessCollectionByGrantor\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessCollectionByGrantor\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ExternalAccessCollectionByGrantor\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ExternalAccessFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessRequestLogCollectionByRequestedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessRequestLogCollectionByRequestedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ExternalAccessRequestLogCollectionByRequestedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FavoritesCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"FavoritesCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/FavoritesCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/FileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileLeadCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileLeadCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/FileLeadCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/GeneratedWebFormFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/InvoiceFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceVisaCollectionBySetBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/InvoiceVisaCollectionBySetBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/KnowledgeBaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"KnowledgeBaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/KnowledgeBaseFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadInQualifyStatusCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadInQualifyStatusCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadInQualifyStatusCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadQualificationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LeadQualificationCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LeadQualificationCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LikeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LikeCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LikeCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LocationHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LocationHistoryCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/LocationHistoryCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MailboxSettingsFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MailboxSettingsFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/MailboxSettingsFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/MktgActivityCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/MktgActivityFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MLModelFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MLModelFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/MLModelFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OAuth20AppFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OAuth20AppFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OAuth20AppFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityContactCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityContactCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityInStageCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityParticipantCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityParticipantCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityVisaCollectionBySetBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OpportunityVisaCollectionBySetBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OrderFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OrderFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OrderVisaCollectionBySetBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/OrderVisaCollectionBySetBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PartnershipFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PartnershipFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/PartnershipFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PortalMessageFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PortalMessageFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/PortalMessageFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProblemFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProblemFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProductFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProductFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProjectFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProjectFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectResourceElementCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectResourceElementCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ProjectResourceElementCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueItemCollectionByOperator\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/QueueItemCollectionByOperator\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueOperatorCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueOperatorCollectionByOperator\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/QueueOperatorCollectionByOperator\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QuickDialUserSettingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"QuickDialUserSettingsCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/QuickDialUserSettingsCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactA\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/RelationshipCollectionByContactA\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactB\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/RelationshipCollectionByContactB\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReleaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ReleaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ReleaseFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByAuthor\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/RemindingCollectionByAuthor\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/RemindingCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServiceItemFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceObjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ServiceObjectCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServiceObjectCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServicePactFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ServicePactFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventTypeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"SiteEventTypeFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SiteEventTypeFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SocialMentionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SocialMentionCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SocialMentionCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSysAdminUnitCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysGridPageViewCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysGridPageViewCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysGridPageViewCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysOperationAuditCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditArchCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditArchCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysOperationAuditArchCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysProcessElementLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysProcessLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcElHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcElHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysPrcElHistoryLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysPrcHistoryLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProfileDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysProfileDataCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysProfileDataCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysRegistrationDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysRegistrationDataCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/SysRegistrationDataCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAccountRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwAccountRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwAccountRelationshipCollectionByRelatedContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwAnniversaryCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwAnniversaryCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailClickedLinkCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailClickedLinkCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwBulkEmailClickedLinkCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwContactDuplicateCollectionByEntity1\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwContactDuplicateCollectionByEntity2\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwContactModuleHistoryCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwContactRelationshipCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwContactRelationshipCollectionByRelatedContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwGroupSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwGroupSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwGroupSysAdminUnitCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwMandrillRecipientCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientV2CollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientV2CollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwMandrillRecipientV2CollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwModuleHistoryCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportInStageForAnalysisCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportInStageForAnalysisCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwOpportInStageForAnalysisCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwOpportunityInStageCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwPortalOpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwPortalOpportunityCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwPortalOpportunityCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwProcessDashboardCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByElementOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByElementOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwProcessDashboardCollectionByElementOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByProcessOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByProcessOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwProcessDashboardCollectionByProcessOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessLibFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwProcessLibFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwProcessLibFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactA\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwRelationshipCollectionByContactA\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactB\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwRelationshipCollectionByContactB\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwRemindingsCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCountCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwRemindingsCountCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwServiceRecepientsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwServiceRecepientsCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwServiceRecepientsCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSiteEventCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSiteEventCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSspAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSspAdminUnitCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSspAdminUnitCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSysProcessElementLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSysProcessLogCollectionByOwner\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessFileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSysProcessFileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSystemUsersCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSystemUsersCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwSystemUsersCollectionByContact\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"VwVisaCollectionBySetBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/VwVisaCollectionBySetBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WebServiceV2FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"WebServiceV2FileCollectionByLockedBy\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/WebServiceV2FileCollectionByLockedBy\" />\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WSysAccountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"WSysAccountCollectionByContact\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/WSysAccountCollectionByContact\" />\r\n    <title />\r\n    <updated>2020-04-09T12:46:44Z</updated>\r\n    <author>\r\n        <name />\r\n    </author>\r\n    <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/ContactPhoto\" type=\"application/octet-stream\" title=\"ContactPhoto\" href=\"ContactCollection(guid'e9970402-e570-49ed-99fa-c2bb58b657b2')/ContactPhoto\" />\r\n    <content type=\"application/xml\">\r\n        <m:properties>\r\n            <d:Id m:type=\"Edm.Guid\">e9970402-e570-49ed-99fa-c2bb58b657b2</d:Id>\r\n            <d:Name>New User</d:Name>\r\n            <d:PhotoId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:PhotoId>\r\n            <d:OwnerId m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:OwnerId>\r\n            <d:CreatedOn m:type=\"Edm.DateTime\">2020-04-09T12:46:44.3211997Z</d:CreatedOn>\r\n            <d:CreatedById m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:CreatedById>\r\n            <d:ModifiedOn m:type=\"Edm.DateTime\">2020-04-09T12:46:44.3211997Z</d:ModifiedOn>\r\n            <d:ModifiedById m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:ModifiedById>\r\n            <d:ProcessListeners m:type=\"Edm.Int32\">0</d:ProcessListeners>\r\n            <d:Dear></d:Dear>\r\n            <d:SalutationTypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:SalutationTypeId>\r\n            <d:GenderId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:GenderId>\r\n            <d:AccountId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:AccountId>\r\n            <d:DecisionRoleId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DecisionRoleId>\r\n            <d:TypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TypeId>\r\n            <d:JobId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:JobId>\r\n            <d:JobTitle>Developer</d:JobTitle>\r\n            <d:DepartmentId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DepartmentId>\r\n            <d:BirthDate m:type=\"Edm.DateTime\">0001-01-01T00:00:00</d:BirthDate>\r\n            <d:Phone></d:Phone>\r\n            <d:MobilePhone></d:MobilePhone>\r\n            <d:HomePhone></d:HomePhone>\r\n            <d:Skype></d:Skype>\r\n            <d:Email></d:Email>\r\n            <d:AddressTypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:AddressTypeId>\r\n            <d:Address></d:Address>\r\n            <d:CityId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CityId>\r\n            <d:RegionId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:RegionId>\r\n            <d:Zip></d:Zip>\r\n            <d:CountryId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CountryId>\r\n            <d:DoNotUseEmail m:type=\"Edm.Boolean\">false</d:DoNotUseEmail>\r\n            <d:DoNotUseCall m:type=\"Edm.Boolean\">false</d:DoNotUseCall>\r\n            <d:DoNotUseFax m:type=\"Edm.Boolean\">false</d:DoNotUseFax>\r\n            <d:DoNotUseSms m:type=\"Edm.Boolean\">false</d:DoNotUseSms>\r\n            <d:DoNotUseMail m:type=\"Edm.Boolean\">false</d:DoNotUseMail>\r\n            <d:Notes></d:Notes>\r\n            <d:Facebook></d:Facebook>\r\n            <d:LinkedIn></d:LinkedIn>\r\n            <d:Twitter></d:Twitter>\r\n            <d:FacebookId></d:FacebookId>\r\n            <d:LinkedInId></d:LinkedInId>\r\n            <d:TwitterId></d:TwitterId>\r\n            <d:TwitterAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TwitterAFDAId>\r\n            <d:FacebookAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:FacebookAFDAId>\r\n            <d:LinkedInAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LinkedInAFDAId>\r\n            <d:GPSN></d:GPSN>\r\n            <d:GPSE></d:GPSE>\r\n            <d:Surname>User</d:Surname>\r\n            <d:GivenName>New</d:GivenName>\r\n            <d:MiddleName></d:MiddleName>\r\n            <d:Confirmed m:type=\"Edm.Boolean\">true</d:Confirmed>\r\n            <d:LanguageId m:type=\"Edm.Guid\">6ebc31fa-ee6c-48e9-81bf-8003ac03b019</d:LanguageId>\r\n            <d:Age m:type=\"Edm.Int32\">0</d:Age>\r\n            <d:Completeness m:type=\"Edm.Int32\">0</d:Completeness>\r\n            <d:IsNonActualEmail m:type=\"Edm.Boolean\">false</d:IsNonActualEmail>\r\n        </m:properties>\r\n    </content>\r\n</entry>"
    }
  ]
}