Create a PM Submittal Type
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a PM Submittal Type
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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