POST ProjectDataMarts/Remove

Deletes the specified data marts from the projects

Request Information

URI Parameters

None.

Body Parameters

Collection of ProjectDataMartDTO
NameDescriptionTypeAdditional information
ProjectID

Gets or sets the id of project

globally unique identifier

None.

Project

Gets the Name of the Project

string

None.

ProjectAcronym

Gets the Acronym of the Project

string

None.

DataMartID

Gets or sets the id of DataMart

globally unique identifier

None.

DataMart

Gets the DataMart

string

None.

Organization

Gets the Organization

string

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "ProjectID": "4db122cb-725b-43d0-9c40-88d81fef4867",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "11280106-67a6-4673-873d-d50e4029a176",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    },
    {
      "ProjectID": "4db122cb-725b-43d0-9c40-88d81fef4867",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "11280106-67a6-4673-873d-d50e4029a176",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    }
  ]
}

text/javascript

Sample:
{"results":[{"ProjectID":"4db122cb-725b-43d0-9c40-88d81fef4867","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"11280106-67a6-4673-873d-d50e4029a176","DataMart":"sample string 5","Organization":"sample string 6"},{"ProjectID":"4db122cb-725b-43d0-9c40-88d81fef4867","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"11280106-67a6-4673-873d-d50e4029a176","DataMart":"sample string 5","Organization":"sample string 6"}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfProjectDataMartDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ProjectDataMartDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>11280106-67a6-4673-873d-d50e4029a176</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>4db122cb-725b-43d0-9c40-88d81fef4867</ProjectID>
  </ProjectDataMartDTO>
  <ProjectDataMartDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>11280106-67a6-4673-873d-d50e4029a176</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>4db122cb-725b-43d0-9c40-88d81fef4867</ProjectID>
  </ProjectDataMartDTO>
</ArrayOfProjectDataMartDTO>

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.