PUT api/FollowUp

Request Information

URI Parameters

None.

Body Parameters

Collection of FollowUpCreateUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

InspectionId

integer

None.

InspectorId

string

None.

ResponseOptionId

integer

None.

ResponseOptionLimitId

integer

None.

ResponseOptionValue

decimal number

None.

TEGId

integer

None.

DueDate

string

None.

EmailOverride

boolean

None.

Notes

Collection of NewNoteList

None.

Responsibles

Collection of RespList

None.

InformedParties

Collection of CCList

None.

MediaUrls

Collection of MediaList

None.

StatusId

integer

None.

CreatedOn

date

None.

Location

string

None.

IsReslovedOnSpot

integer

None.

IsRepeatTeg

boolean

None.

ROIndexForRepeatTeg

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "AccountId": 2,
    "InspectionId": 3,
    "InspectorId": "sample string 4",
    "ResponseOptionId": 5,
    "ResponseOptionLimitId": 1,
    "ResponseOptionValue": 1.1,
    "TEGId": 6,
    "DueDate": "sample string 7",
    "EmailOverride": true,
    "Notes": [
      {
        "Id": 1,
        "Text": "sample string 2"
      },
      {
        "Id": 1,
        "Text": "sample string 2"
      }
    ],
    "Responsibles": [
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      },
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      }
    ],
    "InformedParties": [
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      },
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      }
    ],
    "MediaUrls": [
      {
        "Id": 1,
        "URL": "sample string 2",
        "StatusFlag": "sample string 3",
        "SnapshotDate": "2024-11-21T08:44:11.2258514+00:00",
        "CreatedOn": "2024-11-21T08:44:11.2258514+00:00"
      },
      {
        "Id": 1,
        "URL": "sample string 2",
        "StatusFlag": "sample string 3",
        "SnapshotDate": "2024-11-21T08:44:11.2258514+00:00",
        "CreatedOn": "2024-11-21T08:44:11.2258514+00:00"
      }
    ],
    "StatusId": 9,
    "CreatedOn": "2024-11-21T08:44:11.2258514+00:00",
    "Location": "sample string 10",
    "IsReslovedOnSpot": 11,
    "IsRepeatTeg": true,
    "ROIndexForRepeatTeg": 13
  },
  {
    "Id": 1,
    "AccountId": 2,
    "InspectionId": 3,
    "InspectorId": "sample string 4",
    "ResponseOptionId": 5,
    "ResponseOptionLimitId": 1,
    "ResponseOptionValue": 1.1,
    "TEGId": 6,
    "DueDate": "sample string 7",
    "EmailOverride": true,
    "Notes": [
      {
        "Id": 1,
        "Text": "sample string 2"
      },
      {
        "Id": 1,
        "Text": "sample string 2"
      }
    ],
    "Responsibles": [
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      },
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      }
    ],
    "InformedParties": [
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      },
      {
        "Id": 1,
        "UserId": "sample string 2",
        "DisplayName": "sample string 3"
      }
    ],
    "MediaUrls": [
      {
        "Id": 1,
        "URL": "sample string 2",
        "StatusFlag": "sample string 3",
        "SnapshotDate": "2024-11-21T08:44:11.2258514+00:00",
        "CreatedOn": "2024-11-21T08:44:11.2258514+00:00"
      },
      {
        "Id": 1,
        "URL": "sample string 2",
        "StatusFlag": "sample string 3",
        "SnapshotDate": "2024-11-21T08:44:11.2258514+00:00",
        "CreatedOn": "2024-11-21T08:44:11.2258514+00:00"
      }
    ],
    "StatusId": 9,
    "CreatedOn": "2024-11-21T08:44:11.2258514+00:00",
    "Location": "sample string 10",
    "IsReslovedOnSpot": 11,
    "IsRepeatTeg": true,
    "ROIndexForRepeatTeg": 13
  }
]

application/xml, text/xml

Sample:
<ArrayOfFollowUpCreateUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.FollowUp">
  <FollowUpCreateUpdateModel>
    <AccountId>2</AccountId>
    <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
    <DueDate>sample string 7</DueDate>
    <EmailOverride>true</EmailOverride>
    <Id>1</Id>
    <InformedParties>
      <CCList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </CCList>
      <CCList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </CCList>
    </InformedParties>
    <InspectionId>3</InspectionId>
    <InspectorId>sample string 4</InspectorId>
    <IsRepeatTeg>true</IsRepeatTeg>
    <IsReslovedOnSpot>11</IsReslovedOnSpot>
    <Location>sample string 10</Location>
    <MediaUrls>
      <MediaList>
        <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
        <Id>1</Id>
        <SnapshotDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2024-11-21T08:44:11.2258514Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </SnapshotDate>
        <StatusFlag>sample string 3</StatusFlag>
        <URL>sample string 2</URL>
      </MediaList>
      <MediaList>
        <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
        <Id>1</Id>
        <SnapshotDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2024-11-21T08:44:11.2258514Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </SnapshotDate>
        <StatusFlag>sample string 3</StatusFlag>
        <URL>sample string 2</URL>
      </MediaList>
    </MediaUrls>
    <Notes>
      <NewNoteList>
        <Id>1</Id>
        <Text>sample string 2</Text>
      </NewNoteList>
      <NewNoteList>
        <Id>1</Id>
        <Text>sample string 2</Text>
      </NewNoteList>
    </Notes>
    <ROIndexForRepeatTeg>13</ROIndexForRepeatTeg>
    <ResponseOptionId>5</ResponseOptionId>
    <ResponseOptionLimitId>1</ResponseOptionLimitId>
    <ResponseOptionValue>1.1</ResponseOptionValue>
    <Responsibles>
      <RespList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </RespList>
      <RespList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </RespList>
    </Responsibles>
    <StatusId>9</StatusId>
    <TEGId>6</TEGId>
  </FollowUpCreateUpdateModel>
  <FollowUpCreateUpdateModel>
    <AccountId>2</AccountId>
    <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
    <DueDate>sample string 7</DueDate>
    <EmailOverride>true</EmailOverride>
    <Id>1</Id>
    <InformedParties>
      <CCList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </CCList>
      <CCList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </CCList>
    </InformedParties>
    <InspectionId>3</InspectionId>
    <InspectorId>sample string 4</InspectorId>
    <IsRepeatTeg>true</IsRepeatTeg>
    <IsReslovedOnSpot>11</IsReslovedOnSpot>
    <Location>sample string 10</Location>
    <MediaUrls>
      <MediaList>
        <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
        <Id>1</Id>
        <SnapshotDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2024-11-21T08:44:11.2258514Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </SnapshotDate>
        <StatusFlag>sample string 3</StatusFlag>
        <URL>sample string 2</URL>
      </MediaList>
      <MediaList>
        <CreatedOn>2024-11-21T08:44:11.2258514+00:00</CreatedOn>
        <Id>1</Id>
        <SnapshotDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2024-11-21T08:44:11.2258514Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </SnapshotDate>
        <StatusFlag>sample string 3</StatusFlag>
        <URL>sample string 2</URL>
      </MediaList>
    </MediaUrls>
    <Notes>
      <NewNoteList>
        <Id>1</Id>
        <Text>sample string 2</Text>
      </NewNoteList>
      <NewNoteList>
        <Id>1</Id>
        <Text>sample string 2</Text>
      </NewNoteList>
    </Notes>
    <ROIndexForRepeatTeg>13</ROIndexForRepeatTeg>
    <ResponseOptionId>5</ResponseOptionId>
    <ResponseOptionLimitId>1</ResponseOptionLimitId>
    <ResponseOptionValue>1.1</ResponseOptionValue>
    <Responsibles>
      <RespList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </RespList>
      <RespList>
        <DisplayName>sample string 3</DisplayName>
        <Id>1</Id>
        <UserId>sample string 2</UserId>
      </RespList>
    </Responsibles>
    <StatusId>9</StatusId>
    <TEGId>6</TEGId>
  </FollowUpCreateUpdateModel>
</ArrayOfFollowUpCreateUpdateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>