GET api/PredefinedNote

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PredefinedNoteModel
NameDescriptionTypeAdditional information
GlobalId

integer

None.

AccountId

integer

None.

Scope

string

None.

PredefinedNoteSubIndustries

Collection of PredefinedNoteSubIndustries

None.

Name

string

None.

Text

string

None.

Description

string

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GlobalId": 1,
    "AccountId": 2,
    "Scope": "sample string 3",
    "PredefinedNoteSubIndustries": [
      {
        "SubIndustryId": 1,
        "SubIndustryName": "sample string 2",
        "IndustryId": 3,
        "IndustryName": "sample string 4"
      },
      {
        "SubIndustryId": 1,
        "SubIndustryName": "sample string 2",
        "IndustryId": 3,
        "IndustryName": "sample string 4"
      }
    ],
    "Name": "sample string 4",
    "Text": "sample string 5",
    "Description": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T11:20:20.1393485+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T11:20:20.1393485+00:00",
    "DataStateFlag": "sample string 12"
  },
  {
    "GlobalId": 1,
    "AccountId": 2,
    "Scope": "sample string 3",
    "PredefinedNoteSubIndustries": [
      {
        "SubIndustryId": 1,
        "SubIndustryName": "sample string 2",
        "IndustryId": 3,
        "IndustryName": "sample string 4"
      },
      {
        "SubIndustryId": 1,
        "SubIndustryName": "sample string 2",
        "IndustryId": 3,
        "IndustryName": "sample string 4"
      }
    ],
    "Name": "sample string 4",
    "Text": "sample string 5",
    "Description": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T11:20:20.1393485+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T11:20:20.1393485+00:00",
    "DataStateFlag": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPredefinedNoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.PredefinedNotes">
  <PredefinedNoteModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T11:20:20.1393485Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T11:20:20.1393485Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</Status>
    <AccountId>2</AccountId>
    <Description>sample string 6</Description>
    <GlobalId>1</GlobalId>
    <Name>sample string 4</Name>
    <PredefinedNoteSubIndustries>
      <PredefinedNoteSubIndustries>
        <IndustryId>3</IndustryId>
        <IndustryName>sample string 4</IndustryName>
        <SubIndustryId>1</SubIndustryId>
        <SubIndustryName>sample string 2</SubIndustryName>
      </PredefinedNoteSubIndustries>
      <PredefinedNoteSubIndustries>
        <IndustryId>3</IndustryId>
        <IndustryName>sample string 4</IndustryName>
        <SubIndustryId>1</SubIndustryId>
        <SubIndustryName>sample string 2</SubIndustryName>
      </PredefinedNoteSubIndustries>
    </PredefinedNoteSubIndustries>
    <Scope>sample string 3</Scope>
    <Text>sample string 5</Text>
  </PredefinedNoteModel>
  <PredefinedNoteModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T11:20:20.1393485Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T11:20:20.1393485Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</Status>
    <AccountId>2</AccountId>
    <Description>sample string 6</Description>
    <GlobalId>1</GlobalId>
    <Name>sample string 4</Name>
    <PredefinedNoteSubIndustries>
      <PredefinedNoteSubIndustries>
        <IndustryId>3</IndustryId>
        <IndustryName>sample string 4</IndustryName>
        <SubIndustryId>1</SubIndustryId>
        <SubIndustryName>sample string 2</SubIndustryName>
      </PredefinedNoteSubIndustries>
      <PredefinedNoteSubIndustries>
        <IndustryId>3</IndustryId>
        <IndustryName>sample string 4</IndustryName>
        <SubIndustryId>1</SubIndustryId>
        <SubIndustryName>sample string 2</SubIndustryName>
      </PredefinedNoteSubIndustries>
    </PredefinedNoteSubIndustries>
    <Scope>sample string 3</Scope>
    <Text>sample string 5</Text>
  </PredefinedNoteModel>
</ArrayOfPredefinedNoteModel>