Skip to main content
POST
/
api
/
agency-portal
/
Invitations
/
{linkingCode}
/
Create-Instance
Create VMS Invitation.
curl --request POST \
  --url https://api.example.com/api/agency-portal/Invitations/{linkingCode}/Create-Instance \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyName": "<string>",
  "tradingName": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "<string>"
}
'

Path Parameters

linkingCode
string
required

Body

application/json
companyName
string | null
tradingName
string | null
firstName
string | null
lastName
string | null
email
string | null

Response

200

OK