Skip to main content
POST
/
Agent
/
Legal
/
SendProposal
Send Proposal
curl --request POST \
  --url https://{host}/Agent/Legal/SendProposal \
  --header 'Authorization: Bearer <token>'

Overview

Sends a contract proposal to another XMPP Client (in the federated network) to sign a specific contract under a specific role. The proposal message can also contain a plain text message to the recipient. Note: This function calls the AgentAPI.Xmpp.SendXmlMessage(To,Xml,Subject,Language,Id) function, which calls the corresponding Agent API web service.

Authentication

Requires a valid JWT bearer token.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Success