Post

1 follower Follow
0
Avatar

Issue updating Projects using the Bulk API

I am attempting to update project information using the Bulk API

Postman config:
Request Body:

{
"requests": [
{
"method": "POST",
"body": {
"C_GainsightID": "1Z02LXF53F5L2XJJ3OKYL2WTLKO9LKERMKD6"
}
}
]
}
 
Response:
{
"responses": [
{
"statusCode": 404,
"body": {
"errorCode": "FileNotFound",
"message": "File not found: https:/api.clarizentb.com.",
"referenceId": "49TmK62j39pEHy5XpJLti"
},
"headers": []
}
]
}
 
I have reviewed the documentation but there inst much there for examples.
Nathan Lang

Please sign in to leave a comment.

1 comment

0
Avatar

I figured out the issue. The URL was incorrect. It needs to be the relative url ie "/data/objects/Project/##########"

 

Nathan Lang 0 votes
Comment actions Permalink