POST api/Materials

Request Information

URI Parameters

None.

Body Parameters

Material
NameDescriptionTypeAdditional information
materialId

globally unique identifier

None.

name

string

None.

createdDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "materialId": "3b9a5a3b-09da-47a2-8256-e3f1c919ce14",
  "name": "sample string 2",
  "createdDate": "2026-03-20T18:47:04.2941996+00:00"
}

text/html

Sample:
{"materialId":"3b9a5a3b-09da-47a2-8256-e3f1c919ce14","name":"sample string 2","createdDate":"2026-03-20T18:47:04.2941996+00:00"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Material
NameDescriptionTypeAdditional information
materialId

globally unique identifier

None.

name

string

None.

createdDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "materialId": "52380743-13a2-46f3-b6c0-373576f584d1",
  "name": "sample string 2",
  "createdDate": "2026-03-20T18:47:04.2941996+00:00"
}

text/html

Sample:
{"materialId":"52380743-13a2-46f3-b6c0-373576f584d1","name":"sample string 2","createdDate":"2026-03-20T18:47:04.2941996+00:00"}