Create a PM Submittal Type
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create a PM Submittal Type

  • Dark
    Light

Article summary

Post
/pm-rest-api/rest/1/pmsubmittaltype

Create Submittal Types

UI Location:

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmsmtTypeCode": "T", "PmsmtTypeDesc": "Test" }
PmsmtTypeDesc
string Required

Description of Submittal Type

Max length200
PmsmtTypeCode
string Required

Type code for submittal type

Max length10
PmsmtIuUpdateDate
string

Update date

PmsmtIuCreateDate
string

Create date

Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "PmsmtTypeCode": "T",
  "PmsmtTypeDesc": "Test",
  "PmsmtIuCreateDate": null,
  "PmsmtIuUpdateDate": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmsubmittaltype/T",
      "name": "pmsubmittaltype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmsubmittaltype/T",
      "name": "pmsubmittaltype",
      "kind": "item"
    }
  ]
}
object