Hi
I am trying to create a record in TRIM content manger using service api via postman and I am seeing 403 - Access denied error.
My json is like below.
I used my network credentials for basic authentication.
When I create a record using .NET code with HTTP client and network credentials it works.
But with postman I am getting error.
When I use the Create Record api from the trim service api page I see error like "Container cannot be blank" error. From there I cannot send container value.
Please help, I would be ever grateful for any help on this.
{
"RecordContainer": "245",
"RecordTitle": "Test Title",
"RecordRecordType": {
"Uri": 1
},
"Fields": {
"ClientID": 123,
"ClientDocumentType": {
"Value": "Internal"
},
"DateReceived": {
"Value": "16-09-2024"
}
}
}
Thanks
Nalina