POST api/Site/SiteNoteListWithDetail

Request Information

URI Parameters

None.

Body Parameters

SiteNoteListRequest
NameDescriptionTypeAdditional information
SeqNum

integer

None.

SiteNum

integer

None.

SessionNum

integer

None.

SessionPassword

Collection of byte

None.

ApplicationCode

string

None.

StagesURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SeqNum": 1,
  "SiteNum": 1,
  "SessionNum": 1,
  "SessionPassword": "QEA=",
  "ApplicationCode": "sample string 2",
  "StagesURL": "sample string 3"
}

application/xml, text/xml

Sample:
<SiteNoteListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <StagesURL>sample string 3</StagesURL>
  <ApplicationCode>sample string 2</ApplicationCode>
  <SessionNum>1</SessionNum>
  <SessionPassword>QEA=</SessionPassword>
  <SiteNum>1</SiteNum>
  <SeqNum>1</SeqNum>
</SiteNoteListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SiteNoteListWithDetailQueryResult
NameDescriptionTypeAdditional information
ResultSet

Collection of SiteNoteListWithDetailResult

None.

ExcludeColumnList

Collection of string

None.

Success

boolean

None.

UserErrorMessage

string

None.

ErrorTypeNum

integer

None.

SqlConnectionLost

boolean

None.

ClientVersion

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "UserErrorMessage": "sample string 2",
  "ErrorTypeNum": 3,
  "SqlConnectionLost": true,
  "ClientVersion": "sample string 5",
  "ResultSet": [
    {
      "ACKFlag": true,
      "EffectiveDate": "2024-05-01T13:53:32.8648667-04:00",
      "EffectiveTime": "sample string 1",
      "ExpireDate": "2024-05-01T13:53:32.8648667-04:00",
      "ExpireTime": "sample string 2",
      "NoteType": "sample string 3",
      "NoteTypeDescription": "sample string 4",
      "NoteXml": {
        "SectionList": [
          {
            "Value": "sample string 1",
            "BrFlag": true,
            "StyleList": [
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              },
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              }
            ]
          },
          {
            "Value": "sample string 1",
            "BrFlag": true,
            "StyleList": [
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              },
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              }
            ]
          }
        ]
      },
      "SeqNum": 1,
      "SiteNum": 1,
      "CreateAppUserNum": 1,
      "CreateDate": "2024-05-01T13:53:32.8648667-04:00",
      "Name": "sample string 5",
      "SiteGroupNum": 1
    },
    {
      "ACKFlag": true,
      "EffectiveDate": "2024-05-01T13:53:32.8648667-04:00",
      "EffectiveTime": "sample string 1",
      "ExpireDate": "2024-05-01T13:53:32.8648667-04:00",
      "ExpireTime": "sample string 2",
      "NoteType": "sample string 3",
      "NoteTypeDescription": "sample string 4",
      "NoteXml": {
        "SectionList": [
          {
            "Value": "sample string 1",
            "BrFlag": true,
            "StyleList": [
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              },
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              }
            ]
          },
          {
            "Value": "sample string 1",
            "BrFlag": true,
            "StyleList": [
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              },
              {
                "Name": "sample string 1",
                "Value": "sample string 2"
              }
            ]
          }
        ]
      },
      "SeqNum": 1,
      "SiteNum": 1,
      "CreateAppUserNum": 1,
      "CreateDate": "2024-05-01T13:53:32.8648667-04:00",
      "Name": "sample string 5",
      "SiteGroupNum": 1
    }
  ],
  "ExcludeColumnList": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<SiteNoteListWithDetailQueryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <ClientVersion xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 5</ClientVersion>
  <ErrorTypeNum xmlns="http://schemas.datacontract.org/2004/07/Stages">3</ErrorTypeNum>
  <SqlConnectionLost xmlns="http://schemas.datacontract.org/2004/07/Stages">true</SqlConnectionLost>
  <Success xmlns="http://schemas.datacontract.org/2004/07/Stages">true</Success>
  <UserErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 2</UserErrorMessage>
  <ExcludeColumnList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ExcludeColumnList>
  <ResultSet>
    <SiteNoteListWithDetailResult>
      <ACKFlag xmlns="http://schemas.datacontract.org/2004/07/Stages">true</ACKFlag>
      <CreateAppUserNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</CreateAppUserNum>
      <CreateDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</CreateDate>
      <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</EffectiveDate>
      <EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 1</EffectiveTime>
      <ExpireDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</ExpireDate>
      <ExpireTime xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 2</ExpireTime>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 5</Name>
      <NoteType xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 3</NoteType>
      <NoteTypeDescription xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 4</NoteTypeDescription>
      <NoteXml xmlns="http://schemas.datacontract.org/2004/07/Stages">
        <SectionList>
          <Section>
            <BrFlag>true</BrFlag>
            <StyleList>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
            </StyleList>
            <Value>sample string 1</Value>
          </Section>
          <Section>
            <BrFlag>true</BrFlag>
            <StyleList>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
            </StyleList>
            <Value>sample string 1</Value>
          </Section>
        </SectionList>
      </NoteXml>
      <SeqNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</SeqNum>
      <SiteNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</SiteNum>
      <SiteGroupNum>1</SiteGroupNum>
    </SiteNoteListWithDetailResult>
    <SiteNoteListWithDetailResult>
      <ACKFlag xmlns="http://schemas.datacontract.org/2004/07/Stages">true</ACKFlag>
      <CreateAppUserNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</CreateAppUserNum>
      <CreateDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</CreateDate>
      <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</EffectiveDate>
      <EffectiveTime xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 1</EffectiveTime>
      <ExpireDate xmlns="http://schemas.datacontract.org/2004/07/Stages">2024-05-01T13:53:32.8648667-04:00</ExpireDate>
      <ExpireTime xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 2</ExpireTime>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 5</Name>
      <NoteType xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 3</NoteType>
      <NoteTypeDescription xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 4</NoteTypeDescription>
      <NoteXml xmlns="http://schemas.datacontract.org/2004/07/Stages">
        <SectionList>
          <Section>
            <BrFlag>true</BrFlag>
            <StyleList>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
            </StyleList>
            <Value>sample string 1</Value>
          </Section>
          <Section>
            <BrFlag>true</BrFlag>
            <StyleList>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
              <Style>
                <Name>sample string 1</Name>
                <Value>sample string 2</Value>
              </Style>
            </StyleList>
            <Value>sample string 1</Value>
          </Section>
        </SectionList>
      </NoteXml>
      <SeqNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</SeqNum>
      <SiteNum xmlns="http://schemas.datacontract.org/2004/07/Stages">1</SiteNum>
      <SiteGroupNum>1</SiteGroupNum>
    </SiteNoteListWithDetailResult>
  </ResultSet>
</SiteNoteListWithDetailQueryResult>