Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.

Draft requests

We want save draft data for forms. Save data in table with id requestId and fild for text data (JSON). Send data 'id:number', example 'd0831c59-b5f3-508a-c7af-1b0a9f2c1fe1' 'data:string', example '{'ds ... } json'. request to API.
To save draft requests. We need 3 WEB services: - PUT (add new data) id={{id}};type={{type}};userId={{userId}}; data={{data}}; - POST (update) id= {{id}};type={{type}};userId={{userId}}; data={{data}}; - GET (take data) get? ?id={{id}};type={{type}}; User id mast add to request in API. For this 3-web servises we needs table with 4 fields: - id:number; - type:string; - userId:number; -data:string;
4 votes

Submitted · Last Updated

Sign In or Register to comment.