CRM
CRM (1.0)
Download OpenAPI specification:Download
All API calls related to CRM.
Add Document List For Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-adddocumentlistforstudent-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "enrollmentId": 0,
- "documentTypeListId": 0,
- "documentStatusId": 0,
- "awardYear": "string",
- "studentPlacementId": 0,
- "dateRequested": "2019-08-24T14:15:22Z",
- "dateSent": "2019-08-24T14:15:22Z",
- "dateApproved": "2019-08-24T14:15:22Z",
- "dateDue": "2019-08-24T14:15:22Z",
- "dateReceived": "2019-08-24T14:15:22Z"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentIdList": [
- 0
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Clear Student Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-clearstudentdocument-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "documentId": 0,
- "documentImage": "string",
- "fileNameWithExtension": "string",
- "moduleIdentifier": "string",
- "moduleCode": "string",
- "moduleName": "string",
- "documentTypeCode": "string",
- "documentTypeName": "string",
- "externalDocumentTypeIdentifier": "string",
- "awardYear": "string",
- "externalDocumentIdentifier": "string",
- "fileBytes": "string",
- "fileSize": "string",
- "fileTypeIdentifier": "string",
- "programVersionCode": "string",
- "vendorCode": "string",
- "campusCode": "string",
- "campusId": 0,
- "crmIdentifier": "string",
- "emailAddress": "string",
- "studentFirstName": "string",
- "studentLastName": "string",
- "programCode": "string",
- "programName": "string",
- "programVersionName": "string",
- "startDate": "string",
- "studentId": 0,
- "studentNumber": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentId": 0,
- "image": "string",
- "imageExtension": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student Course Document Permits
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-deletestudentcoursedocumentpermits-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "documentId": 0,
- "studentId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Export Student Attachments
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-exportstudentattachments-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "minimumDate": "2019-08-24T14:15:22Z",
- "maximumDate": "2019-08-24T14:15:22Z",
- "documentStatusIdList": [
- 0
], - "isIncludeProposedRecords": true,
- "documentIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "processedDocumentReasonList": [
- {
- "documentId": 0,
- "status": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Export Student Attachments Queue
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-exportstudentattachmentsqueue-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "minimumDate": "2019-08-24T14:15:22Z",
- "maximumDate": "2019-08-24T14:15:22Z",
- "documentStatusIdList": [
- 0
], - "isIncludeProposedRecords": true,
- "documentIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "processedDocumentReasonList": [
- {
- "documentId": 0,
- "status": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-getdocument-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "document": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Document From External Document Management Provider
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-getdocumentfromexternaldocumentmanagementprovider-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isAutoRedirect": true,
- "campusId": 0,
- "studentId": 0,
- "documentId": 0,
- "studentName": "string",
- "studentNumber": "string",
- "documentTypeName": "string",
- "documentTypeCode": "string",
- "moduleCode": "string",
- "providerDocumentIdentifier": "string",
- "vendorCode": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentMangementProviderUrl": "string",
- "exceptionCode": "string",
- "exceptionMessage": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Document Statuses
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-getdocumentstatuses-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "documentTypeIdList": [
- 0
], - "intersectionOfStatuses": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentStatusList": [
- {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isApproved": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Document Tracking List
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-getdocumenttrackinglist-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "moduleId": 0,
- "documentTypeIdList": [
- 0
], - "documentStatusIdList": [
- 0
], - "awardYear": "string",
- "viewDocumentsNotReceived": true,
- "studentNumber": "string",
- "ssn": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentTrackingList": [
- {
- "originalFileName": "string",
- "student": "string",
- "documentTypeId": 0,
- "documentTypeName": "string",
- "documentTypeCode": "string",
- "documentStatusId": 0,
- "documentStatusName": "string",
- "documentStatusCode": "string",
- "dueDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "receivedDate": "2019-08-24T14:15:22Z",
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "moduleId": 0,
- "moduleName": "string",
- "studentNumber": "string",
- "ssn": "string",
- "campusName": "string",
- "campusId": 0,
- "studentId": 0,
- "documentId": 0,
- "isAwardYearSpecific": true,
- "isAllowedToEdit": true,
- "externalSystemDocumentIdentifier0": "string",
- "externalSystemDocumentIdentifier1": "string",
- "dmProvider": "string"
}
], - "count": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Students Document Assignment
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-getstudentsdocumentassignment-request-payload) | |||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "aYStartDate": "2019-08-24T14:15:22Z",
- "aYEndDate": "2019-08-24T14:15:22Z",
- "gradStartDate": "2019-08-24T14:15:22Z",
- "gradEndDate": "2019-08-24T14:15:22Z",
- "degreeId": 0,
- "studentGroupId": 0,
- "programVersions": [
- 0
], - "schoolStatuses": [
- 0
], - "lowRemainingUnits": 0,
- "highRemainingUnits": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentAssignmentStudent": [
- {
- "studentName": "string",
- "printID": "string",
- "programVersion": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "schoolStatus": "string",
- "gradDate": "2019-08-24T14:15:22Z",
- "systudentid": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Task Attachments
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-savetaskattachments-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "documents": [
- {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "taskId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "documents": [
- {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Task Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-updatestudenttaskdocument-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "document": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "document": {
- "id": 0,
- "approvedDate": "2019-08-24T14:15:22Z",
- "awardYear": "string",
- "createdByUserId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentImage": "string",
- "documentScheduleId": 0,
- "documentStatusId": 0,
- "documentTranscriptRequestId": 0,
- "documentTriggerId": 0,
- "documentTypeId": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "expiresDate": "2019-08-24T14:15:22Z",
- "imageNowDocId0": "string",
- "imageNowDocId1": "string",
- "imageType": "string",
- "isDocumentAddedManually": true,
- "isPermit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "moduleId": 0,
- "note": "string",
- "originalFileName": "string",
- "receivedDate": "2019-08-24T14:15:22Z",
- "requestedDate": "2019-08-24T14:15:22Z",
- "rowVersion": "string",
- "scanned": true,
- "sentDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentPlacementId": 0,
- "workflowInstanceIdentifier": { },
- "documentTranscriptRequest": {
- "id": 0,
- "attendanceBeginDate": "2019-08-24T14:15:22Z",
- "attendanceEndDate": "2019-08-24T14:15:22Z",
- "collegeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "fee": 0,
- "highSchoolId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "programOfStudy": "string",
- "requestType": { },
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentCourseDocumentPermits": [
- {
- "id": 0,
- "classSectionId": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "documentId": 0,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "permitType": 0,
- "rowVersion": "string",
- "studentId": 0,
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Upload Document To External Document Management Provider
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-uploaddocumenttoexternaldocumentmanagementprovider-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isAutoRedirect": true,
- "campusId": 0,
- "studentId": 0,
- "documentId": 0,
- "studentName": "string",
- "studentNumber": "string",
- "documentTypeName": "string",
- "documentTypeCode": "string",
- "moduleCode": "string",
- "providerDocumentIdentifier": "string",
- "vendorCode": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentMangementProviderUrl": "string",
- "exceptionCode": "string",
- "exceptionMessage": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Upload Student Document
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-document-uploadstudentdocument-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "documentId": 0,
- "documentImage": "string",
- "fileNameWithExtension": "string",
- "moduleIdentifier": "string",
- "moduleCode": "string",
- "moduleName": "string",
- "documentTypeCode": "string",
- "documentTypeName": "string",
- "externalDocumentTypeIdentifier": "string",
- "awardYear": "string",
- "externalDocumentIdentifier": "string",
- "fileBytes": "string",
- "fileSize": "string",
- "fileTypeIdentifier": "string",
- "programVersionCode": "string",
- "vendorCode": "string",
- "campusCode": "string",
- "campusId": 0,
- "crmIdentifier": "string",
- "emailAddress": "string",
- "studentFirstName": "string",
- "studentLastName": "string",
- "programCode": "string",
- "programName": "string",
- "programVersionName": "string",
- "startDate": "string",
- "studentId": 0,
- "studentNumber": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documentId": 0,
- "image": "string",
- "imageExtension": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Check Task Conflict By Date And Time
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-checktaskconflictbydateandtime-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": null
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Task
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Task
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Batch Filtered Tasks
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-getbatchfilteredtasks-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "batchTaskMaintenanceType": 0,
- "studentId": 0,
- "campusList": [
- 0
], - "taskList": [
- 0
], - "taskCategoryList": [
- 0
], - "staffAssignedToList": [
- 0
], - "taskStatusList": [
- 0
], - "taskResultList": [
- 0
], - "stateList": [
- 0
], - "studentGroupList": [
- 0
], - "lockedByStaffList": [
- 0
], - "taskFromDueDate": "2019-08-24T14:15:22Z",
- "taskToDueDate": "2019-08-24T14:15:22Z",
- "topFilteredRecords": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "batchFilteredTaskList": [
- {
- "systudentId": 0,
- "plEmployerId": 0,
- "syCampusGrpId": 0,
- "subject": "string",
- "cmEventId": 0,
- "taskType": "string",
- "assignedTo": "string",
- "dueDate": "2019-08-24T14:15:22Z",
- "dateCompleted": "2019-08-24T14:15:22Z",
- "activity": "string",
- "eventType": "string",
- "eventStatus": "string",
- "result": "string",
- "contactName": "string",
- "programCode": "string",
- "priority": "string",
- "requiredFollowUp": "string",
- "syCampusId": 0,
- "descrip": "string",
- "completedBy": "string",
- "previousOwner": "string",
- "lockedBy": "string",
- "isStaffAssigned": true,
- "assignedStaffId": 0,
- "studentNumber": "string",
- "assignedToLastName": "string",
- "assignedToFirstName": "string",
- "assignedToFullName": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Staff Messages
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-getstaffmessages-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "fromDueDate": "string",
- "toDueDate": "string",
- "staffIds": [
- 0
], - "campusIds": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "messagesForStaff": [
- {
- "studentID": 0,
- "staffID": 0,
- "plEmployerID": 0,
- "startdate": "2019-08-24T14:15:22Z",
- "enddate": "2019-08-24T14:15:22Z",
- "subject": "string",
- "priority": "string",
- "duedate": "2019-08-24T14:15:22Z",
- "comments": "string",
- "templateId": 0,
- "dateposted": "2019-08-24T14:15:22Z",
- "setupBy": 0,
- "eventStatusDescription": "string",
- "eventStatusCode": "string",
- "eventId": 0,
- "postTo": "string",
- "taskType": "string",
- "templateDescription": "string",
- "postedBy": "string",
- "assignedTo": "string",
- "studentName": "string",
- "employerName": "string",
- "studentPhone": "string",
- "employerPhone": "string",
- "assignedToStaffID": 0,
- "assignedToStaffName": "string",
- "postedByName": "string",
- "studentNumber": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Message
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-getstudentmessage-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "staffIdList": [
- 0
], - "campusIdList": [
- 0
], - "advisorType": "string",
- "studentListShow": "string",
- "staffIdXml": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentMessagesList": [
- {
- "studentId": 0,
- "studentName": "string",
- "phoneNumber": "string",
- "programName": "string",
- "studentNumber": "string",
- "hsGradYear": "string",
- "state": "string",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceName": "string",
- "admissionsRegionName": "string",
- "city": "string",
- "extraCurricularName": "string",
- "schoolStatusCode": "string",
- "timeZone": "string",
- "postalCode": "string",
- "workPhoneNumber": "string",
- "assignToStaff": "string",
- "campusName": "string",
- "programVersionName": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Mark Message Read
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-markmessageread-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "eventId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Task
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Task
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Schedule Task For Group
Authorizations:
Request Body schema: application/json
Payload for the command
object (crm-task-scheduletaskforgroup-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "task": {
- "isRequestFromMessage": true,
- "taskStatusCode": "string",
- "crmSuppressFlag": true,
- "id": 0,
- "assignedToStaffId": 0,
- "attachments": "string",
- "attachmentsId": 0,
- "classSectionId": 0,
- "completedByStaffId": 0,
- "createdByStaffId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailSubject": "string",
- "employerContactId": 0,
- "employerId": 0,
- "employerJobId": 0,
- "isActivityNotViewed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lockedByUserId": 0,
- "note": "string",
- "organizationContactId": 0,
- "organizationId": 0,
- "previouslyAssignedToStaffId": 0,
- "priority": "string",
- "prospectInquiryId": 0,
- "reassignedDate": "2019-08-24T14:15:22Z",
- "remindDate": "2019-08-24T14:15:22Z",
- "resultText": "string",
- "rowVersion": "string",
- "sessionSyCampusId": 0,
- "sourceRecordId": 0,
- "sourceSystem": "string",
- "sourceTable": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "subject": "string",
- "taskDueDate": "2019-08-24T14:15:22Z",
- "taskEndDate": "2019-08-24T14:15:22Z",
- "taskResultId": 0,
- "taskStartDate": "2019-08-24T14:15:22Z",
- "taskStatusDate": "2019-08-24T14:15:22Z",
- "taskStatusId": 0,
- "taskTemplateId": 0,
- "taskTypeId": 0,
- "templateTextFile": "string",
- "workflowInstanceIdentifier": { },
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentGroupId": 0,
- "assignCurrentEnrollment": true,
- "employerGroupId": 0,
- "isScheduleTaskForEmployerGroup": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Reassigned Tasks Viewed Status
Authorizations:
Request Body schema: application/json
Payload for the command
payload | any (crm-task-updatereassignedtasksviewedstatus-request-payload) |
Responses
Request samples
- Payload
{- "payload": null
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}