Skip to main content
PUT
/
v1
/
integrations
/
sync
/
opportunities
{
  "data": {
    "id": "<string>",
    "externalId": "<string>",
    "name": "<string>",
    "amount": 123,
    "closedAt": "<string>",
    "disposition": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "recordingId": "<string>",
    "accountId": "<string>",
    "organizationId": "<string>",
    "account": "<any>",
    "opportunityUsers": [
      "<any>"
    ]
  }
}

Body

application/json
externalId
string
required
name
string
amount
number
closedAt
string
remoteCreatedAt
string
lastActivityAt
string
disposition
enum<string>
Available options:
OPEN,
LOST,
WON
account
object | null
contact
object | null
opportunityUsers
object[]

Response

200 - application/json

Sync an opportunity

data
object
required