The requests in the bulk list item create request. There is a limit of 250 request parts per bulk request.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "listId": { "type": "string", "description": "The unique identifier of the list (SYNC_GUID)" }, "requests": { "type": "array", "items": { "type": "object" }, "description": "The requests in the bulk list item create request. There is a limit of 250 request parts per bulk request." } }, "required": [ "PCID", "listId" ]}
The requests in the bulk list item update request. There is a limit of 250 request parts per bulk request.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "listId": { "type": "string", "description": "The unique identifier of the list (SYNC_GUID)" }, "requests": { "type": "array", "items": { "type": "object" }, "description": "The requests in the bulk list item update request. There is a limit of 250 request parts per bulk request." } }, "required": [ "PCID", "listId" ]}