POST Wbd/UpdateResponseStatus

Updates the status of a response.

Request Information

URI Parameters

None.

Body Parameters

UpdateResponseStatusRequestDTO
NameDescriptionTypeAdditional information
RequestID

Gets or set the ID of the request

globally unique identifier

None.

ResponseID

Gets or set the ID of response

globally unique identifier

None.

DataMartID

Gets or set the ID of DataMart

globally unique identifier

None.

ProjectID

Gets or set the ID of project

globally unique identifier

None.

OrganizationID

Gets or set the ID of Organization

globally unique identifier

None.

UserID

Gets or sets the SID of the user that acted on the respones (ie not the api user used for authentication to the service)

globally unique identifier

None.

StatusID

status id

RoutingStatus

None.

Message

Message

string

None.

RejectReason

Reject reason

string

None.

HoldReason

Hold Reason

string

None.

RequestTypeID

Gets or set the ID of Request type

globally unique identifier

None.

RequestTypeName

Request Type Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "RequestID": "d0037231-8878-4125-9409-2f210994355a",
      "ResponseID": "b23d82fb-22da-4de6-aed4-55e346c0bf2f",
      "DataMartID": "81b42561-290a-43e1-a09b-50288b776a92",
      "ProjectID": "e1aa567e-1122-4121-af5c-4f8043a0c1a2",
      "OrganizationID": "e49c54db-c1ee-473e-bb7c-dee7c59127f4",
      "UserID": "9bb38267-dd3e-4d7d-bc33-d50a047e8ac5",
      "StatusID": 1,
      "Message": "sample string 7",
      "RejectReason": "sample string 8",
      "HoldReason": "sample string 9",
      "RequestTypeID": "295d45a1-cb8f-4e9b-82a9-4fba394a5923",
      "RequestTypeName": "sample string 11"
    }
  ]
}

text/javascript

Sample:
{"results":[{"RequestID":"d0037231-8878-4125-9409-2f210994355a","ResponseID":"b23d82fb-22da-4de6-aed4-55e346c0bf2f","DataMartID":"81b42561-290a-43e1-a09b-50288b776a92","ProjectID":"e1aa567e-1122-4121-af5c-4f8043a0c1a2","OrganizationID":"e49c54db-c1ee-473e-bb7c-dee7c59127f4","UserID":"9bb38267-dd3e-4d7d-bc33-d50a047e8ac5","StatusID":1,"Message":"sample string 7","RejectReason":"sample string 8","HoldReason":"sample string 9","RequestTypeID":"295d45a1-cb8f-4e9b-82a9-4fba394a5923","RequestTypeName":"sample string 11"}]}

application/bson

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

application/xml, text/xml

Sample:
<UpdateResponseStatusRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <DataMartID>81b42561-290a-43e1-a09b-50288b776a92</DataMartID>
  <HoldReason>sample string 9</HoldReason>
  <Message>sample string 7</Message>
  <OrganizationID>e49c54db-c1ee-473e-bb7c-dee7c59127f4</OrganizationID>
  <ProjectID>e1aa567e-1122-4121-af5c-4f8043a0c1a2</ProjectID>
  <RejectReason>sample string 8</RejectReason>
  <RequestID>d0037231-8878-4125-9409-2f210994355a</RequestID>
  <RequestTypeID>295d45a1-cb8f-4e9b-82a9-4fba394a5923</RequestTypeID>
  <RequestTypeName>sample string 11</RequestTypeName>
  <ResponseID>b23d82fb-22da-4de6-aed4-55e346c0bf2f</ResponseID>
  <StatusID>Draft</StatusID>
  <UserID>9bb38267-dd3e-4d7d-bc33-d50a047e8ac5</UserID>
</UpdateResponseStatusRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.