POST api/Note/PostNote

Stores a note

Request Information

URI Parameters

None.

Body Parameters

Note
NameDescriptionTypeAdditional information
NoteId

integer

None.

EventCategoryId

integer

Required

EventCategoryCode

integer

Required

EventOpenDate

date

None.

Narrative

string

Required

ContactDate

date

Required

ContactTime

date

Required

ContactVisitDurationHours

string

None.

ContactVisitDurationMinutes

string

None.

CreatedDateTime

date

None.

IsMobile

boolean

None.

WorkerId

integer

Required

IsAttempt

boolean

None.

Longitude

string

None.

Latitude

string

None.

CaseAideName

string

None.

WorkerName

string

None.

NoteCategoryCode

integer

Required

NoteSubCategoryCode

integer

Required

NoteSubCategoryDescription

string

None.

CheckListNoteCategoryTypeDescription

string

None.

CheckListContactMetWithPartiId

integer

None.

CheckListContactMetWithPartiName

string

None.

ContactTypeCode

integer

Required

IsCompleted

boolean

None.

IsCheckListSatisfied

boolean

None.

IsCheckListSatisfiedWithPerson

boolean

None.

InitiatorActorTypeCode

integer

None.

InitiatorActorName

string

None.

SupervisedByCode

integer

None.

LocationTypeCode

integer

Required

CreatedOn

date

None.

SessionInfo

SessionInfo

None.

ContactMetWith

Collection of Contact

None.

ContactMetWithSelected

Collection of integer

None.

NoteSubCategoriesSelected

Collection of integer

None.

CheckListContactMetWith

Collection of integer

None.

CheckListNoteSubCategories

Collection of integer

None.

ContactTypes

Collection of CacheList

None.

ContactNoteCategoryTypes

Collection of CacheList

None.

CaseAideVisitNoteCategoryTypes

Collection of CacheList

None.

SupervisoryNoteCategoryTypes

Collection of CacheList

None.

CaseNoteCategoryTypes

Collection of CacheList

None.

NoteCategories

Collection of CacheList

None.

InitiatorActorTypes

Collection of CacheList

None.

CaseAideVisitSupervisedBy

Collection of CacheList

None.

ContactSupervisedBy

Collection of CacheList

None.

CheckListTasks

Collection of CheckList

None.

LocationTypes

Collection of CacheList

None.

Addresses

Collection of Address

None.

AutoTextNarrativeLabels

Collection of CacheList

None.

AutoTextNarratives

Collection of CacheList

None.

AutoTextSupervisoryNoteNarratives

Collection of CacheList

None.

AutoTextSupervisoryNoteNarrativeLabels

Collection of CacheList

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactMetWith": [
    {
      "ContactId": 1,
      "PersonId": 2,
      "EventCatgCode": 3,
      "EventCatgId": 4,
      "Name": "sample string 5",
      "LastName": "sample string 6",
      "FirstName": "sample string 7",
      "MiddleName": "sample string 8",
      "Role": "sample string 9",
      "Agency": "sample string 10",
      "IsChildFamily": true,
      "IsInActive": true,
      "DateOfBirth": "2025-06-16T19:37:11.7869492-05:00",
      "Address": {
        "CategoryCode": 1,
        "AddressTypeDescription": "sample string 2",
        "CategoryId": 3,
        "TypeCode": 4,
        "SubsequentId": 5,
        "Street": "sample string 6",
        "Street2": "sample string 7",
        "City": "sample string 8",
        "CountyName": "sample string 9",
        "CountyCode": 10,
        "State": "sample string 11",
        "StateAbbreviation": "sample string 12",
        "Zip": "sample string 13"
      },
      "AddressTypes": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "States": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "Counties": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "SessionInfo": {
        "BaseCatgId": 1,
        "BaseCatgCode": 2,
        "DesigneeId": 3,
        "DesigneeName": "sample string 4",
        "Desktop": "sample string 5",
        "EventCatgId": 6,
        "EventCatgCode": 7,
        "EventCatgStatusCode": 8,
        "ErrorCode": "sample string 9",
        "ErrorDescription": "sample string 10",
        "NetworkId": "sample string 11",
        "OrgEntityId": 12,
        "OrgRoleCode": 13,
        "OrgRoleType": "sample string 14",
        "WorkerName": "sample string 15",
        "WorkerId": 16,
        "Parameters": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        }
      },
      "PhoneNumber": "sample string 14",
      "PhoneNumberExt": "sample string 15"
    },
    {
      "ContactId": 1,
      "PersonId": 2,
      "EventCatgCode": 3,
      "EventCatgId": 4,
      "Name": "sample string 5",
      "LastName": "sample string 6",
      "FirstName": "sample string 7",
      "MiddleName": "sample string 8",
      "Role": "sample string 9",
      "Agency": "sample string 10",
      "IsChildFamily": true,
      "IsInActive": true,
      "DateOfBirth": "2025-06-16T19:37:11.7869492-05:00",
      "Address": {
        "CategoryCode": 1,
        "AddressTypeDescription": "sample string 2",
        "CategoryId": 3,
        "TypeCode": 4,
        "SubsequentId": 5,
        "Street": "sample string 6",
        "Street2": "sample string 7",
        "City": "sample string 8",
        "CountyName": "sample string 9",
        "CountyCode": 10,
        "State": "sample string 11",
        "StateAbbreviation": "sample string 12",
        "Zip": "sample string 13"
      },
      "AddressTypes": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "States": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "Counties": [
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        },
        {
          "Id": "sample string 1",
          "Name": "sample string 2"
        }
      ],
      "SessionInfo": {
        "BaseCatgId": 1,
        "BaseCatgCode": 2,
        "DesigneeId": 3,
        "DesigneeName": "sample string 4",
        "Desktop": "sample string 5",
        "EventCatgId": 6,
        "EventCatgCode": 7,
        "EventCatgStatusCode": 8,
        "ErrorCode": "sample string 9",
        "ErrorDescription": "sample string 10",
        "NetworkId": "sample string 11",
        "OrgEntityId": 12,
        "OrgRoleCode": 13,
        "OrgRoleType": "sample string 14",
        "WorkerName": "sample string 15",
        "WorkerId": 16,
        "Parameters": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4"
        }
      },
      "PhoneNumber": "sample string 14",
      "PhoneNumberExt": "sample string 15"
    }
  ],
  "ContactMetWithSelected": [
    1,
    2
  ],
  "NoteSubCategoriesSelected": [
    1,
    2
  ],
  "CheckListContactMetWith": [
    1,
    2
  ],
  "CheckListNoteSubCategories": [
    1,
    2
  ],
  "ContactTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "ContactNoteCategoryTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "CaseAideVisitNoteCategoryTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "SupervisoryNoteCategoryTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "CaseNoteCategoryTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "NoteCategories": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "InitiatorActorTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "CaseAideVisitSupervisedBy": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "ContactSupervisedBy": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "CheckListTasks": [
    {
      "CheckListId": 1,
      "CheckListTaskId": 2,
      "CheckListCatgTypeCode": 3,
      "CheckListSubCatgTypeCode": 4,
      "CheckListSeqNumber": 5,
      "CheckListCatgTypeName": "sample string 6",
      "CheckListSubCatgTypeName": "sample string 7",
      "NoteId": 8,
      "WaiverId": 9,
      "PartiId": 10,
      "CheckListCompletedDate": "2025-06-16T19:37:11.7869492-05:00",
      "CheckListCompletedTime": "2025-06-16T19:37:11.7869492-05:00"
    },
    {
      "CheckListId": 1,
      "CheckListTaskId": 2,
      "CheckListCatgTypeCode": 3,
      "CheckListSubCatgTypeCode": 4,
      "CheckListSeqNumber": 5,
      "CheckListCatgTypeName": "sample string 6",
      "CheckListSubCatgTypeName": "sample string 7",
      "NoteId": 8,
      "WaiverId": 9,
      "PartiId": 10,
      "CheckListCompletedDate": "2025-06-16T19:37:11.7869492-05:00",
      "CheckListCompletedTime": "2025-06-16T19:37:11.7869492-05:00"
    }
  ],
  "LocationTypes": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "Addresses": [
    {
      "CategoryCode": 1,
      "AddressTypeDescription": "sample string 2",
      "CategoryId": 3,
      "TypeCode": 4,
      "SubsequentId": 5,
      "Street": "sample string 6",
      "Street2": "sample string 7",
      "City": "sample string 8",
      "CountyName": "sample string 9",
      "CountyCode": 10,
      "State": "sample string 11",
      "StateAbbreviation": "sample string 12",
      "Zip": "sample string 13"
    },
    {
      "CategoryCode": 1,
      "AddressTypeDescription": "sample string 2",
      "CategoryId": 3,
      "TypeCode": 4,
      "SubsequentId": 5,
      "Street": "sample string 6",
      "Street2": "sample string 7",
      "City": "sample string 8",
      "CountyName": "sample string 9",
      "CountyCode": 10,
      "State": "sample string 11",
      "StateAbbreviation": "sample string 12",
      "Zip": "sample string 13"
    }
  ],
  "AutoTextNarrativeLabels": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "AutoTextNarratives": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "AutoTextSupervisoryNoteNarratives": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "AutoTextSupervisoryNoteNarrativeLabels": [
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "Id": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "NoteId": 1,
  "EventCategoryId": 2,
  "EventCategoryCode": 3,
  "EventOpenDate": "2025-06-16T19:37:11.7869492-05:00",
  "Narrative": "sample string 5",
  "ContactDate": "2025-06-16T19:37:11.7869492-05:00",
  "ContactTime": "2025-06-16T19:37:11.7869492-05:00",
  "ContactVisitDurationHours": "sample string 8",
  "ContactVisitDurationMinutes": "sample string 9",
  "CreatedDateTime": "2025-06-16T19:37:11.7869492-05:00",
  "IsMobile": true,
  "WorkerId": 12,
  "IsAttempt": true,
  "Longitude": "sample string 14",
  "Latitude": "sample string 15",
  "CaseAideName": "sample string 16",
  "WorkerName": "sample string 17",
  "NoteCategoryCode": 18,
  "NoteSubCategoryCode": 19,
  "NoteSubCategoryDescription": "sample string 20",
  "CheckListNoteCategoryTypeDescription": "sample string 21",
  "CheckListContactMetWithPartiId": 22,
  "CheckListContactMetWithPartiName": "sample string 23",
  "ContactTypeCode": 24,
  "IsCompleted": true,
  "IsCheckListSatisfied": true,
  "IsCheckListSatisfiedWithPerson": true,
  "InitiatorActorTypeCode": 28,
  "InitiatorActorName": "sample string 29",
  "SupervisedByCode": 30,
  "LocationTypeCode": 31,
  "CreatedOn": "2025-06-16T19:37:11.7869492-05:00",
  "SessionInfo": {
    "BaseCatgId": 1,
    "BaseCatgCode": 2,
    "DesigneeId": 3,
    "DesigneeName": "sample string 4",
    "Desktop": "sample string 5",
    "EventCatgId": 6,
    "EventCatgCode": 7,
    "EventCatgStatusCode": 8,
    "ErrorCode": "sample string 9",
    "ErrorDescription": "sample string 10",
    "NetworkId": "sample string 11",
    "OrgEntityId": 12,
    "OrgRoleCode": 13,
    "OrgRoleType": "sample string 14",
    "WorkerName": "sample string 15",
    "WorkerId": 16,
    "Parameters": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    }
  }
}

application/xml, text/xml

Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SACWISAPI.Models">
  <Addresses>
    <Address>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <CategoryCode>1</CategoryCode>
      <CategoryId>3</CategoryId>
      <City>sample string 8</City>
      <CountyCode>10</CountyCode>
      <CountyName>sample string 9</CountyName>
      <State>sample string 11</State>
      <StateAbbreviation>sample string 12</StateAbbreviation>
      <Street>sample string 6</Street>
      <Street2>sample string 7</Street2>
      <SubsequentId>5</SubsequentId>
      <TypeCode>4</TypeCode>
      <Zip>sample string 13</Zip>
    </Address>
    <Address>
      <AddressTypeDescription>sample string 2</AddressTypeDescription>
      <CategoryCode>1</CategoryCode>
      <CategoryId>3</CategoryId>
      <City>sample string 8</City>
      <CountyCode>10</CountyCode>
      <CountyName>sample string 9</CountyName>
      <State>sample string 11</State>
      <StateAbbreviation>sample string 12</StateAbbreviation>
      <Street>sample string 6</Street>
      <Street2>sample string 7</Street2>
      <SubsequentId>5</SubsequentId>
      <TypeCode>4</TypeCode>
      <Zip>sample string 13</Zip>
    </Address>
  </Addresses>
  <AutoTextNarrativeLabels>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </AutoTextNarrativeLabels>
  <AutoTextNarratives>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </AutoTextNarratives>
  <AutoTextSupervisoryNoteNarrativeLabels>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </AutoTextSupervisoryNoteNarrativeLabels>
  <AutoTextSupervisoryNoteNarratives>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </AutoTextSupervisoryNoteNarratives>
  <CaseAideName>sample string 16</CaseAideName>
  <CaseAideVisitNoteCategoryTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </CaseAideVisitNoteCategoryTypes>
  <CaseAideVisitSupervisedBy>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </CaseAideVisitSupervisedBy>
  <CaseNoteCategoryTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </CaseNoteCategoryTypes>
  <CheckListContactMetWith xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CheckListContactMetWith>
  <CheckListContactMetWithPartiId>22</CheckListContactMetWithPartiId>
  <CheckListContactMetWithPartiName>sample string 23</CheckListContactMetWithPartiName>
  <CheckListNoteCategoryTypeDescription>sample string 21</CheckListNoteCategoryTypeDescription>
  <CheckListNoteSubCategories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CheckListNoteSubCategories>
  <CheckListTasks>
    <CheckList>
      <CheckListCatgTypeCode>3</CheckListCatgTypeCode>
      <CheckListCatgTypeName>sample string 6</CheckListCatgTypeName>
      <CheckListCompletedDate>2025-06-16T19:37:11.7869492-05:00</CheckListCompletedDate>
      <CheckListCompletedTime>2025-06-16T19:37:11.7869492-05:00</CheckListCompletedTime>
      <CheckListId>1</CheckListId>
      <CheckListSeqNumber>5</CheckListSeqNumber>
      <CheckListSubCatgTypeCode>4</CheckListSubCatgTypeCode>
      <CheckListSubCatgTypeName>sample string 7</CheckListSubCatgTypeName>
      <CheckListTaskId>2</CheckListTaskId>
      <NoteId>8</NoteId>
      <PartiId>10</PartiId>
      <WaiverId>9</WaiverId>
    </CheckList>
    <CheckList>
      <CheckListCatgTypeCode>3</CheckListCatgTypeCode>
      <CheckListCatgTypeName>sample string 6</CheckListCatgTypeName>
      <CheckListCompletedDate>2025-06-16T19:37:11.7869492-05:00</CheckListCompletedDate>
      <CheckListCompletedTime>2025-06-16T19:37:11.7869492-05:00</CheckListCompletedTime>
      <CheckListId>1</CheckListId>
      <CheckListSeqNumber>5</CheckListSeqNumber>
      <CheckListSubCatgTypeCode>4</CheckListSubCatgTypeCode>
      <CheckListSubCatgTypeName>sample string 7</CheckListSubCatgTypeName>
      <CheckListTaskId>2</CheckListTaskId>
      <NoteId>8</NoteId>
      <PartiId>10</PartiId>
      <WaiverId>9</WaiverId>
    </CheckList>
  </CheckListTasks>
  <ContactDate>2025-06-16T19:37:11.7869492-05:00</ContactDate>
  <ContactMetWith>
    <Contact>
      <Address>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <CategoryCode>1</CategoryCode>
        <CategoryId>3</CategoryId>
        <City>sample string 8</City>
        <CountyCode>10</CountyCode>
        <CountyName>sample string 9</CountyName>
        <State>sample string 11</State>
        <StateAbbreviation>sample string 12</StateAbbreviation>
        <Street>sample string 6</Street>
        <Street2>sample string 7</Street2>
        <SubsequentId>5</SubsequentId>
        <TypeCode>4</TypeCode>
        <Zip>sample string 13</Zip>
      </Address>
      <AddressTypes>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </AddressTypes>
      <Agency>sample string 10</Agency>
      <ContactId>1</ContactId>
      <Counties>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </Counties>
      <DateOfBirth>2025-06-16T19:37:11.7869492-05:00</DateOfBirth>
      <EventCatgCode>3</EventCatgCode>
      <EventCatgId>4</EventCatgId>
      <FirstName>sample string 7</FirstName>
      <IsChildFamily>true</IsChildFamily>
      <IsInActive>true</IsInActive>
      <LastName>sample string 6</LastName>
      <MiddleName>sample string 8</MiddleName>
      <Name>sample string 5</Name>
      <PersonId>2</PersonId>
      <PhoneNumber>sample string 14</PhoneNumber>
      <PhoneNumberExt>sample string 15</PhoneNumberExt>
      <Role>sample string 9</Role>
      <SessionInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/SACWISAPI">
        <d4p1:BaseCatgCode>2</d4p1:BaseCatgCode>
        <d4p1:BaseCatgId>1</d4p1:BaseCatgId>
        <d4p1:DesigneeId>3</d4p1:DesigneeId>
        <d4p1:DesigneeName>sample string 4</d4p1:DesigneeName>
        <d4p1:Desktop>sample string 5</d4p1:Desktop>
        <d4p1:ErrorCode>sample string 9</d4p1:ErrorCode>
        <d4p1:ErrorDescription>sample string 10</d4p1:ErrorDescription>
        <d4p1:EventCatgCode>7</d4p1:EventCatgCode>
        <d4p1:EventCatgId>6</d4p1:EventCatgId>
        <d4p1:EventCatgStatusCode>8</d4p1:EventCatgStatusCode>
        <d4p1:NetworkId>sample string 11</d4p1:NetworkId>
        <d4p1:OrgEntityId>12</d4p1:OrgEntityId>
        <d4p1:OrgRoleCode>13</d4p1:OrgRoleCode>
        <d4p1:OrgRoleType>sample string 14</d4p1:OrgRoleType>
        <d4p1:Parameters xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>sample string 4</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Parameters>
        <d4p1:WorkerId>16</d4p1:WorkerId>
        <d4p1:WorkerName>sample string 15</d4p1:WorkerName>
      </SessionInfo>
      <States>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </States>
    </Contact>
    <Contact>
      <Address>
        <AddressTypeDescription>sample string 2</AddressTypeDescription>
        <CategoryCode>1</CategoryCode>
        <CategoryId>3</CategoryId>
        <City>sample string 8</City>
        <CountyCode>10</CountyCode>
        <CountyName>sample string 9</CountyName>
        <State>sample string 11</State>
        <StateAbbreviation>sample string 12</StateAbbreviation>
        <Street>sample string 6</Street>
        <Street2>sample string 7</Street2>
        <SubsequentId>5</SubsequentId>
        <TypeCode>4</TypeCode>
        <Zip>sample string 13</Zip>
      </Address>
      <AddressTypes>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </AddressTypes>
      <Agency>sample string 10</Agency>
      <ContactId>1</ContactId>
      <Counties>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </Counties>
      <DateOfBirth>2025-06-16T19:37:11.7869492-05:00</DateOfBirth>
      <EventCatgCode>3</EventCatgCode>
      <EventCatgId>4</EventCatgId>
      <FirstName>sample string 7</FirstName>
      <IsChildFamily>true</IsChildFamily>
      <IsInActive>true</IsInActive>
      <LastName>sample string 6</LastName>
      <MiddleName>sample string 8</MiddleName>
      <Name>sample string 5</Name>
      <PersonId>2</PersonId>
      <PhoneNumber>sample string 14</PhoneNumber>
      <PhoneNumberExt>sample string 15</PhoneNumberExt>
      <Role>sample string 9</Role>
      <SessionInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/SACWISAPI">
        <d4p1:BaseCatgCode>2</d4p1:BaseCatgCode>
        <d4p1:BaseCatgId>1</d4p1:BaseCatgId>
        <d4p1:DesigneeId>3</d4p1:DesigneeId>
        <d4p1:DesigneeName>sample string 4</d4p1:DesigneeName>
        <d4p1:Desktop>sample string 5</d4p1:Desktop>
        <d4p1:ErrorCode>sample string 9</d4p1:ErrorCode>
        <d4p1:ErrorDescription>sample string 10</d4p1:ErrorDescription>
        <d4p1:EventCatgCode>7</d4p1:EventCatgCode>
        <d4p1:EventCatgId>6</d4p1:EventCatgId>
        <d4p1:EventCatgStatusCode>8</d4p1:EventCatgStatusCode>
        <d4p1:NetworkId>sample string 11</d4p1:NetworkId>
        <d4p1:OrgEntityId>12</d4p1:OrgEntityId>
        <d4p1:OrgRoleCode>13</d4p1:OrgRoleCode>
        <d4p1:OrgRoleType>sample string 14</d4p1:OrgRoleType>
        <d4p1:Parameters xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value>sample string 4</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Parameters>
        <d4p1:WorkerId>16</d4p1:WorkerId>
        <d4p1:WorkerName>sample string 15</d4p1:WorkerName>
      </SessionInfo>
      <States>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
        <CacheList>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
        </CacheList>
      </States>
    </Contact>
  </ContactMetWith>
  <ContactMetWithSelected xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ContactMetWithSelected>
  <ContactNoteCategoryTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </ContactNoteCategoryTypes>
  <ContactSupervisedBy>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </ContactSupervisedBy>
  <ContactTime>2025-06-16T19:37:11.7869492-05:00</ContactTime>
  <ContactTypeCode>24</ContactTypeCode>
  <ContactTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </ContactTypes>
  <ContactVisitDurationHours>sample string 8</ContactVisitDurationHours>
  <ContactVisitDurationMinutes>sample string 9</ContactVisitDurationMinutes>
  <CreatedDateTime>2025-06-16T19:37:11.7869492-05:00</CreatedDateTime>
  <CreatedOn>2025-06-16T19:37:11.7869492-05:00</CreatedOn>
  <EventCategoryCode>3</EventCategoryCode>
  <EventCategoryId>2</EventCategoryId>
  <EventOpenDate>2025-06-16T19:37:11.7869492-05:00</EventOpenDate>
  <InitiatorActorName>sample string 29</InitiatorActorName>
  <InitiatorActorTypeCode>28</InitiatorActorTypeCode>
  <InitiatorActorTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </InitiatorActorTypes>
  <IsAttempt>true</IsAttempt>
  <IsCheckListSatisfied>true</IsCheckListSatisfied>
  <IsCheckListSatisfiedWithPerson>true</IsCheckListSatisfiedWithPerson>
  <IsCompleted>true</IsCompleted>
  <IsMobile>true</IsMobile>
  <Latitude>sample string 15</Latitude>
  <LocationTypeCode>31</LocationTypeCode>
  <LocationTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </LocationTypes>
  <Longitude>sample string 14</Longitude>
  <Narrative>sample string 5</Narrative>
  <NoteCategories>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </NoteCategories>
  <NoteCategoryCode>18</NoteCategoryCode>
  <NoteId>1</NoteId>
  <NoteSubCategoriesSelected xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </NoteSubCategoriesSelected>
  <NoteSubCategoryCode>19</NoteSubCategoryCode>
  <NoteSubCategoryDescription>sample string 20</NoteSubCategoryDescription>
  <SessionInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/SACWISAPI">
    <d2p1:BaseCatgCode>2</d2p1:BaseCatgCode>
    <d2p1:BaseCatgId>1</d2p1:BaseCatgId>
    <d2p1:DesigneeId>3</d2p1:DesigneeId>
    <d2p1:DesigneeName>sample string 4</d2p1:DesigneeName>
    <d2p1:Desktop>sample string 5</d2p1:Desktop>
    <d2p1:ErrorCode>sample string 9</d2p1:ErrorCode>
    <d2p1:ErrorDescription>sample string 10</d2p1:ErrorDescription>
    <d2p1:EventCatgCode>7</d2p1:EventCatgCode>
    <d2p1:EventCatgId>6</d2p1:EventCatgId>
    <d2p1:EventCatgStatusCode>8</d2p1:EventCatgStatusCode>
    <d2p1:NetworkId>sample string 11</d2p1:NetworkId>
    <d2p1:OrgEntityId>12</d2p1:OrgEntityId>
    <d2p1:OrgRoleCode>13</d2p1:OrgRoleCode>
    <d2p1:OrgRoleType>sample string 14</d2p1:OrgRoleType>
    <d2p1:Parameters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Parameters>
    <d2p1:WorkerId>16</d2p1:WorkerId>
    <d2p1:WorkerName>sample string 15</d2p1:WorkerName>
  </SessionInfo>
  <SupervisedByCode>30</SupervisedByCode>
  <SupervisoryNoteCategoryTypes>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
    <CacheList>
      <Id>sample string 1</Id>
      <Name>sample string 2</Name>
    </CacheList>
  </SupervisoryNoteCategoryTypes>
  <WorkerId>12</WorkerId>
  <WorkerName>sample string 17</WorkerName>
</Note>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.