Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

UNDER DEVELOPMENT

The following endpoint can be used to updates request by given id.

PUT/requests/:request_id

Parameters

Table of allowed parameters.

titleStringThe title of the request.
bodyUnsigned IntegerThe body(content) of the request.
type_idUnsigned IntegerThe type id of the request.
lead_idUnsigned IntegerThe lead id of the request. If this is not provided, affiliation_id must be specified.
affiliation_idUnsigned IntegerThe affiliation id of the request. If this is not provided, lead_id must be specified.
priority_idUnsigned IntegerThe priority id of the request
sourceStringCurrently, only empty value and "email" are accepted.
standingStringThe standing status of the request.

 

Handling the response

Please see the get request for controlling the response.

  • No labels