Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.63 KB

File metadata and controls

59 lines (36 loc) · 1.63 KB

Make a Dialogue

Note

| This section contains available actions for next roles: | Monitoring owner | Tender owner

For published monitoring we can start dialogue by publishing a post as a SAS-employee:


We can see that postOf field was generated. Possible values of this field are:

  • decision - means that post is related to a decision and was added in active monitoring status
  • conclusion - means that post is related to a conclusion and was added in addressed or declined monitoring status

Also dateOverdue was generated for SAS question, that is end date for reply. This is info field and there are no validations that use this date.

Lets add another document to a post:


We also can get a list of all post documents:


To answer the question as a broker we must get credentials first. Now lets add an answer using generated token. To link the answer to a question we should pass id of the question post as `relatedPost`:


And also add documents:


Also we can create another question as a broker by publishing an another post:


And also SAS-employee can publish an answer post:


Lets see all posts we have: