curl --request PUT \
--url https://api.example.com/api/Placements/Sources \
--header 'Content-Type: application/json' \
--data '
{
"sources": [
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
],
"deleteIds": [
123
]
}
'[
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
]curl --request PUT \
--url https://api.example.com/api/Placements/Sources \
--header 'Content-Type: application/json' \
--data '
{
"sources": [
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
],
"deleteIds": [
123
]
}
'[
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
]Was this page helpful?