POST api/material/createprojectmapping

Create Project Mapping

Request Information

URI Parameters

None.

Body Parameters

mlProjectMapping
NamedescriptionTypeAdditional information
ProjectName

globally unique identifier

None.

ProjectHead

string

None.

Supervisor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectHead": "sample string 2",
  "ProjectName": "5feb3d7a-b2e2-4134-9f6b-806d56e33a99",
  "Supervisor": "sample string 3"
}

application/xml, text/xml

Sample:
<mlProjectMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Material">
  <ProjectHead>sample string 2</ProjectHead>
  <ProjectName>5feb3d7a-b2e2-4134-9f6b-806d56e33a99</ProjectName>
  <Supervisor>sample string 3</Supervisor>
</mlProjectMapping>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.