POST Requests/UpdateRequestMetadata

Update the request metadata

Request Information

URI Parameters

None.

Body Parameters

RequestMetadataDTO
NameDescriptionTypeAdditional information
Name

Name

string

None.

Description

Description

string

None.

DueDate

Due Date

date

None.

Priority

Priority

Priorities

None.

PurposeOfUse

Purpose of use

string

None.

PhiDisclosureLevel

PHI Disclosure level

string

None.

RequesterCenterID

Gets or sets the ID of Requester Center

globally unique identifier

None.

ActivityID

Gets or sets the ID of Activity

globally unique identifier

None.

ActivityProjectID

Gets or sets the ID of Activity Project

globally unique identifier

None.

TaskOrderID

Gets or sets the ID of Task Order

globally unique identifier

None.

SourceActivityID

Gets or sets the ID of Source Activity

globally unique identifier

None.

SourceActivityProjectID

Gets or sets the ID of Source Activity Project

globally unique identifier

None.

SourceTaskOrderID

Gets or sets the ID of Source Task Order

globally unique identifier

None.

WorkplanTypeID

Gets or sets the ID of workplan type

globally unique identifier

None.

MSRequestID

Gets or sets the MS Request ID

string

None.

ReportAggregationLevelID

Gets or sets the Report Aggregation Level ID

globally unique identifier

None.

ApplyChangesToRoutings

Indicates if the applicable metadata changes should also be applied to the requests applicable routings.

boolean

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DueDate": "2024-05-13T17:19:54Z",
      "Priority": 0,
      "PurposeOfUse": "sample string 3",
      "PhiDisclosureLevel": "sample string 4",
      "RequesterCenterID": "e239f996-7b30-401a-b520-24a4c4973d30",
      "ActivityID": "cb144ebb-f516-4bc5-b9b4-4ea0b7a7b28f",
      "ActivityProjectID": "3770696f-f467-404a-8dbc-1754fcf36187",
      "TaskOrderID": "8747f3ba-11d0-499f-84fe-32f1d340cc43",
      "SourceActivityID": "74e204c3-d5f5-499a-a324-9d5c242b04c9",
      "SourceActivityProjectID": "98c62e31-8327-46db-9ff2-368de8320915",
      "SourceTaskOrderID": "e8f027ec-cd42-4e0d-95a4-4db850e9c2ea",
      "WorkplanTypeID": "adbf7a67-0bc9-4c4e-bcd1-174e92cfe8af",
      "MSRequestID": "sample string 5",
      "ReportAggregationLevelID": "780b4103-f3eb-4eb8-90e4-2049a570b53b",
      "ApplyChangesToRoutings": true,
      "ID": "43c07c80-5ec1-40d9-a224-6614c2f1c027",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Description":"sample string 2","DueDate":"2024-05-13T17:19:54Z","Priority":0,"PurposeOfUse":"sample string 3","PhiDisclosureLevel":"sample string 4","RequesterCenterID":"e239f996-7b30-401a-b520-24a4c4973d30","ActivityID":"cb144ebb-f516-4bc5-b9b4-4ea0b7a7b28f","ActivityProjectID":"3770696f-f467-404a-8dbc-1754fcf36187","TaskOrderID":"8747f3ba-11d0-499f-84fe-32f1d340cc43","SourceActivityID":"74e204c3-d5f5-499a-a324-9d5c242b04c9","SourceActivityProjectID":"98c62e31-8327-46db-9ff2-368de8320915","SourceTaskOrderID":"e8f027ec-cd42-4e0d-95a4-4db850e9c2ea","WorkplanTypeID":"adbf7a67-0bc9-4c4e-bcd1-174e92cfe8af","MSRequestID":"sample string 5","ReportAggregationLevelID":"780b4103-f3eb-4eb8-90e4-2049a570b53b","ApplyChangesToRoutings":true,"ID":"43c07c80-5ec1-40d9-a224-6614c2f1c027","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<RequestMetadataDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">43c07c80-5ec1-40d9-a224-6614c2f1c027</ID>
  <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
  <ActivityID>cb144ebb-f516-4bc5-b9b4-4ea0b7a7b28f</ActivityID>
  <ActivityProjectID>3770696f-f467-404a-8dbc-1754fcf36187</ActivityProjectID>
  <ApplyChangesToRoutings>true</ApplyChangesToRoutings>
  <Description>sample string 2</Description>
  <DueDate>2024-05-13T17:19:54.5791866-04:00</DueDate>
  <MSRequestID>sample string 5</MSRequestID>
  <Name>sample string 1</Name>
  <PhiDisclosureLevel>sample string 4</PhiDisclosureLevel>
  <Priority>Low</Priority>
  <PurposeOfUse>sample string 3</PurposeOfUse>
  <ReportAggregationLevelID>780b4103-f3eb-4eb8-90e4-2049a570b53b</ReportAggregationLevelID>
  <RequesterCenterID>e239f996-7b30-401a-b520-24a4c4973d30</RequesterCenterID>
  <SourceActivityID>74e204c3-d5f5-499a-a324-9d5c242b04c9</SourceActivityID>
  <SourceActivityProjectID>98c62e31-8327-46db-9ff2-368de8320915</SourceActivityProjectID>
  <SourceTaskOrderID>e8f027ec-cd42-4e0d-95a4-4db850e9c2ea</SourceTaskOrderID>
  <TaskOrderID>8747f3ba-11d0-499f-84fe-32f1d340cc43</TaskOrderID>
  <WorkplanTypeID>adbf7a67-0bc9-4c4e-bcd1-174e92cfe8af</WorkplanTypeID>
</RequestMetadataDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.