Hi I'm facing an error that seems to be common, we are trying to send
batch updates to Target using API v2, but we see always the same
response, false
Batch is empty I'm using the following
cURL to make the calls, curl --location --request POST 'https://<>.tt.omtrdc.net/m2/<>/v2/profile/batchUpdate'
\--header 'Authorization: Bearer <>' \--data-binary '@BATCH.TXT'
The contents of the BATCH.txt file are like
this:batch=thirdPartyId,param1,param2id1,value1,value1id2,value2,value2
I've search here...