PUT monitoring-results/{id}/findings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

Finding
NameDescriptionTypeAdditional information
monitoringId

string

Required

Matching regular expression pattern: ^[0-9]{2}-[0-9]{7}(-[1-9]{1})?$

String length: inclusive between 0 and 12

sectionCode

string

Required

String length: inclusive between 0 and 50

sectionName

string

Required

String length: inclusive between 0 and 100

questionKey

string

String length: inclusive between 0 and 50

descriptionEnglish

string

Required

String length: inclusive between 0 and 2000

descriptionLocalLanguage

string

String length: inclusive between 0 and 2000

pageNumber

integer

None.

totalPages

integer

None.

AdditionalProperties

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "monitoringId": "sample string 1",
  "sectionCode": "sample string 2",
  "sectionName": "sample string 3",
  "questionKey": "sample string 4",
  "descriptionEnglish": "sample string 5",
  "descriptionLocalLanguage": "sample string 6",
  "pageNumber": 7,
  "totalPages": 8,
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<Finding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MetroAG.SSM.Amfori.Client">
  <AdditionalProperties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValueOfstringanyType>
  </AdditionalProperties>
  <DescriptionEnglish>sample string 5</DescriptionEnglish>
  <DescriptionLocalLanguage>sample string 6</DescriptionLocalLanguage>
  <MonitoringId>sample string 1</MonitoringId>
  <PageNumber>7</PageNumber>
  <QuestionKey>sample string 4</QuestionKey>
  <SectionCode>sample string 2</SectionCode>
  <SectionName>sample string 3</SectionName>
  <TotalPages>8</TotalPages>
</Finding>

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.