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": "350029d4-ef49-4d54-bca1-6a377b772be8",
  "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>350029d4-ef49-4d54-bca1-6a377b772be8</ProjectName>
  <Supervisor>sample string 3</Supervisor>
</mlProjectMapping>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.