Dear all,
Please help me out!
I'm deployment a system connect to M-Files via Rest API. M-files version is: 23.6.12695.4
With M-Files UAT environment (i just install with package download from M-Files website), API working well.
But with M-Files Production, when i call API create Document Object receive error bellow:
Here is my request:
API: {{MFWSUrl}}/objects/0?checkIn=true
Method: POST
Body:
{
"PropertyValues": [
{
"PropertyDef": 0,
"TypedValue": {
"DataType": 1,
"Value": "Frame kit (Push cart/Tables)"
}
},
{
"PropertyDef": 1058,
"TypedValue": {
"DataType": 9,
"Lookup": {
"Item": 16,
"Version": -1
}
}
},
{
"PropertyDef": 1486,
"TypedValue": {
"DataType": 9,
"Lookup": {
"Item": 96,
"Version": -1
}
}
}
],
"Files": [
{
"Extension": "pdf",
"Size": 95858,
"Title": "ADMISSION-REQUESTS-AR23-0001",
"UploadID": 1
}
]
}