You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

/11.13.18.05/projects/300000091778601/child/ProjectTeamMembers as a batch call is not working

Summary: Anyone have any idea what I'm doing wrong when calling it as a batch?

Works:

does not work as a batch call:

This call works

/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectTeamMembers

{

"PersonEmail" : "Joel.Prine@cableone.biz",

"ProjectRole" : "Team Member",

"StartDate" : "2024-02-23",

"FinishDate" : "2025-02-23"

}


However when I try to run it as a batch, it does not work

/fscmRestApi/resources/

{

"parts": [{

"id": "part1",

"path": "/11.13.18.05/projects/300000091778601/child/ProjectTeamMembers",

"operation": "create",

"payload":

{

"PersonEmail" : "Joel.Prine@cableone.biz",

"ProjectRole":"Team Member",

"StartDate" :"2024-02-23"

}

}, {

"id": "part2",

"path": "/11.13.18.05/projects/300000091778601/child/ProjectTeamMembers",

"operation": "create",

"payload":

{

"PersonEmail" : "Larni.Jones@cableone.biz",

"ProjectRole":"Team Member",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!