POST
/
api
/
v1
/
submission
/
{id}
/
add_data_items
curl --request POST \
  --url https://vision.pingintel.com/api/v1/submission/{id}/add_data_items \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "items": {},
  "action": "upsert"
}'
{
"data_items": {},
"status": "<string>"
}

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

id
string
required

The pingid of the submission.

Body

Response

200
application/json

Success response.

The response is of type object.