Contact

Class ContactController.

APIDescription
GET api/Contact/GetContact?merchantkey={merchantkey}

Gets The Contact Form Questions list.

GET api/Contact/GetContactData?merchantkey={merchantkey}&fromDate={fromDate}&toDate={toDate}

Gets the contacts list data which are added in Magnitude System.

POST api/Contact/SetContact?merchantkey={merchantkey}

Sets The Contact Form Question Answers.

Establishment

Class EstablishmentController.

APIDescription
GET api/Establishment/GetEstablishment?merchantkey={merchantkey}

Gets the establishment.

Users

Class UsersController.

APIDescription
GET api/Users/GetUsers?merchantkey={merchantkey}

Gets the users.

Feedback

Class FeedbackController.

APIDescription
GET api/Feedback/GetFeedback?merchantkey={merchantkey}

Gets the feedback.

GET api/Feedback/GetFeedbackData?merchantkey={merchantkey}&fromDate={fromDate}&toDate={toDate}&captureId={captureId}&activityId={activityId}

No documentation available.

POST api/Feedback/SetFeedback?merchantkey={merchantkey}

Sets the feedback. Upload any attachments file name with 'FormDataId'_'FeedbackId'_'QuestionId'_'FileName' format.

POST api/Feedback/SetFeedbackFormKaranBeef?merchantkey={merchantkey}

No documentation available.

Activity

Class ActivityController.

APIDescription
GET api/Activity/GetActivity?merchantkey={merchantkey}&ActivityId={ActivityId}

Gets the activity.

GET api/Activity/GetActivity?merchantkey={merchantkey}

Gets the activity.

Capture

Class CaptureController.

APIDescription
GET api/Capture/GetCapture?merchantkey={merchantkey}

Gets the capture.

GET api/Capture/GetCaptureData?merchantkey={merchantkey}&fromDate={fromDate}&toDate={toDate}&captureId={captureId}&activityId={activityId}

No documentation available.

GET api/Capture/GetCaptureFeedbackData?merchantkey={merchantkey}&fromDate={fromDate}&toDate={toDate}&captureId={captureId}&activityId={activityId}

No documentation available.

POST api/Capture/SetCapture?merchantkey={merchantkey}

Sets the capture. [ { "FormDataId": 1, "EstablishmentId": 11650, "CaptureId": 330, "CaptureTitle": "Parsana Gym Capture Form", "ContactMasterId": 23630, "IsContactGroup": false, "Latitude": "23.033274", "Longitude": "72.570590", "CaptureQuestions": [ { "QuestionId": 5298, "QuestionTypeId": 4, "QuestionTitle": "Name", "QuestionsOptions": [], "Required": false, "Answer": "Sunil Vaghasiya" } ] } ] Upload any attachments file name with 'FormDataId'_'CaptureId'_'QuestionId'_'FileName' format.

POST api/Capture/SetCaptureForm?merchantkey={merchantkey}

Sets the capture. [ { "FormDataId": 1, "EstablishmentId": 11650, "CaptureId": 330, "CaptureTitle": "Parsana Gym Capture Form", "ContactMasterId": 23630, "IsContactGroup": false, "Latitude": "23.033274", "Longitude": "72.570590", "CaptureQuestions": [ { "QuestionId": 5298, "QuestionTypeId": 4, "QuestionTitle": "Name", "QuestionsOptions": [], "Required": false, "Answer": "Sunil Vaghasiya" } ] } ] Upload any attachments file name with 'FormDataId'_'CaptureId'_'QuestionId'_'FileName' format.

POST api/Capture/SetCaptureFormSCB?merchantkey={merchantkey}

Sets the capture. [ { "FormDataId": 1, "EstablishmentId": 11650, "CaptureId": 330, "CaptureTitle": "Parsana Gym Capture Form", "ContactMasterId": 23630, "IsContactGroup": false, "Latitude": "23.033274", "Longitude": "72.570590", "CaptureQuestions": [ { "QuestionId": 5298, "QuestionTypeId": 4, "QuestionTitle": "Name", "QuestionsOptions": [], "Required": false, "Answer": "Sunil Vaghasiya" } ] } ] Upload any attachments file name with 'FormDataId'_'CaptureId'_'QuestionId'_'FileName' format.

GET api/Capture/GetCaptureStatus?merchantkey={merchantkey}&captureId={captureId}

Gets the current status of the capture form.

GET api/Capture/GetCaptureStatusHistory?merchantkey={merchantkey}&captureId={captureId}

Gets the status history of the capture form.

GET api/Capture/GetCaptureStatusOptions?merchantkey={merchantkey}&captureId={captureId}

Gets the status update options for the capture form.

GET api/Capture/SetCaptureStatus?merchantkey={merchantkey}&captureId={captureId}&EstablishmentStatusId={EstablishmentStatusId}

Sets the status of the capture form.

GET api/Capture/GetFeedbackDetailsRB?merchantkey={merchantkey}&fromDate={fromDate}&flagAllData={flagAllData}

Gets the feedback screeningdata for RB.

GET api/Capture/GetCaptureForm?merchantkey={merchantkey}&activityID={activityID}

Gets capture form details for a specific activity.

POST api/Capture/CreateCaptureForm?merchantkey={merchantkey}

Capture Form - create new form(s).

GET api/Capture/SetBiData?merchantkey={merchantkey}&ActivityID={ActivityID}&AppUserID={AppUserID}&isOut={isOut}

No documentation available.

POST api/Capture/SetCaptureFormBeekman?merchantkey={merchantkey}

No documentation available.