{"info":{"_postman_id":"dfe3ebbe-aa4b-4fba-a34d-f31a978b2d36","name":"Maestro API","description":"<html><head></head><body><h1 id=\"getting-started\">Getting Started</h1>\n<p>Postman is a free tool that helps developers run and debug API requests and is the source of this documentation. Every endpoint you see here is readily available to be used.</p>\n<h1 id=\"maestro-soap-api\"><strong>MAESTRO SOAP API</strong></h1>\n<p>BocaVox Maestro SOAP API exposes both Export and Import operations via a standardized programmatic interface. Using Maestro's SOAP API, you can perform various operations similar to those available on the Maestro portal, using SOAP-based web service requests and XML responses.</p>\n<img src=\"https://content.pstmn.io/d2b02eb7-d288-4d59-9fb4-2b8cdd13d1eb/U09BUC5QTkc=\">\n\n<h3 id=\"export-bulk\">Export Bulk</h3>\n<p>Bulk exports can be requested from the system for the same bulk object types that can be imported. The list of these objects is defined below. The export formats are the<br>same minus the _clientRowId attribute.</p>\n<ul>\n<li><p><em>ExportBulk</em> function exports all the data of the chosen bulk<br>  type from Maestro unless an ID list of the Maestro objects is specified, which<br>  will then be used as a filter to return only data that matches these IDs.</p>\n</li>\n<li><p><em>ExportBulkChanged</em> function exports all the data of the chosen bulk<br>  type from Maestro that has been modified/inserted within the specified start<br>  and end date range parameter.</p>\n</li>\n</ul>\n<h3 id=\"import-bulk\">Import Bulk</h3>\n<p>Bulk import can be accomplished through Maestro Web Services API using an XML template or Excel template. Both templates can be downloaded from Maestro bulk upload pages (see<br>screen shot below where the buttons to download the templates are displayed).</p>\n<ul>\n<li><p><em>ImportBulk</em> and <em>ImportBulkVerbose</em> function requires data in a string representation of the XML data as specified in the template.</p>\n</li>\n<li><p><em>ImportBulkExcel</em> and<br>  <em>ImportBulkExcelVerbose</em> function requires data in a byte array<br>  representation of the Excel file as specified in the template.</p>\n</li>\n</ul>\n<h3 id=\"attributes\">Attributes</h3>\n<p>Attributes are created with the same case they have in the excel template. A space will be replaced with and underscore in the XML. Example: Student Name will be changed to Student_Name.</p>\n<h3 id=\"extensions\">Extensions</h3>\n<p>The extensions are database table columns created dynamically by the users. The extensions column name, data type and nullity indication are also defined dynamically for each extension. The extensions column names are dynamically added in their corresponding XML template as additional attributes.</p>\n<h3 id=\"bulk-import-order\">Bulk Import Order</h3>\n<p>The order the files are placed in this document relates with the order they must be uploaded.</p>\n<p>Refer to Appendix 1 at the end of this document for process and example of an XML document for inserting/updating students using Maestro Web Service Bulk Import API. Note in the document that the comments and definitions on the template attribute were replaced by actual data.</p>\n<h3 id=\"service-description-wsdl\">Service Description WSDL</h3>\n<p>Service description can be obtained at …https://{MaestroURL}/ClientServices.asmx?WSDL.<br>The partial screen shot below shows the wsdl when accessing the link above for each Maestro implementation</p>\n<img src=\"https://content.pstmn.io/564be0a1-68ba-4231-8f96-d0ec7e6a3a2b/U09BUDIuanBn\" width=\"549\" height=\"676\">\n\n<h3 id=\"the-api-calls-parameters-definition\">The API Calls Parameters Definition</h3>\n<p>The API Calls need a combination of parameters defined in the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter Name</strong></th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userName</td>\n<td>String</td>\n<td>UserName of the account with privilege to access the API</td>\n</tr>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>Password of the above account</td>\n</tr>\n<tr>\n<td>role</td>\n<td>String</td>\n<td>Role of the above account (typically Administrator)</td>\n</tr>\n<tr>\n<td>bulkType</td>\n<td>String</td>\n<td>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</td>\n</tr>\n<tr>\n<td>idList</td>\n<td>Int[]</td>\n<td>List of Maestro object IDs to retrieve when exporting data of a desired object type</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>DateTime</td>\n<td>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with endDate. (YYYY-MM-DDThh:mm:sszzzzzz)</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>DateTime</td>\n<td>A date filter when exporting data. API will export all data with changes ending with this date in Maestro. Used in combination with startDate. (YYYY-MM-DDThh:mm:sszzzzzz)</td>\n</tr>\n<tr>\n<td>verifyOnly</td>\n<td>Bool</td>\n<td>A flag to verify data when importing data into Maestro. When set to true, data will be checked against all data and business rules defined Maestro without any changes being committed to the database.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>String/Byte[]</td>\n<td>String representation of XML data pertaining to the chosen object type when used with an import function. Byte[] representation of Excel file data pertaining to the chosen object type when used with an import function</td>\n</tr>\n<tr>\n<td>verbose</td>\n<td>Bool</td>\n<td>Flag to indicate whether a verbose result is requested when importing data into Maestro through the function</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"list-of-supported-bulk-object-types\">List of Supported Bulk Object Types</h3>\n<h4 id=\"list-of-supported-bulk-object-types-displayed-in-the-order-they-should-be-used\">List of supported bulk object types displayed in the order they should be used:</h4>\n<ul>\n<li><p>Organization</p>\n</li>\n<li><p>Student</p>\n</li>\n<li><p>Teacher</p>\n</li>\n<li><p>Coach</p>\n</li>\n<li><p>Course</p>\n</li>\n<li><p>Section</p>\n</li>\n<li><p>Enrollment</p>\n</li>\n<li><p>External Enrollment</p>\n</li>\n<li><p>External Test Score</p>\n</li>\n<li><p>Attendance</p>\n</li>\n<li><p>Assignment</p>\n</li>\n<li><p>Assignment Grade</p>\n</li>\n<li><p>Lead</p>\n</li>\n<li><p>Application</p>\n</li>\n<li><p>Asset Item</p>\n</li>\n<li><p>Calendar Event</p>\n</li>\n<li><p>Request Course</p>\n</li>\n<li><p>User Account Membership</p>\n</li>\n<li><p>Facility</p>\n</li>\n</ul>\n<h3 id=\"the-list-of-attributes\">The List of Attributes</h3>\n<p>Each object is characterized by a list of attributes defined below. There is a default attributes list and an expanded attributes list. The current attributes list can be obtained directly from Maestro.<br>The list of attributes can also be expanded / impacted by Maestro future releases</p>\n<ul>\n<li><p>*<em>Default Attributes List</em>_*_The default attributes list depends on certain parametrized configurations. For example, the maximum number of parents / guardians a student can be associated to and even how many mandatory guardians can all be configured based on the client wishes. The API will automatically adjust for these configurations.</p>\n</li>\n<li><p><strong>Expanded attributes List</strong><br>  Certified clients can expand dynamically Maestro database fields, expanding the default attributes list above. The API will automatically include the expansions on the list of attributes available when retrieving and updating information.</p>\n</li>\n</ul>\n<h3 id=\"obtaining-the-list-of-attributes-directly-from-maestro-ui-xml-template\">Obtaining the list of attributes directly from Maestro UI: XML Template</h3>\n<img src=\"https://content.pstmn.io/5f347385-f429-456a-80e5-9c1abf7c8cac/c29hcDMucG5n\">\n\n<h3 id=\"default-attributes\">Default Attributes</h3>\n<h4 id=\"organization-attributes-specification\">Organization Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Organization_ID</td>\n<td>(int, not null) This is the Maestro Organization ID. Can be left blank if not known. If there is a value, it MUST match an existing organization in Maestro. This data is optional if Organization Client Code is entered for organization lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_LMS_ID</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Parent_ID</td>\n<td>Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a district level organization or client level organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Organization ID is entered for organization lookup.</td>\n</tr>\n<tr>\n<td>Organization_Client_Number</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Accept_Applications</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true)</td>\n</tr>\n<tr>\n<td>Organization_Status</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Organization Status in Maestro.</td>\n</tr>\n<tr>\n<td>User_Account_User_Name</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Status</td>\n<td>Mandatory (nvarchar(), null) Should match a valid UserAccount Status in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Comment</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Type</td>\n<td>(nvarchar(), null) Should match a valid Organization Type in Maestro.</td>\n</tr>\n<tr>\n<td>Organization_Pays_For_Student</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true)</td>\n</tr>\n<tr>\n<td>Organization_Branding</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a>.</td>\n</tr>\n<tr>\n<td>Organization_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Organization_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Organization_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing.</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Address_1_State</td>\n<td>(nvarchar(), null) 2 letter abbreviation. Should match a valid State in Maestro. If the state not belongs to the United States, input XX.</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Organization_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"student-attributes-specification\">Student Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Student_ID</td>\n<td>(int, not null) This is the Maestro Student ID. Can be left blank if not known. If there is a value, it MUST match an existing student in Maestro. This data is optional if Student Client Code is entered for student lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Id</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>User_Account_SSN</td>\n<td>Nine digits are necessary in order to create or update a SSN, however, for security purposes, only the last 4 digits are exported.</td>\n</tr>\n<tr>\n<td>Student_LMS_ID</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>(nvarchar(), null) This is used to look up the student in Maestro. This data is optional if Student ID is entered for student lookup.</td>\n</tr>\n<tr>\n<td>Student_Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Gender</td>\n<td>Mandatory (nvarchar(), null)(Male/Female/Unknown)</td>\n</tr>\n<tr>\n<td>Student_Date_of_Birth</td>\n<td>Mandatory (date) Date of Birth (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Student_Graduation_Year</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Graduation Year</td>\n</tr>\n<tr>\n<td>Student_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Student Types</td>\n</tr>\n<tr>\n<td>Student_Language</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Languages</td>\n</tr>\n<tr>\n<td>Student_StateId</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Is_LEP</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Is_504</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Is_Gifted</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Has_Free_Or_Reduced_Lunch</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Has_Completed_Orientation</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Orientation_Date</td>\n<td>(date) (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Student_Is_Returning_Dropout</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Is_Alternative_Education_Student</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Is_IEP</td>\n<td>(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_Counselor</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_IEP_Program</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_IEP_Case_Manager</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Status</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Student Status</td>\n</tr>\n<tr>\n<td>Student_Program</td>\n<td>(nvarchar(), null) Should match an available Program.</td>\n</tr>\n<tr>\n<td>Student_GraduationDate</td>\n<td>(date) (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Student_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Ethnicity</td>\n<td>Mandatory (nvarchar(), null) Not Hispanic / Latino or Hispanic / Latino</td>\n</tr>\n<tr>\n<td>Student_Race</td>\n<td>(nvarchar(), null) Asian;Black or African American; Native Hawaiian or Other Pacific Islander; American Indian or Alaskan Native; White. Separate multiple races with ';'</td>\n</tr>\n<tr>\n<td>User_Account_User_Name</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Status</td>\n<td>Mandatory (nvarchar(), null) Must match a valid UserAccount Status in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Organization_ID</td>\n<td>Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Grade_Level</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Coach</td>\n<td>(int, not null) Coach ID</td>\n</tr>\n<tr>\n<td>Student_IsFullTime</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)</td>\n</tr>\n<tr>\n<td>Student_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Student_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Student_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Phone_2_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Street1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_City</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_State</td>\n<td>Mandatory (nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Zip_Code</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_Country</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing.</td>\n</tr>\n<tr>\n<td>Student_Address_2_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_State</td>\n<td>(nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX.</td>\n</tr>\n<tr>\n<td>Student_Address_2_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Last_Name</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_First_Name</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_User_Name</td>\n<td>Mandatory (nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_1_Password</td>\n<td>Mandatory Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_1_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Relationship</td>\n<td>Mandatory (nvarchar(), null) Should match one of the existing Relationship types</td>\n</tr>\n<tr>\n<td>Guardian_1_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Guardian_1_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_User_Name</td>\n<td>(nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_2_Password</td>\n<td>Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_2_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Relationship</td>\n<td>(nvarchar(), null) Should match one of the existing Relationship types</td>\n</tr>\n<tr>\n<td>Guardian_2_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Guardian_2_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Relationship</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Contact_1_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Relationship</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Contact_2_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"teacher-attributes-specification\">Teacher Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Teacher_ID</td>\n<td>(int, not null) This is the Maestro Teacher ID. Can be left blank if not known. If there is a value, it MUST match an existing teacher in Maestro. This data is optional if Teacher Client Code is entered for teacher lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Teacher_LMS_ID</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Date_of_Birth</td>\n<td>(datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Teacher_Gender</td>\n<td>Mandatory (nvarchar(), null)(Male/Female/Unknown)</td>\n</tr>\n<tr>\n<td>Teacher_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Teacher ID is entered for Teacher lookup.</td>\n</tr>\n<tr>\n<td>User_Account_Client_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Status</td>\n<td>Mandatory (nvarchar(), null) Must match a valid teacher status in Maestro.</td>\n</tr>\n<tr>\n<td>Teacher_Type</td>\n<td>Mandatory (nvarchar(), null) Must match a valid teacher type in Maestro</td>\n</tr>\n<tr>\n<td>User_Account_User_Name</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Status</td>\n<td>Mandatory (nvarchar(), null) Must match a valid UserAccount Status in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Teacher_Organization_ID</td>\n<td>Mandatory (int, not null) Must match the organization ID of an existing organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Teacher_IsMentor</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Teacher_IsQualified</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Teacher_MaxEnrollments</td>\n<td>Mandatory (int, not null)</td>\n</tr>\n<tr>\n<td>Teacher_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Teacher_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Teacher_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Teacher_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Teacher_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"coach-attributes-specification\">Coach Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Coach_ID</td>\n<td>(int, not null) This is the Maestro Coach ID. Can be left blank if not known. If there is a value, it MUST match an existing coach in Maestro. This data is optional if Coach Client Code is entered for coach lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Coach_LMS_ID</td>\n<td>(nvarchar(), null) This is the Coach LMS ID. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Coach_Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_Date_of_Birth</td>\n<td>(datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Coach_Gender</td>\n<td>Mandatory (nvarchar(), null) Male/Female/Unknown</td>\n</tr>\n<tr>\n<td>Coach_Status</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Coach Status.</td>\n</tr>\n<tr>\n<td>Coach_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Coach ID is entered for coach lookup.</td>\n</tr>\n<tr>\n<td>User_Account_Client_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>User_Account_User_Name</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Status</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available UserAccount Status. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Coach_Organization_ID</td>\n<td>Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Coach_MaxStudents</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Coach_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Coach_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Coach_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Coach_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Coach_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"course-attributes-specification\">Course Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Course_ID</td>\n<td>(int, not null) This is the Maestro Course ID. Can be left blank if not known. If there is a value, it MUST match an existing course in Maestro. This data is optional if Course Client Code is entered for course lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_LMS_ID</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_Code</td>\n<td>Mandatory (nvarchar(), null) This is the Code of Course.</td>\n</tr>\n<tr>\n<td>Course_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Course_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Course_Program</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Course_Department</td>\n<td>Mandatory (nvarchar(), null) Must match a Department in Maestro</td>\n</tr>\n<tr>\n<td>Course_LMS_Vendor</td>\n<td>Mandatory (nvarchar(), null) Must match an LMS Vendor in Maestro</td>\n</tr>\n<tr>\n<td>Course_Organization_ID</td>\n<td>Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Course ID is entered for course lookup.</td>\n</tr>\n<tr>\n<td>Course_Version</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Course_Capacity</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Course_Status</td>\n<td>Mandatory (nvarchar(), null) Active / Inactive / Archived</td>\n</tr>\n<tr>\n<td>Course_FixedTerm</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Course_Grade_Level</td>\n<td>Mandatory (nvarchar(), null) Should Match one of the available Grade Level. If none is indicated, the first one in the database table will be selected by default.</td>\n</tr>\n<tr>\n<td>Course_Enrollment_Type</td>\n<td>Mandatory (nvarchar(), null) The name of Enrollment's Type. For example: Standard, Honors, Advanced Placement, Dual Credit.</td>\n</tr>\n<tr>\n<td>Course_Show_To_Student</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Course_Credit</td>\n<td>Mandatory (decimal) Should Match one of the available Credit. For example, 0 / 0.5 / 1.0.</td>\n</tr>\n<tr>\n<td>Course_Fee</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Course_Wholesale_Fee</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Course_RequiresPreRequisiteCourse</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Course_RequiresCoRequisiteCourse</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Course_Comment</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Course_Description</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"section-attributes-specification\">Section Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Section_ID</td>\n<td>(int, not null) This is the Maestro Section ID. Can be left blank if not known. If there is a value, it MUST match an existing Section in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_LMS_ID</td>\n<td>(nvarchar(), null) This is the Section LMS ID. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Course_ID</td>\n<td>Mandatory (nvarchar(), null) This is the Maestro ID of Course. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Section_Code</td>\n<td>Mandatory (nvarchar(), null) This is the code of Section.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Section ID is entered for section lookup.</td>\n</tr>\n<tr>\n<td>Section_Credit</td>\n<td>Mandatory (decimal) Should Match one of the available Credit values. For example, 0 / 0.5 / 1.0.</td>\n</tr>\n<tr>\n<td>Section_Teacher_ID</td>\n<td>Mandatory (int, not null) This is the ID of the Teacher.</td>\n</tr>\n<tr>\n<td>Section_Teacher_Assistant_ID</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Section_Term</td>\n<td>Mandatory (nvarchar(), null) Should Match one of the available Term values. Fixed term courses may not have a term of 'Rolling Enrollment'. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Semester</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Section_Organization_ID</td>\n<td>Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_LMS_Vendor</td>\n<td>Mandatory (nvarchar(), null) Must match an LMS vendor in Maestro.</td>\n</tr>\n<tr>\n<td>Section_Gradebook_View_Type</td>\n<td>Mandatory (nvarchar(), null) Must match a Gradebook View Type in Maestro.</td>\n</tr>\n<tr>\n<td>Section_Start_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY) Edits not allowed if section has enrollments.</td>\n</tr>\n<tr>\n<td>Section_End_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Section_Program</td>\n<td>(nvarchar(), null) Should Match one of the available Programs.</td>\n</tr>\n<tr>\n<td>Section_Capacity</td>\n<td>(int, not null) This is the number of students for this section.</td>\n</tr>\n<tr>\n<td>Section_Status</td>\n<td>Mandatory (nvarchar(), null) The code of section's status. For example: Active, Inactive, Archived, Closed.</td>\n</tr>\n<tr>\n<td>Section_Period</td>\n<td>(nvarchar(), null) Should Match one of the available Period.</td>\n</tr>\n<tr>\n<td>Section_Days</td>\n<td>Mandatory (int, not null) This is the number of days for this course. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Version</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Section_Final_Grade_Type</td>\n<td>Mandatory (nvarchar(), null) Should Match one of the available Grade Type. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Grading_Scale</td>\n<td>Mandatory (nvarchar(), null) Should Match one of the available Grade Scales. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Enrollment_Type</td>\n<td>Mandatory (nvarchar(), null) The name of Enrollment's Type. For example: Standard, Honors, Advanced Placement, Dual Credit.</td>\n</tr>\n<tr>\n<td>Section_Marking_Period_Calculation_Type</td>\n<td>Mandatory (nvarchar(), null) The name of Marking Period Calculation Type. For example: Manual, Assignment Average, Assignment Completion Percentage.</td>\n</tr>\n<tr>\n<td>Section_Description</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Section_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Section Types.</td>\n</tr>\n<tr>\n<td>Section_Fee</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Section_Wholesale_Fee</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Section_IsEnrollmentAutoComplete</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set to (0/1), it will be set to default value (0 as false).</td>\n</tr>\n<tr>\n<td>Section_Certificate</td>\n<td>(nvarchar(), null) Must match one of the available Certificates.</td>\n</tr>\n<tr>\n<td>Section_Enrollment_Grade_Calculation_Type</td>\n<td>Mandatory (nvarchar(), null) Must match one of the available Enrollment Grade Calculation Types.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"enrollment-attributes-specification\">Enrollment Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Enrollment_ID</td>\n<td>(int, not null) This is the Maestro Enrollment ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Enrollment_LMS_ID</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_ID</td>\n<td>Mandatory (int, not null) This is used to look up the student in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This is used to look up the student in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>Mandatory (int, not null) This is used to look up the section in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This is used to look up the section in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Start_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY) Start Date of the Enrollment</td>\n</tr>\n<tr>\n<td>End_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY) End Date of the Enrollment</td>\n</tr>\n<tr>\n<td>Is_Audit</td>\n<td>Mandatory (bool) 0/1 (0 as false, 1 as true). Defaults to 0 if not set.</td>\n</tr>\n<tr>\n<td>Show_On_Transcript</td>\n<td>Mandatory (bool) 0/1 (0 as false, 1 as true). Defaults to 0 if not set.</td>\n</tr>\n<tr>\n<td>Enrollment_Status</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Enrollment_Reason</td>\n<td>(nvarchar(), null) Should match one of the available Enrollment Reasons.</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null) Comments about the Enrollment</td>\n</tr>\n<tr>\n<td>Final_Grade</td>\n<td>(nvarchar(), null) Final Grade</td>\n</tr>\n<tr>\n<td>Current Grade</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Final_Comments</td>\n<td>(nvarchar(), null) Final Comments about the Enrollment</td>\n</tr>\n<tr>\n<td>Grade_Points</td>\n<td>(int, not null) Grade Points earned for enrollment</td>\n</tr>\n<tr>\n<td>Drop_Reason</td>\n<td>(nvarchar(), null) Should match one of the available Enrollment Drop Reasons.</td>\n</tr>\n<tr>\n<td>Drop_Comments</td>\n<td>(nvarchar(), null) Drop Comments about the Enrollment</td>\n</tr>\n<tr>\n<td>Program</td>\n<td>(nvarchar(), null) Should match one of the available Programs.</td>\n</tr>\n<tr>\n<td>Grade_Level</td>\n<td>(nvarchar(), null) Should match one of the available Grade Levels.</td>\n</tr>\n<tr>\n<td>Delete_Data_On_Transfer</td>\n<td>Mandatory (bool) 0/1 (0 as false, 1 as true). Defaults to 0 if not set.</td>\n</tr>\n<tr>\n<td>Unlock</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Alpha_Grade</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"external-enrollment-attributes-specification\">External Enrollment Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>External_Enrollment_ID</td>\n<td>(int, not null) This is the Maestro Item ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_ID</td>\n<td>Mandatory (int, not null) This data is optional if Student Client Code is entered for student lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This data is optional if Student ID is entered for student lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Alpha_Grade</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Course_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Credits</td>\n<td>(decimal) Earned credits</td>\n</tr>\n<tr>\n<td>Credits_Attempted</td>\n<td>Mandatory (decimal)</td>\n</tr>\n<tr>\n<td>Grade_Points</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Start_Date</td>\n<td>(datetime, null) (format: MM/DD/YYYY) Start Date</td>\n</tr>\n<tr>\n<td>Exit_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY) End Date</td>\n</tr>\n<tr>\n<td>Enrollment_Status</td>\n<td>Mandatory (nvarchar(), null) Must match a valid Maestro Enrollment Status.</td>\n</tr>\n<tr>\n<td>Final_Grade</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Is_Audit</td>\n<td>(bool) 0/1 (0 as false, 1 as true)</td>\n</tr>\n<tr>\n<td>Plan_Of_Study_Group_ID</td>\n<td>(int, not null) Must match an existing item in Maestro</td>\n</tr>\n<tr>\n<td>Taken_At</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Term</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"external-test-score-attributes-specification\">External Test Score Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>External_Test_Score_ID</td>\n<td>(int, not null) This is the Maestro External Test Score ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Parent_External_Test_Score_ID</td>\n<td>(int, not null) This is a Maestro External Test Score ID this sub-test will be part of. Can be left blank if not a sub-test. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Test_ID</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Test_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Date_Time</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>User_Account_ID</td>\n<td>Mandatory (int, not null) Edits not allowed. If sub test, it will be overridden by parent's.</td>\n</tr>\n<tr>\n<td>Test_Type</td>\n<td>Mandatory (nvarchar(), null) Should match a valid External Test Type in Maestro. If sub test, it will be overridden by parent's.</td>\n</tr>\n<tr>\n<td>Test_Category</td>\n<td>(nvarchar(), null) Should match a valid External Test Category in Maestro based on External Test Type association. If sub test, it will be overridden by parent's.</td>\n</tr>\n<tr>\n<td>Score</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Alpha_Score</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Grade_Points</td>\n<td>(bool) Enter blank or 1, 2, 3, 4, 5</td>\n</tr>\n<tr>\n<td>Pass_Fail</td>\n<td>(nvarchar(), null) Enter blank or Pass, Fail</td>\n</tr>\n<tr>\n<td>Show_On_Transcript</td>\n<td>(bool) 0/1 (0 as false, 1 as true). If not set to (0/1), it will default to 0 (false).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"attendance-attributes-specification\">Attendance Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Attendance_ID</td>\n<td>(int, not null) This is the Maestro Attendance ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_ID</td>\n<td>Mandatory (int, not null) Edits not allowed. This data is optional if Student Client Code is entered for student lookup.</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed. This data is optional if Student ID is entered for student lookup.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>Mandatory (int, not null) Edits not allowed. This data is optional if Section Client Code is entered for section lookup.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed. This data is optional if Section ID is entered for section lookup.</td>\n</tr>\n<tr>\n<td>Attended</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set to (0/1), it will default to 0 (false).</td>\n</tr>\n<tr>\n<td>Week</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>(decimal) This is the online duration in minutes, normally from LMS</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null) This is the comments related to the online duration</td>\n</tr>\n<tr>\n<td>Physical_Duration</td>\n<td>(decimal) This is the time in minutes spent in a classroom.</td>\n</tr>\n<tr>\n<td>Physical_Duration_Comments</td>\n<td>(nvarchar(), null) This is the comments related to the physical duration</td>\n</tr>\n<tr>\n<td>External_Duration</td>\n<td>(decimal) This is the time in minutes spent in extra-curricular activities that count towards attendance.</td>\n</tr>\n<tr>\n<td>External_Duration_Comments</td>\n<td>(nvarchar(), null) This is the comments related to the external duration</td>\n</tr>\n<tr>\n<td>Tardy_Minutes</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Excused</td>\n<td>(bool) 0/1(0 as false, 1 as true). If not set to (0/1), it will default to 0 (false).</td>\n</tr>\n<tr>\n<td>Absence_Reason</td>\n<td>(nvarchar(), null) Should match an existing absence reason in Maestro</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"assignment-attributes-specification\">Assignment Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Assignment_ID</td>\n<td>(int, not null) This is the Maestro Assignment ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Assignment_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Assignment_LMS_ID</td>\n<td>(nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>Mandatory (int, not null) Assignments cannot be imported into virtual sections. Edits not allowed. This data is optional if Section Client Code is entered for section lookup.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This data is optional if Section ID is entered for section lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Assignment_Type</td>\n<td>(nvarchar(), null) Must match a valid Maestro Assignment Type and be defined for the section.</td>\n</tr>\n<tr>\n<td>Order</td>\n<td>Mandatory (integer) Greater than zero</td>\n</tr>\n<tr>\n<td>Total_Points</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Due_Day</td>\n<td>(int, not null) Number of days from enrollment start date</td>\n</tr>\n<tr>\n<td>IsExcluded</td>\n<td>(bool) 0/1(0 as false, 1 as true)</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>(int, not null) Number of days from enrollment start date</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"assignment-grade-attributes-specification\">Assignment Grade Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Assignment_Grade_ID</td>\n<td>(int, not null) This is the Maestro Assignment Grade ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_ID</td>\n<td>Mandatory (int, not null) This data is optional if Student Client Code is entered for student lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This data is optional if Student ID is entered for student lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>Mandatory (int, not null) This data is optional if Section Client Code is entered for section lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This data is optional if Section ID is entered for section lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Assignment_ID</td>\n<td>Mandatory (int, not null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Date_Submitted</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Numeric_Grade</td>\n<td>Mandatory (decimal)</td>\n</tr>\n<tr>\n<td>Points</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Total_Points</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Grade_Excluded</td>\n<td>(bool) 0/1(0 as false, 1 as true)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"leadgrade-attributes-specification\">LeadGrade Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Lead_ID</td>\n<td>(int, not null) This is the Maestro Lead ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Lead_Organization_ID</td>\n<td>(int, not null) Maestro Organization ID</td>\n</tr>\n<tr>\n<td>Lead_Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Street_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Street_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_State</td>\n<td>(nvarchar(), null) This needs to be the 2 characters State code. Enter XX for countries outside the United States.</td>\n</tr>\n<tr>\n<td>Lead_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Country</td>\n<td>(nvarchar(), null) Should match a valid Lead Country in Maestro.</td>\n</tr>\n<tr>\n<td>Lead_Phone_Number</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Email_Address</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Source</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Lead Source in Maestro.</td>\n</tr>\n<tr>\n<td>Lead_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Notes</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Lead_Status</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Lead Status in Maestro.</td>\n</tr>\n<tr>\n<td>Lead_Next_Scheduled_Contact</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"application-attributes-specification\">Application Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Application_ID</td>\n<td>(int, not null) This is the Maestro Application ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Application_Client_Code</td>\n<td>(nvarchar(), null) This is used to look up the student in Maestro.</td>\n</tr>\n<tr>\n<td>Student_Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>User_Account_User_Name</td>\n<td>Mandatory (nvarchar(), null) This is the Student UserName. Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Gender</td>\n<td>Mandatory (nvarchar(), null) Male/Female/Unknown</td>\n</tr>\n<tr>\n<td>Student_Date_of_Birth</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Student_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Student Types.</td>\n</tr>\n<tr>\n<td>Student_Program</td>\n<td>(nvarchar(), null) Should match an available Program.</td>\n</tr>\n<tr>\n<td>Student_Graduation_Year</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Graduation Year.</td>\n</tr>\n<tr>\n<td>Student_Language</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Language.</td>\n</tr>\n<tr>\n<td>Student_StateId</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_GPA</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>Application_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Application_Notes</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Ethnicity</td>\n<td>Mandatory (nvarchar(), null) 'Not Hispanic / Latino' or 'Hispanic / Latino'</td>\n</tr>\n<tr>\n<td>Student_Race</td>\n<td>Mandatory (nvarchar(), null) Asian, Black or African American, Native Hawaiian or Other Pacific Islander, American Indian or Alaskan Native, White.</td>\n</tr>\n<tr>\n<td>Student_Organization_ID</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Grade_Level</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Grade Level.</td>\n</tr>\n<tr>\n<td>Counselor</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Application_Status</td>\n<td>Mandatory (nvarchar(), null) Should match one of the available Application Statuses.</td>\n</tr>\n<tr>\n<td>Student_IsFullTime</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_GraduationDate</td>\n<td>(datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Student_IsLEP</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_Is504</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsIEP</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsAlternative_Education</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsReturning_Dropout</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsGifted</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_HasFreeOrReducedLunch</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsInternationalStudent</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsPreviousStudent</td>\n<td>Mandatory (bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_IsTransferStudent</td>\n<td>(bool) 0/1(0 as false, 1 as true). If not set, defaults to 0 (false).</td>\n</tr>\n<tr>\n<td>Student_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Student_E-mail_Address_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Phone_1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Phone_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Student_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Phone_2_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Type</td>\n<td>Mandatory (nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Street1</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_City</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_State</td>\n<td>Mandatory (nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Zip_Code</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Student_Address_1_Country</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Country in Maestro.</td>\n</tr>\n<tr>\n<td>Student_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing.</td>\n</tr>\n<tr>\n<td>Student_Address_2_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_State</td>\n<td>(nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX.</td>\n</tr>\n<tr>\n<td>Student_Address_2_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Student_Address_2_Country</td>\n<td>(nvarchar(), null) Should match a valid Country in Maestro.</td>\n</tr>\n<tr>\n<td>Student_Address_2_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Last_Name</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_First_Name</td>\n<td>Mandatory (nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_User_Name</td>\n<td>(nvarchar(), null) Guardian Maestro User Name. Edits not allowed. Will create if not exists.</td>\n</tr>\n<tr>\n<td>Guardian_1_Password</td>\n<td>Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_1_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Relationship</td>\n<td>Mandatory (nvarchar(), null) Should match one of the existing Relationship types.</td>\n</tr>\n<tr>\n<td>Guardian_1_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Guardian_1_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_1</td>\n<td>(nvarchar(), not null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_1_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_User_Name</td>\n<td>(nvarchar(), null) Guardian Maestro User Name. Edits not allowed. Will create if not exists.</td>\n</tr>\n<tr>\n<td>Guardian_2_Password</td>\n<td>Edits not allowed.</td>\n</tr>\n<tr>\n<td>Guardian_2_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Relationship</td>\n<td>(nvarchar(), null) Should match one of the existing Relationship types.</td>\n</tr>\n<tr>\n<td>Guardian_2_Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Guardian_2_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Guardian_2_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Relationship</td>\n<td>(nvarchar(), null) Should match one of the existing Relationship types.</td>\n</tr>\n<tr>\n<td>Contact_1_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Contact_1_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_1_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Last_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_First_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Language</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Relationship</td>\n<td>(nvarchar(), null) Should match one of the existing Relationship types.</td>\n</tr>\n<tr>\n<td>Contact_2_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Contact_2_E-mail_Address_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_1_Type</td>\n<td>(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax.</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Phone_2_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Contact_2_Address_1_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"asset-item-attributes-specification\">Asset Item Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Asset_Item_ID</td>\n<td>(int, not null) This is the Maestro Item ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Asset_ID</td>\n<td>Mandatory (nvarchar(), null) This is the Asset ID this item belongs to. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Client_Code</td>\n<td>Mandatory (nvarchar(), null) This is the bar-code. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>(decimal)</td>\n</tr>\n<tr>\n<td>IMEIDEC_Number</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>MAC_Address</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Should match one of the available asset item statuses: Added, Destroyed, On Loan, Out Of Inventory, Received, Removed, Reserved, Returned, Sent</td>\n</tr>\n<tr>\n<td>Action_Date</td>\n<td>(datetime, null) (format: MM/DD/YYYY) This is the date the item was sent, received, destroyed etc.</td>\n</tr>\n<tr>\n<td>Due_Date</td>\n<td>(datetime, null) (format: MM/DD/YYYY) This is the date the item must be returned to inventory.</td>\n</tr>\n<tr>\n<td>For_User_Account_ID</td>\n<td>(int, not null) This is a Maestro User ID who will get the item. Mandatory unless status is being set to receiving</td>\n</tr>\n<tr>\n<td>By_User_Account_ID</td>\n<td>(int, not null) This is a Maestro User ID who is assign the item. Leave blank for a default user.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"calendar-event-attributes-specification\">Calendar Event Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Event_ID</td>\n<td>(int, not null) This is the Maestro Event ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_Id</td>\n<td>(int, not null) When specifying User Id, Organization Id and Role must also be provided. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>(nvarchar(), null) Examples: Teacher, Student. If specifying for a single user, User Account Id and Organization Id must also be provided. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_Id</td>\n<td>(int, not null) If the event is for a user, User Account Id and Role must also be provided. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_ID</td>\n<td>(int, not null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>(int, not null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Event_Type</td>\n<td>Mandatory (nvarchar(), null) Must match one of the available event types</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Mandatory (date) (format: MM/DD/YYYY HH:MM AM) Event Date</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>Mandatory (int, not null) In minutes</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Short_Description</td>\n<td>Mandatory (nvarchar(), null) This will appear in the calendar</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-course-attributes-specification\">Request Course Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Course_Request_ID</td>\n<td>(int, not null) This is the Maestro Course Request ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_ID</td>\n<td>Mandatory (int, not null) Must match an existing Student ID in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Student_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This is used to look up the student in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_ID</td>\n<td>Mandatory (int, not null) Must match an existing Course ID in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Course_Client_Code</td>\n<td>Mandatory (nvarchar(), null) This data is optional if Course ID is entered for course lookup. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Program</td>\n<td>(nvarchar(), null) Must match an existing Program in Maestro.</td>\n</tr>\n<tr>\n<td>Term</td>\n<td>(nvarchar(), null) Must match an existing Term in Maestro.</td>\n</tr>\n<tr>\n<td>Section_ID</td>\n<td>(int, not null) Must match an existing Section ID in Maestro.</td>\n</tr>\n<tr>\n<td>Section_Client_Code</td>\n<td>(nvarchar(), null) This data is optional if Section ID is entered for section lookup.</td>\n</tr>\n<tr>\n<td>Start_Date</td>\n<td>Mandatory (datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>End_Date</td>\n<td>(datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Course_Request_Reason</td>\n<td>Mandatory (nvarchar(), null) Must match an existing Course Request Reason in Maestro.</td>\n</tr>\n<tr>\n<td>Course_Request_Status</td>\n<td>Mandatory (nvarchar(), null) Must match an existing Course request Status in Maestro.</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null) Additional comments made by person requesting the course</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>(nvarchar(), null) Internal notes to be maintained by administration</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"user-account-membership-attributes-specification\">User Account Membership Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User_Account_Membership_ID</td>\n<td>(int, not null) This is the Maestro User Account Membership ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>User_Account_ID</td>\n<td>(int, not null) This is the Maestro User Account ID. Can be left blank if not known. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_ID</td>\n<td>Mandatory (int, not null) This is the Maestro Organization ID. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Role</td>\n<td>Mandatory (nvarchar(), null) This is the Maestro Role name. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Last_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>First_Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Middle_Name</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Date_of_Birth</td>\n<td>(datetime, null) (format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Mandatory (nvarchar(), null) (Male/Female/Unknown)</td>\n</tr>\n<tr>\n<td>Residential_Status</td>\n<td>(nvarchar(), null) This is the Maestro Residential Status name</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>(nvarchar(), null) This is the Maestro Language name</td>\n</tr>\n<tr>\n<td>Client_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>User_Account_Status</td>\n<td>(nvarchar(), null) Must match a valid Maestro User Account Status. If left empty, defaults to 'Active'.</td>\n</tr>\n<tr>\n<td>Membership_Active</td>\n<td>Mandatory (nvarchar(), null) Enter 1 for active or 0 for inactive</td>\n</tr>\n<tr>\n<td>User_Name</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Security_Question</td>\n<td>(nvarchar(), null) Must match a valid Maestro Security Question.</td>\n</tr>\n<tr>\n<td>Password_Answer</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Ethnicity</td>\n<td>(nvarchar(), null) 'Not Hispanic / Latino' or 'Hispanic / Latino'</td>\n</tr>\n<tr>\n<td>Race</td>\n<td>(nvarchar(), null) Asian, Black or African American, Native Hawaiian or Other Pacific Islander, American Indian or Alaskan Native, White. Separate multiple races with ';'</td>\n</tr>\n<tr>\n<td>Occupation</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>(nvarchar(), null) May need to be added later for certain roles.</td>\n</tr>\n<tr>\n<td>Phone_Type</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>E-mail_Address</td>\n<td>(nvarchar(), null) May need to be added later for certain roles.</td>\n</tr>\n<tr>\n<td>User_Account_SMS_Text_E-mail</td>\n<td>(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&amp;T - <a href=\"https://mailto:9999999999@txt.att.net\">9999999999@txt.att.net</a></td>\n</tr>\n<tr>\n<td>Address_Type</td>\n<td>(nvarchar(), null) May need to be added later for certain roles.</td>\n</tr>\n<tr>\n<td>Address_Street1</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_Street2</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_City</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_State</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_Zip_Code</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_Country</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Address_Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"facility-attributes-specification\">Facility Attributes Specification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Specification</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Facility_Id</td>\n<td>(int, not null) This is the Maestro Facility ID. Can be left blank if creating new. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Mandatory (nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Type in Maestro.</td>\n</tr>\n<tr>\n<td>Parent_ID</td>\n<td>(int, not null) The ID of a valid Facility in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Organization_ID</td>\n<td>(int, not null) The ID of a valid Organization in Maestro. Edits not allowed.</td>\n</tr>\n<tr>\n<td>Seat_Rows</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Seat_Columns</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>Mandatory (nvarchar(), null) Edits not allowed.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Mandatory (nvarchar(), null) Should match a valid Status in Maestro.</td>\n</tr>\n<tr>\n<td>Floor</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Location_X</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Location_Y</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>(int, not null)</td>\n</tr>\n<tr>\n<td>Background_Color</td>\n<td>(nvarchar(), null)</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>(nvarchar(), null)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"maestro-rest-api\">MAESTRO REST API</h1>\n<p>BocaVox Maestro REST API exposes both Export and Import operations via a standardized programmatic interface. Using Maestro's API, you can do pretty much anything you can do on Maestro portal, while using your programming language of choice. The Maestro API is a RESTful API based on HTTP requests and JSON responses.</p>\n<h2 id=\"end-points\">End Points</h2>\n<p>Bulk Export:<br>{base_url}/api/Bulk/ExportBulk</p>\n<p>Bulk Import:<br>{base_url}/api/Bulk/ImportBulk</p>\n<p>Extract Report:</p>\n<p>{{base_url}}/api/Bulk/ExtractReport</p>\n<p>Username and password will be provided by BocaVox at the time of integration.</p>\n<h2 id=\"supported-protocols\">Supported Protocols</h2>\n<p>JSON is supported over HTTPS.</p>\n<h2 id=\"error-codes\">Error Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>If data sent to the API fails validation, a Bad Request response is returned with the message of what caused the error.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authorization has been denied for this request. You may have forgotten to supply credentials.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid credentials</td>\n<td>We could not find a partner with the credentials you provided.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Missing credentials</td>\n<td>The Basic authorization did not contain a value.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>An underlying system connection has timed out, please retry request.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable</td>\n<td>The backend service is temporarily unavailable to handle your request. Please try again later. This error is thrown if the BocaVox platform is unavailable.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable</td>\n<td>Cache is currently not available, please try again later. Cannot connect to cache.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"MAESTRO SOAP API","slug":"maestro-soap-api"},{"content":"MAESTRO REST API","slug":"maestro-rest-api"}],"owner":"7085553","collectionId":"dfe3ebbe-aa4b-4fba-a34d-f31a978b2d36","publishedId":"2sAYdeKqjH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-24T16:47:31.000Z"},"item":[{"name":"Maestro REST API","item":[{"name":"Bulk Export","item":[{"name":"Export Application","event":[{"listen":"test","script":{"id":"ee286be2-3dba-4f98-945e-1f90714db2f9","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e990f9d4-69b8-4e1b-8762-3e92db552fa3","exec":[""],"type":"text/javascript"}}],"id":"c8472109-e211-43d7-9da9-f018834076ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Application\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2024-01-01\",\n    \"UpdatedTo\": \"2024-01-10\" \n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes ending with this date in Maestro. Used in combination with UpdatedFrom. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"357b141d-5430-4fe7-994a-fd1d726925a1","name":"Export Application","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{passWord}}\",\n    \"username\": \"{{userName}}\",\n    \"bulkType\": \"Application\",\n    \"role\": \"Administrator\",\n    \"idList\": [2]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes ending with this date in Maestro. Used in combination with UpdatedFrom. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=6ed85a71-39f2-4ff2-a50f-5e8fa0e0a3dd; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 20:23:57 GMT"},{"key":"Content-Length","value":"5543"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Application ID\": \"2\",\n        \"Application Client Code\": \"10002\",\n        \"Student Last Name\": \"Shepp\",\n        \"Student First Name\": \"Josh\",\n        \"Student Middle Name\": null,\n        \"User Account User Name\": \"JoshShep11\",\n        \"Student Suffix\": null,\n        \"Student Gender\": \"M\",\n        \"Student Date of Birth\": \"1/8/2001\",\n        \"Student Type\": \"Public\",\n        \"First Program Choice\": \"Technology Skills\",\n        \"Student Language\": \"English\",\n        \"Student StateId\": \"\",\n        \"Student GPA\": \"\",\n        \"Application Comments\": \"\",\n        \"Application Notes\": \"\",\n        \"Student Ethnicity\": \"\",\n        \"Student Race\": \"\",\n        \"Student Organization ID\": \"4\",\n        \"Student Services\": \"\",\n        \"Application Status\": \"APPROVED FOR LOTTERY\",\n        \"Student IsFullTime\": \"0\",\n        \"Student GraduationDate\": \"\",\n        \"Student IsLEP\": \"0\",\n        \"Student Is504\": \"0\",\n        \"Student IsIEP\": \"0\",\n        \"Student IsAlternative Education\": \"0\",\n        \"Student IsReturning Dropout\": \"0\",\n        \"Student IsGifted\": \"0\",\n        \"Student HasFreeOrReducedLunch\": \"0\",\n        \"Student IsInternationalStudent\": \"0\",\n        \"Student IsPreviousStudent\": \"0\",\n        \"Student IsTransferStudent\": \"0\",\n        \"Student E-mail Address 1\": \"josh2@bv.com\",\n        \"Student SMS Text E-mail\": \"\",\n        \"Student Phone 1\": \"(233) 004-0033\",\n        \"Student Phone 1 Type\": \"Mobile\",\n        \"Student Phone 2\": \"\",\n        \"Student Phone 2 Type\": \"\",\n        \"Student Address 1 Type\": \"Residential\",\n        \"Student Address 1 Street1\": \"1133 St\",\n        \"Student Address 1 Street2\": null,\n        \"Student Address 1 City\": \"Weston\",\n        \"Student Address 1 State\": \"DC\",\n        \"Student Address 1 Zip Code\": \"33333\",\n        \"Student Address 1 Country\": \"UNITED STATES\",\n        \"Student Address 1 Description\": null,\n        \"Contact 1 Last Name\": \"\",\n        \"Contact 1 First Name\": \"\",\n        \"Contact 1 Language\": \"\",\n        \"Contact 1 Occupation\": \"\",\n        \"Contact 1 Relationship\": \"\",\n        \"Contact 1 E-mail Address 1\": \"\",\n        \"Contact 1 SMS Text E-mail\": \"\",\n        \"Contact 1 Phone 1\": \"\",\n        \"Contact 1 Phone 1 Type\": \"\",\n        \"Contact 1 Phone 2\": \"\",\n        \"Contact 1 Phone 2 Type\": \"\",\n        \"Contact 1 Address 1 Type\": \"\",\n        \"Contact 1 Address 1 Street1\": \"\",\n        \"Contact 1 Address 1 Street2\": \"\",\n        \"Contact 1 Address 1 City\": \"\",\n        \"Contact 1 Address 1 State\": \"\",\n        \"Contact 1 Address 1 Zip Code\": \"\",\n        \"Contact 1 Address 1 Country\": \"\",\n        \"Contact 1 Address 1 Description\": \"\",\n        \"Contact 2 Last Name\": \"\",\n        \"Contact 2 First Name\": \"\",\n        \"Contact 2 Language\": \"\",\n        \"Contact 2 Occupation\": \"\",\n        \"Contact 2 Relationship\": \"\",\n        \"Contact 2 E-mail Address 1\": \"\",\n        \"Contact 2 SMS Text E-mail\": \"\",\n        \"Contact 2 Phone 1\": \"\",\n        \"Contact 2 Phone 1 Type\": \"\",\n        \"Contact 2 Phone 2\": \"\",\n        \"Contact 2 Phone 2 Type\": \"\",\n        \"Contact 2 Address 1 Type\": \"\",\n        \"Contact 2 Address 1 Street1\": \"\",\n        \"Contact 2 Address 1 Street2\": \"\",\n        \"Contact 2 Address 1 City\": \"\",\n        \"Contact 2 Address 1 State\": \"\",\n        \"Contact 2 Address 1 Zip Code\": \"\",\n        \"Contact 2 Address 1 Country\": \"\",\n        \"Contact 2 Address 1 Description\": \"\"\n    }\n]"}],"_postman_id":"c8472109-e211-43d7-9da9-f018834076ec"},{"name":"Export Asset Item","event":[{"listen":"test","script":{"id":"c34c1801-5fdf-4368-8243-059848d9dfe3","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"ba8774bb-0143-4848-927f-35567a537a41","exec":[""],"type":"text/javascript"}}],"id":"506f1cdb-b962-4d95-badd-32fb23de41c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"AssetItem\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Exportbulk","urlObject":{"path":["api","Bulk","Exportbulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"c57ab202-da61-48aa-9e4c-be59ef504dee","name":"Export Asset Item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{passWord}}\",\n    \"username\": \"{{userName}}\",\n    \"bulkType\": \"AssetItem\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes ending with this date in Maestro. Used in combination with UpdatedFrom. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=6ed85a71-39f2-4ff2-a50f-5e8fa0e0a3dd; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 20:47:27 GMT"},{"key":"Content-Length","value":"242"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Asset Item ID\": \"1\",\n        \"Asset ID\": \"1\",\n        \"Client Code\": \"213131232312\",\n        \"Cost\": \"150.0000\",\n        \"IMEIDEC Number\": \"\",\n        \"Location\": \"\",\n        \"MAC Address\": \"\",\n        \"Comments\": \"\",\n        \"Status\": \"\",\n        \"Action Date\": \"\",\n        \"Due Date\": \"\",\n        \"For User Account ID\": \"\",\n        \"By User Account ID\": \"\"\n    }\n]"}],"_postman_id":"506f1cdb-b962-4d95-badd-32fb23de41c1"},{"name":"Export Assignment","event":[{"listen":"test","script":{"id":"bcf01b3c-09f5-4997-a85a-666abf118fa7","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"155ed55a-a166-40dc-a8da-63076e234a33","exec":[""],"type":"text/javascript","packages":{}}}],"id":"48003e43-14b7-4228-8cf4-844fa345f626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Assignment\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Exportbulk","urlObject":{"path":["api","Bulk","Exportbulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"55d44cbf-5890-4095-bfba-d7b45de118a3","name":"Export Assignment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Assignment\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:02 GMT"},{"key":"Content-Length","value":"230"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Assignment ID\": \"1\",\n        \"Assignment Name\": \"Assignment1\",\n        \"Assignment LMS ID\": \"\",\n        \"Section ID\": \"1\",\n        \"Section Client Code\": \"\",\n        \"Weight\": \"\",\n        \"Assignment Type\": \"\",\n        \"Order\": \"1\",\n        \"Total Points\": \"\",\n        \"Due Day\": \"\",\n        \"IsExcluded\": \"0\",\n        \"Description\": \"\"\n    }\n]"}],"_postman_id":"48003e43-14b7-4228-8cf4-844fa345f626"},{"name":"Export Assignment Grade","event":[{"listen":"test","script":{"id":"dbeacbee-db59-437a-8ab3-b0afb7f43e86","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"4618f989-cb99-44ab-815b-b58a0b9ac862","exec":[""],"type":"text/javascript"}}],"id":"f1fac566-8972-425e-a0ee-a885a7a9898b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"AssignmentGrade\",\n    \"role\": \"Administrator\",\n    \"idList\": [2]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Exportbulk","urlObject":{"path":["api","Bulk","Exportbulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"28db42aa-ca51-4b8b-b033-f3737486a7c1","name":"Export Assignment Grade","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"AssignmentGrade\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [2]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:09 GMT"},{"key":"Content-Length","value":"286"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Assignment Grade ID\": \"2\",\n        \"Student ID\": \"1002\",\n        \"Student Client Code\": \"\",\n        \"Section ID\": \"1\",\n        \"Section Client Code\": \"\",\n        \"Assignment ID\": \"1\",\n        \"Date Submitted\": \"10/22/2020\",\n        \"Date Graded\": \"10/22/2020\",\n        \"Numeric Grade\": \"90.000000\",\n        \"Points\": \"\",\n        \"Total Points\": \"\",\n        \"Grade Excluded\": \"0\",\n        \"Comments\": \"\"\n    }\n]"}],"_postman_id":"f1fac566-8972-425e-a0ee-a885a7a9898b"},{"name":"Export AssociationMaestroAttribute","event":[{"listen":"test","script":{"id":"37ecc2e4-686b-4636-af18-29b29a9d17b1","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"517e3ef9-7673-478e-9a1a-ad5538b25f2d","exec":[""],"type":"text/javascript"}}],"id":"b8959281-7d83-42e7-a646-87c4193c061f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"AssociationMaestroAttribute\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2021-01-01\",\n    \"UpdatedTo\": \"2021-06-26\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Exportbulk","urlObject":{"path":["api","Bulk","Exportbulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"5c6fd44c-474a-491d-a39c-d29a15d2e65a","name":"Export AssociationMaestroAttribute Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"AssociationMaestroAttribute\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2021-01-01\",\n    \"UpdatedTo\": \"2021-06-26\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=86dab7f8-724a-4288-ac8c-3611c5d9b936; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=86dab7f8-724a-4288-ac8c-3611c5d9b936; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 22 Jun 2021 15:51:21 GMT"},{"key":"Content-Length","value":"22179"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Association Maestro Attribute ID\": \"1\",\n        \"Maestro Attribute ID\": \"16\",\n        \"Referenced ID\": \"21\",\n        \"Comments\": null,\n        \"Date Created\": \"5/27/2021\",\n        \"_lastUpdatedDate\": \"5/27/2021 12:51:33 AM\"\n    },\n    {\n        \"Association Maestro Attribute ID\": \"2\",\n        \"Maestro Attribute ID\": \"17\",\n        \"Referenced ID\": \"21\",\n        \"Comments\": null,\n        \"Date Created\": \"5/27/2021\",\n        \"_lastUpdatedDate\": \"5/27/2021 12:55:46 AM\"\n    },\n    {\n        \"Association Maestro Attribute ID\": \"3\",\n        \"Maestro Attribute ID\": \"16\",\n        \"Referenced ID\": \"12\",\n        \"Comments\": null,\n        \"Date Created\": \"5/27/2021\",\n        \"_lastUpdatedDate\": \"5/27/2021 11:37:45 AM\"\n    },\n    {\n        \"Association Maestro Attribute ID\": \"4\",\n        \"Maestro Attribute ID\": \"17\",\n        \"Referenced ID\": \"12\",\n        \"Comments\": null,\n        \"Date Created\": \"5/27/2021\",\n        \"_lastUpdatedDate\": \"5/27/2021 11:38:57 AM\"\n    },\n    {\n        \"Association Maestro Attribute ID\": \"5\",\n        \"Maestro Attribute ID\": \"5\",\n        \"Referenced ID\": \"12\",\n        \"Comments\": null,\n        \"Date Created\": \"5/27/2021\",\n        \"_lastUpdatedDate\": \"5/27/2021 11:41:42 AM\"\n    }\n]"}],"_postman_id":"b8959281-7d83-42e7-a646-87c4193c061f"},{"name":"Export Attendance","event":[{"listen":"test","script":{"id":"90baa478-34eb-4bdb-b86c-37238b20aa43","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e15b7744-11b0-45c0-bca5-83f408aa3838","exec":[""],"type":"text/javascript"}}],"id":"9ed0e319-447c-4ed7-a847-971a6556aef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Attendance\",\n    \"role\": \"Administrator\",\n    \"idList\": [2]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"73476650-43c7-4d0c-a20e-cc28e16d05fa","name":"Export Attendance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Attendance\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [2]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:17 GMT"},{"key":"Content-Length","value":"346"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Attendance ID\": \"1\",\n        \"Date\": \"11/30/2020\",\n        \"Student ID\": \"1107\",\n        \"Student Client Code\": \"\",\n        \"Section ID\": \"13\",\n        \"Section Client Code\": \"\",\n        \"Attended\": \"1\",\n        \"Week\": \"\",\n        \"Duration\": \"\",\n        \"Comments\": \"\",\n        \"Physical Duration\": \"\",\n        \"Physical Duration Comments\": \"\",\n        \"External Duration\": \"\",\n        \"External Duration Comments\": \"\",\n        \"Tardy Minutes\": \"\",\n        \"Excused\": \"\",\n        \"Absence Reason\": \"\"\n    }\n]"}],"_postman_id":"9ed0e319-447c-4ed7-a847-971a6556aef3"},{"name":"Export Coach","event":[{"listen":"test","script":{"id":"b9e5fdcb-15cc-4a6d-80f2-30bd8ca5772b","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"19613ae0-0de1-4ee4-b578-adb5ba1ab162","exec":[""],"type":"text/javascript"}}],"id":"061325d6-ca80-4afb-a892-25cd3a7905c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Coach\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"e263a361-c3f9-44cb-aa3c-7e969fc28740","name":"Export Coach","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Coach\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:25 GMT"},{"key":"Content-Length","value":"566"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Coach ID\": \"1\",\n        \"Coach LMS ID\": \"CCoach\",\n        \"Coach Last Name\": \"Coach\",\n        \"Coach First Name\": \"Coach\",\n        \"Coach Middle Name\": \"\",\n        \"Coach Suffix\": \"\",\n        \"Coach Date of Birth\": \"\",\n        \"Coach Gender\": \"M\",\n        \"Coach Status\": \"Active\",\n        \"Coach Client Code\": \"\",\n        \"User Account Client Code\": \"\",\n        \"User Account User Name\": \"Coach\",\n        \"User Account Status\": \"Active\",\n        \"Coach Organization ID\": \"2\",\n        \"Coach MaxStudents\": \"\",\n        \"Coach Comments\": \"\",\n        \"Coach E-mail Address 1\": \"Coach@Coach.com\",\n        \"Coach SMS Text E-mail\": \"\",\n        \"Coach Phone 1\": \"(123) 123-1232\",\n        \"Coach Phone 1 Type\": \"Home\",\n        \"Coach Phone 2\": \"\",\n        \"Coach Phone 2 Type\": \"\"\n    }\n]"}],"_postman_id":"061325d6-ca80-4afb-a892-25cd3a7905c3"},{"name":"Export Course","event":[{"listen":"test","script":{"id":"cd494002-d845-49f1-a0be-4cda694c9394","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"9bbce8b1-4ba4-414f-9fbd-a1938215d2c4","exec":[""],"type":"text/javascript"}}],"id":"e6214cb1-64db-432c-a9d2-320fcaae16c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Course\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"13f16800-3040-44a5-80ac-eaaa4dbaa391","name":"Export Course","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Course\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:31 GMT"},{"key":"Content-Length","value":"769"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Course ID\": \"1\",\n        \"Course LMS ID\": \"1\",\n        \"Course Code\": \"tc1\",\n        \"Course Name\": \"Test Course\",\n        \"Course Type\": \"\",\n        \"Course Program\": \"\",\n        \"Course Department\": \"D1\",\n        \"Course LMS Vendor\": \"None\",\n        \"Course Organization ID\": \"2\",\n        \"Course Client Code\": \"\",\n        \"Course Version\": \"\",\n        \"Course Capacity\": \"\",\n        \"Course Status\": \"Active\",\n        \"Course FixedTerm\": \"1\",\n        \"Course Grade Level\": \"\",\n        \"Course Enrollment Type\": \"Standard\",\n        \"Course Show To Student\": \"1\",\n        \"Course Credit\": \"0.5\",\n        \"Course Fee\": \"50.0000\",\n        \"Course Wholesale Fee\": \"0.0000\",\n        \"Course RequiresPreRequisiteCourse\": \"0\",\n        \"Course RequiresCoRequisiteCourse\": \"0\",\n        \"Course Comment\": \"\",\n        \"Course Description\": \"\",\n        \"Course Grade Level To\": \"\",\n        \"Number Of Pre-Requisites\": \"\",\n        \"Number Of Co-Requisites\": \"\"\n    }\n]"}],"_postman_id":"e6214cb1-64db-432c-a9d2-320fcaae16c1"},{"name":"Export Course Request","event":[{"listen":"test","script":{"id":"a3666fa8-3131-4954-b6e7-61741430569d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3a0c6ff4-c45c-4f58-87ef-1f443e9c93b6","exec":[""],"type":"text/javascript"}}],"id":"a9adbb59-ec3a-44f0-81eb-87abaca7cacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"CourseRequest\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"9009b0f4-097e-4829-93fe-db2591638574","name":"Export Course Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"CourseRequest\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:38 GMT"},{"key":"Content-Length","value":"341"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Course Request ID\": \"1\",\n        \"Student ID\": \"2\",\n        \"Student Client Code\": \"\",\n        \"Course ID\": \"1\",\n        \"Course Client Code\": \"\",\n        \"Program\": \"\",\n        \"Term\": \"Rolling Enrollment\",\n        \"Section ID\": \"\",\n        \"Section Client Code\": \"\",\n        \"Start Date\": \"10/19/2020\",\n        \"End Date\": \"\",\n        \"Course Request Reason\": \"Counselor recommendation\",\n        \"Course Request Status\": \"DELETED\",\n        \"Comments\": \"\",\n        \"Notes\": \"\"\n    }\n]"}],"_postman_id":"a9adbb59-ec3a-44f0-81eb-87abaca7cacb"},{"name":"Export Enrollment","event":[{"listen":"test","script":{"id":"f2e90d34-a61e-4db6-8076-975f5c4a5d3d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"50e8e8a9-cc99-4183-81d8-f527dbd52ca2","exec":[""],"type":"text/javascript"}}],"id":"27dcfa7e-f60e-45ab-8fe1-0a1f6b0227a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Enrollment\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2024-01-01\",\n    \"UpdatedTo\": \"2024-01-10\" \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"ddd65746-eafc-4218-9810-aae52cd540a1","name":"Export Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Enrollment\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2024-01-01\",\n    \"UpdatedTo\": \"2024-01-10\" \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo-bva.maestrosis.com/api/Bulk/ExportBulk","protocol":"https","host":["demo-bva","maestrosis","com"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Feb 2024 22:16:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-aspnet-version","value":"4.0.30319"},{"key":"x-powered-by","value":"ASP.NET"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85d44659998b5c78-MIA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Enrollment ID\": \"5\",\n        \"Enrollment LMS ID\": \"\",\n        \"Student ID\": \"1585\",\n        \"Student Client Code\": \"\",\n        \"Section ID\": \"192\",\n        \"Section Client Code\": \"\",\n        \"Start Date\": \"9/10/2010\",\n        \"End Date\": \"1/14/2011\",\n        \"Exit Date\": \"10/6/2010\",\n        \"Is Audit\": \"0\",\n        \"Show On Transcript\": \"1\",\n        \"Enrollment Status\": \"COMPLETE\",\n        \"Enrollment Reason\": \"\",\n        \"Comments\": \"\",\n        \"Current Grade\": \"20\",\n        \"Alpha Grade\": \"\",\n        \"Final Grade\": \"90\",\n        \"Final Comments\": \"\",\n        \"Grade Points\": \"0.000000\",\n        \"Grade Points Weighted\": \"0.000000\",\n        \"Drop Reason\": \"Other\",\n        \"Drop Comments\": \"\",\n        \"Program\": \"Masters of Divinity\",\n        \"Grade Level\": \"\",\n        \"Delete Data On Transfer\": \"0\",\n        \"Schedule Enrollment ID\": \"\",\n        \"Report Card Note\": \"\",\n        \"Course Request ID\": \"\",\n        \"EnrollmentSemester\": \"\",\n        \"EnrollmentReview\": \"good job\"\n    }\n]"}],"_postman_id":"27dcfa7e-f60e-45ab-8fe1-0a1f6b0227a6"},{"name":"Export External Enrollment","event":[{"listen":"test","script":{"id":"62fef239-9515-4068-9ef9-a38447edf1d7","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0cae2133-1d39-4dba-9ba8-35acb3a50c4f","exec":[""],"type":"text/javascript"}}],"id":"b37fa158-3e79-4f34-a49e-22bc9c217121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"ExternalEnrollment\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"db94f047-7856-4094-be38-a624c48a4f39","name":"Export External Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"ExternalEnrollment\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:50 GMT"},{"key":"Content-Length","value":"354"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"External Enrollment ID\": \"1\",\n        \"Student ID\": \"2\",\n        \"Student Client Code\": \"\",\n        \"Comments\": \"\",\n        \"Course Name\": \"Coding\",\n        \"Credits\": \"\",\n        \"Credits Attempted\": \"1.000\",\n        \"Grade Points\": \"\",\n        \"Start Date\": \"\",\n        \"Exit Date\": \"11/30/2020\",\n        \"Enrollment Status\": \"COMPLETE\",\n        \"Final Grade\": \"A\",\n        \"Is Audit\": \"0\",\n        \"Plan Of Study Group ID\": \"\",\n        \"Taken At\": \"STA\",\n        \"Term\": \"\",\n        \"Course Client Code\": \"\"\n    }\n]"}],"_postman_id":"b37fa158-3e79-4f34-a49e-22bc9c217121"},{"name":"Export External Test Score","event":[{"listen":"test","script":{"id":"a59901e4-6b9f-424a-b2b1-91a7248af013","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"afb15831-dccc-4730-84c4-0f1dfb8bd7e3","exec":[""],"type":"text/javascript"}}],"id":"20ff40ea-2b7d-4603-bb30-bd26a7ecac39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"ExternalTestScore\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"f089ab67-4c31-403b-8199-5462b06cf223","name":"Export External Test Score","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"ExternalTestScore\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:22:56 GMT"},{"key":"Content-Length","value":"558"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"External Test Score ID\": \"1\",\n        \"Parent External Test Score ID\": \"\",\n        \"Test ID\": null,\n        \"Test Name\": \"ESL Assessment\",\n        \"Date Time\": \"\",\n        \"User Account ID\": \"1130\",\n        \"Test Type\": \"CASAS\",\n        \"Test Category\": \"\",\n        \"Score\": \"0.0000\",\n        \"Scaled Score\": null,\n        \"Description\": null,\n        \"Comments\": null,\n        \"Grade Points\": \"\",\n        \"Pass Fail\": \"\",\n        \"Course Client Code\": \"\",\n        \"Test Site ID\": \"\",\n        \"Attended\": \"\",\n        \"Absence Reason\": \"\",\n        \"Tardy\": \"\",\n        \"Attendance Comments\": \"\",\n        \"Show On Transcript\": \"0\",\n        \"extSeries\": \"\",\n        \"extForm\": \"\",\n        \"extCertificationNumber\": \"\",\n        \"extTotalScore\": \"\",\n        \"extEducationalFunctioningLevel\": \"\",\n        \"extTiming\": \"\"\n    }\n]"}],"_postman_id":"20ff40ea-2b7d-4603-bb30-bd26a7ecac39"},{"name":"Export Facility","event":[{"listen":"test","script":{"id":"7be6a70f-52d2-48ab-89cb-48b0d49bb4b2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"bcac71bf-284b-49b0-ab49-ef81e02e670c","exec":[""],"type":"text/javascript"}}],"id":"9dd70e4e-ee57-4406-9d8c-d7f3a3d9ce00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Facility\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"a835dbfb-fb0f-485e-969a-59653d6f3b75","name":"Export Facility","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Facility\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:03 GMT"},{"key":"Content-Length","value":"301"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Facility ID\": \"1\",\n        \"Name\": \"Harvard Street Campus\",\n        \"Type\": \"Campus\",\n        \"Parent ID\": \"\",\n        \"Organization ID\": \"2\",\n        \"Seat Rows\": \"\",\n        \"Seat Columns\": \"\",\n        \"Code\": \"HSC\",\n        \"Status\": \"AVAILABLE\",\n        \"Floor\": \"1\",\n        \"Location X\": \"\",\n        \"Location Y\": \"\",\n        \"Width\": \"2400.000\",\n        \"Length\": \"3200.000\",\n        \"Background Color\": \"#000099\",\n        \"Description\": \"\"\n    }\n]"}],"_postman_id":"9dd70e4e-ee57-4406-9d8c-d7f3a3d9ce00"},{"name":"Export Lead","event":[{"listen":"test","script":{"id":"3e74296b-2114-4bd1-a0f1-15c302ecb3b3","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7a702360-e667-4b64-b432-27eaa0c73fb2","exec":[""],"type":"text/javascript"}}],"id":"097099d5-1d2d-4983-a12c-f8ed77a5dd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Lead\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"78d4441f-2bc7-40ad-b5cc-009b66639272","name":"Export Lead","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Lead\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:08 GMT"},{"key":"Content-Length","value":"778"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Lead ID\": \"2\",\n        \"Lead Organization ID\": \"4\",\n        \"Lead Last Name\": \"Arena\",\n        \"Lead First Name\": \"Ana Bella\",\n        \"Lead Middle Name\": \"\",\n        \"Lead Suffix\": \"\",\n        \"Lead Street 1\": \"1002 St\",\n        \"Lead Street 2\": \"\",\n        \"Lead City\": \"Weston\",\n        \"Lead State\": \"FL\",\n        \"Lead Zip Code\": \"33333\",\n        \"Lead Country\": \"UNITED STATES\",\n        \"Lead Phone Number\": \"\",\n        \"Lead Email Address\": \"KArena@bv.com\",\n        \"Lead Source\": \"Friend or family member\",\n        \"Lead Comments\": \"The information is reviewed! and recommended to attend the information session.\\n- the required documents are attached,\",\n        \"Lead Notes\": \"\",\n        \"Lead Status\": \"APPLIED\",\n        \"Lead Next Scheduled Contact\": \"\"\n    }\n]"}],"_postman_id":"097099d5-1d2d-4983-a12c-f8ed77a5dd90"},{"name":"Export LMS Credential","event":[{"listen":"test","script":{"id":"75ad5994-d81a-4bd4-99ee-fe4eccde7c33","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"28cea6a0-f8a0-43de-9b0a-2d87cf38c79a","exec":[""],"type":"text/javascript"}}],"id":"dce6c15e-ad49-4197-8754-32bd120dcfdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"LMSCredential\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"62642d81-ab91-4b4d-9b64-b4d33fc6558e","name":"Export LMS Credential","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"LMSCredential\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:15 GMT"},{"key":"Content-Length","value":"2"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"dce6c15e-ad49-4197-8754-32bd120dcfdb"},{"name":"Export Organization","event":[{"listen":"test","script":{"id":"bb5fd962-07be-4621-849b-ae7258178e5e","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"edc09db5-690c-487d-9f25-8b93137dee75","exec":[""],"type":"text/javascript"}}],"id":"610b4bc9-38e0-4da5-8096-ff0cbfac4f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Organization\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"008867f3-488f-47c8-85ee-df7b248903e5","name":"Export Organization","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Organization\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:20 GMT"},{"key":"Content-Length","value":"856"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Organization ID\": \"1\",\n        \"Organization LMS ID\": \"\",\n        \"Organization Name\": \"BocaVox\",\n        \"Organization Parent ID\": \"0\",\n        \"Organization Client Code\": \"\",\n        \"Organization Client Number\": \"\",\n        \"Accept Applications\": \"1\",\n        \"Organization Status\": \"Active\",\n        \"User Account User Name\": \"BVContact\",\n        \"User Account Status\": \"Active\",\n        \"Organization Description\": \"BocaVox\",\n        \"Organization Comment\": \"\",\n        \"Organization Type\": \"\",\n        \"Organization Pays For Student\": \"0\",\n        \"Organization Branding\": \"\",\n        \"Organization E-mail Address 1\": \"\",\n        \"Organization SMS Text E-mail\": \"\",\n        \"Organization Phone 1\": \"\",\n        \"Organization Phone 1 Type\": \"\",\n        \"Organization Address 1 Type\": \"\",\n        \"Organization Address 1 Street1\": \"\",\n        \"Organization Address 1 Street2\": \"\",\n        \"Organization Address 1 City\": \"\",\n        \"Organization Address 1 State\": \"\",\n        \"Organization Address 1 Zip Code\": \"\",\n        \"Organization Address 1 Country\": \"\",\n        \"Organization Address 1 Description\": \"\"\n    }\n]"}],"_postman_id":"610b4bc9-38e0-4da5-8096-ff0cbfac4f40"},{"name":"Export Section","event":[{"listen":"test","script":{"id":"78196c73-e19a-4c8d-9983-56a8b8ad1645","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a208ff6f-7a1b-4125-bf60-c790c2515e0e","exec":[""],"type":"text/javascript"}}],"id":"f0d836e7-d118-4488-822e-5b6c68b61d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Section\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"18b20954-d8a7-4854-8c27-2cf17e2fff15","name":"Export Section","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Section\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:25 GMT"},{"key":"Content-Length","value":"1041"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Section ID\": \"1\",\n        \"Section LMS ID\": \"1\",\n        \"Section Course ID\": \"1\",\n        \"Section Name\": \"Test Section\",\n        \"Section Code\": \"ts1\",\n        \"Section Client Code\": \"\",\n        \"Section Credit\": \"0.5\",\n        \"Section Teacher ID\": \"1\",\n        \"Section Teacher Assistant ID\": \"\",\n        \"Section Term\": \"SY20-21 Spring\",\n        \"Section Organization ID\": \"2\",\n        \"Section LMS Vendor\": \"None\",\n        \"Section Gradebook View Type\": \"Grade\",\n        \"Section Start Date\": \"10/19/2020\",\n        \"Section End Date\": \"1/1/2050\",\n        \"Section IsNetwork\": \"0\",\n        \"Section Program\": \"\",\n        \"Section Capacity\": \"30\",\n        \"Section Status\": \"Active\",\n        \"Section IsPacingEnabled\": \"1\",\n        \"Section Period\": \"\",\n        \"Section Days\": \"90\",\n        \"Section Version\": \"\",\n        \"Section Final Grade Type\": \"Letter\",\n        \"Section Grading Scale\": \"Default\",\n        \"Section Enrollment Type\": \"Standard\",\n        \"Section Marking Period Calculation Type\": \"Assignment Average\",\n        \"Section Description\": \"\",\n        \"Section Comments\": \"\",\n        \"Section Type\": \"Blended\",\n        \"Section Fee\": \"\",\n        \"Section Wholesale Fee\": \"\",\n        \"Section IsEnrollmentAutoComplete\": \"0\",\n        \"Section Certificate\": \"\",\n        \"Section Enrollment Grade Calculation Type\": \"Assignment Average\",\n        \"Schedule Section ID\": \"\"\n    }\n]"}],"_postman_id":"f0d836e7-d118-4488-822e-5b6c68b61d26"},{"name":"Export Section Enrollment","event":[{"listen":"test","script":{"id":"12c25b33-7a87-4ef7-b1fb-5840caeed436","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"c10435cf-3953-40d8-af2c-f020f3757dca","exec":[""],"type":"text/javascript"}}],"id":"267021d9-51fb-4b70-b3e4-3d5c3534ba53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"SectionEnrollment\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"fdbdfb44-0cb5-46cf-bbdf-adeaf1174072","name":"Export Section Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"SectionEnrollment\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:31 GMT"},{"key":"Content-Length","value":"201"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Section Enrollment ID\": \"1\",\n        \"User Account Membership ID\": \"1014\",\n        \"Section ID\": \"1\",\n        \"Section Client Code\": \"\",\n        \"Enrollment Status\": \"ACTIVE\",\n        \"Start Date\": \"10/19/2020\",\n        \"End Date\": \"1/1/2050\",\n        \"Exit Date\": \"\"\n    }\n]"}],"_postman_id":"267021d9-51fb-4b70-b3e4-3d5c3534ba53"},{"name":"Export Student","event":[{"listen":"test","script":{"id":"55cd712e-550e-423e-a1a4-d0f45708a297","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"250f9c23-b736-4908-80ee-307778216033","exec":[""],"type":"text/javascript"}}],"id":"baedf567-9c5c-4bbd-89de-ef41b8f0c67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Student\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"12820571-9185-4eb3-ad83-f12bc49301cd","name":"Export Student","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Student\",\n    \"role\": \"Administrator\",\n    \"UpdatedFrom\": \"2024-01-01\",\n    \"UpdatedTo\": \"2024-01-10\" \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo-bva.maestrosis.com/api/Bulk/ExportBulk","protocol":"https","host":["demo-bva","maestrosis","com"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Feb 2024 22:22:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-aspnet-version","value":"4.0.30319"},{"key":"x-powered-by","value":"ASP.NET"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85d44e7ac93a5c78-MIA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Student ID\": \"8649\",\n        \"Student LMS ID\": \"19197\",\n        \"Student Client Code\": \"\",\n        \"Student Last Name\": \"Tester123\",\n        \"Student First Name\": \"Testing\",\n        \"Student Middle Name\": \"\",\n        \"Bincy Suffix\": \"\",\n        \"Student Gender\": \"Male\",\n        \"Student Date of Birth\": \"2/11/2004\",\n        \"Student Graduation Year\": \"2025\",\n        \"Student Type\": \"Charter\",\n        \"Student Language\": \"English\",\n        \"Student StateId\": \"\",\n        \"Student Is LEP\": \"0\",\n        \"Student Is 504\": \"0\",\n        \"Student Is Gifted\": \"0\",\n        \"Student Has Free Or Reduced Lunch\": \"0\",\n        \"Student Has Completed Orientation\": \"0\",\n        \"Student Orientation Date\": \"\",\n        \"Student Is Returning Dropout\": \"0\",\n        \"Student Is Alternative Education Student\": \"0\",\n        \"Student Is IEP\": \"0\",\n        \"Student Counselor\": \"\",\n        \"Student IEP Program\": \"\",\n        \"Student IEP Case Manager\": \"\",\n        \"Student Status\": \"ACTIVE\",\n        \"Student Program\": \"\",\n        \"Student GraduationDate\": \"\",\n        \"Student Comments\": \"\",\n        \"Student Ethnicity\": \"Hispanic / Latino\",\n        \"Student Race\": \"\",\n        \"User Account Id\": \"19197\",\n        \"User Account User Name\": \"Testing123abc\",\n        \"User Account SSN\": null,\n        \"User Account Status\": \"Active\",\n        \"Student Organization ID\": \"754\",\n        \"Grade Level\": \"4th\",\n        \"Student Coach\": \"16\",\n        \"Student IsFullTime\": \"1\",\n        \"Student E-mail Address 1\": \"werfghjk@fghjkl.com\",\n        \"Student SMS Text E-mail\": \"\",\n        \"Student Phone 1\": \"(123) 456-7890\",\n        \"Student Phone 1 Type\": \"Mobile\",\n        \"Student Phone 2\": \"\",\n        \"Student Phone 2 Type\": \"\",\n        \"Student Address 1 Type\": \"Residential\",\n        \"Student Address 1 Street1\": \"123 Main Street\",\n        \"Student Address 1 Street2\": null,\n        \"Student Address 1 City\": \"Weston\",\n        \"Student Address 1 State\": \"CA\",\n        \"Student Address 1 Zip Code\": \"33328\",\n        \"Student Address 1 Country\": \"UNITED STATES\",\n        \"Student Address 1 Description\": null,\n        \"Guardian 1 Last Name\": \"\",\n        \"Guardian 1 First Name\": \"\",\n        \"Guardian 1 User Name\": \"\",\n        \"Guardian 1 Language\": \"\",\n        \"Guardian 1 Occupation\": \"\",\n        \"Guardian 1 Relationship\": \"\",\n        \"Guardian 1 Comments\": \"\",\n        \"Guardian 1 E-mail Address 1\": \"\",\n        \"Guardian 1 SMS Text E-mail\": \"\",\n        \"Guardian 1 Phone 1\": \"\",\n        \"Guardian 1 Phone 1 Type\": \"\",\n        \"Guardian 1 Phone 2\": \"\",\n        \"Guardian 1 Phone 2 Type\": \"\",\n        \"Guardian 1 Address 1 Type\": \"\",\n        \"Guardian 1 Address 1 Street1\": \"\",\n        \"Guardian 1 Address 1 Street2\": \"\",\n        \"Guardian 1 Address 1 City\": \"\",\n        \"Guardian 1 Address 1 State\": \"\",\n        \"Guardian 1 Address 1 Zip Code\": \"\",\n        \"Guardian 1 Address 1 Country\": \"\",\n        \"Guardian 1 Address 1 Description\": \"\",\n        \"Guardian 2 Last Name\": \"\",\n        \"Guardian 2 First Name\": \"\",\n        \"Guardian 2 User Name\": \"\",\n        \"Guardian 2 Language\": \"\",\n        \"Guardian 2 Occupation\": \"\",\n        \"Guardian 2 Relationship\": \"\",\n        \"Guardian 2 Comments\": \"\",\n        \"Guardian 2 E-mail Address 1\": \"\",\n        \"Guardian 2 SMS Text E-mail\": \"\",\n        \"Guardian 2 Phone 1\": \"\",\n        \"Guardian 2 Phone 1 Type\": \"\",\n        \"Guardian 2 Phone 2\": \"\",\n        \"Guardian 2 Phone 2 Type\": \"\",\n        \"Guardian 2 Address 1 Type\": \"\",\n        \"Guardian 2 Address 1 Street1\": \"\",\n        \"Guardian 2 Address 1 Street2\": \"\",\n        \"Guardian 2 Address 1 City\": \"\",\n        \"Guardian 2 Address 1 State\": \"\",\n        \"Guardian 2 Address 1 Zip Code\": \"\",\n        \"Guardian 2 Address 1 Country\": \"\",\n        \"Guardian 2 Address 1 Description\": \"\",\n        \"Contact 1 Last Name\": \"\",\n        \"Contact 1 First Name\": \"\",\n        \"Contact 1 Language\": \"\",\n        \"Contact 1 Occupation\": \"\",\n        \"Contact 1 Relationship\": \"\",\n        \"Contact 1 E-mail Address 1\": \"\",\n        \"Contact 1 SMS Text E-mail\": \"\",\n        \"Contact 1 Phone 1\": \"\",\n        \"Contact 1 Phone 1 Type\": \"\",\n        \"Contact 1 Phone 2\": \"\",\n        \"Contact 1 Phone 2 Type\": \"\",\n        \"Contact 1 Address 1 Type\": \"\",\n        \"Contact 1 Address 1 Street1\": \"\",\n        \"Contact 1 Address 1 Street2\": \"\",\n        \"Contact 1 Address 1 City\": \"\",\n        \"Contact 1 Address 1 State\": \"\",\n        \"Contact 1 Address 1 Zip Code\": \"\",\n        \"Contact 1 Address 1 Country\": \"\",\n        \"Contact 1 Address 1 Description\": \"\",\n        \"StateSSize\": \"\",\n        \"RaceMostIdentifiedWith\": \"\",\n        \"Agent\": \"Sidney Crosby\",\n        \"AgentFee\": \"75.0000\",\n        \"Guardianship\": \"\",\n        \"PrimaryLanguage\": \"\",\n        \"Eye Color\": \"\",\n        \"ShoeSize\": \"\",\n        \"BCSID\": \"\",\n        \"Glasses\": \"\",\n        \"FlightStatus\": \"\",\n        \"NumberOfSiblings\": \"\",\n        \"NoContact\": \"\",\n        \"OneContact\": \"\",\n        \"TwoOrMoreContacts\": \"\",\n        \"TranscriptToECT\": \"\",\n        \"ContactDate\": \"\",\n        \"ProgramStartDate\": \"\",\n        \"TableShape\": \"\",\n        \"StudentPreferredName\": \"\",\n        \"LeftEyeColor\": \"\",\n        \"RightEyeColor\": \"\",\n        \"ShirtColor\": \"\",\n        \"CourseList\": \"\",\n        \"BaseballGloveHand\": \"\",\n        \"WearsGlasses\": \"\",\n        \"DegreeType\": \"\",\n        \"DegreeTypeLeaf\": \"\",\n        \"CertField\": \"\",\n        \"MIPS\": \"\",\n        \"Religion\": \"\",\n        \"PreferredPronoun\": \"\",\n        \"BillingType\": \"\",\n        \"Test1\": \"\",\n        \"Test\": \"\",\n        \"COCDate\": \"\",\n        \"School_District\": \"\",\n        \"Clubs\": \"\",\n        \"NewExtensionField\": \"\",\n        \"Email\": \"\",\n        \"ABCField\": \"\",\n        \"International\": \"\",\n        \"Affiliate\": \"True\",\n        \"KLS\": \"\"\n    }\n]"}],"_postman_id":"baedf567-9c5c-4bbd-89de-ef41b8f0c67c"},{"name":"Export Teacher","event":[{"listen":"test","script":{"id":"d8b61629-a16a-4119-a94c-54798a7bda87","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"ebece059-1cbd-431c-abff-e2ebd2a9e4d3","exec":[""],"type":"text/javascript"}}],"id":"52040668-a271-4956-b49a-5718d159ce2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"Teacher\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"ea30351e-484b-4bf3-9ad6-641cf39131fc","name":"Export Teacher","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Teacher\",\r\n    \"role\": \"Administrator\",\r\n    \"idList\": [1]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"bulkType","value":"String","type":"text","disabled":true},{"key":"idList","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=88626ce3-4e0d-423d-aa4e-b6a8a0be076d; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 16 Mar 2021 04:23:43 GMT"},{"key":"Content-Length","value":"780"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"Teacher ID\": \"1\",\r\n    \"Teacher LMS ID\": \"TtestT\",\r\n    \"Teacher Last Name\": \"Teacher\",\r\n    \"Teacher First Name\": \"Test\",\r\n    \"Teacher Middle Name\": \"\",\r\n    \"Teacher Suffix\": \"\",\r\n    \"Teacher Date of Birth\": \"1/1/1970\",\r\n    \"Teacher Gender\": \"M\",\r\n    \"Teacher Client Code\": \"\",\r\n    \"User Account Client Code\": \"\",\r\n    \"Teacher Status\": \"Active\",\r\n    \"Teacher Type\": \"Full Time\",\r\n    \"User Account User Name\": \"testT\",\r\n    \"User Account Status\": \"Active\",\r\n    \"Teacher Organization ID\": \"2\",\r\n    \"Teacher IsMentor\": \"0\",\r\n    \"Teacher IsQualified\": \"0\",\r\n    \"Teacher MaxEnrollments\": \"\",\r\n    \"Teacher MaxSections\": \"\",\r\n    \"Teacher MaxPeriods\": \"\",\r\n    \"Teacher Comments\": \"\",\r\n    \"Priority\": \"\",\r\n    \"Teacher Race\": \"\",\r\n    \"Teacher E-mail Address 1\": \"testteacher@mail.com\",\r\n    \"Teacher SMS Text E-mail\": \"\",\r\n    \"Teacher Phone 1\": \"(111) 111-1111\",\r\n    \"Teacher Phone 1 Type\": \"Mobile\",\r\n    \"Teacher Phone 2\": \"\",\r\n    \"Teacher Phone 2 Type\": \"\"\r\n  }\r\n]"}],"_postman_id":"52040668-a271-4956-b49a-5718d159ce2a"},{"name":"Export User Account Membership","event":[{"listen":"test","script":{"id":"7a9cdc2f-9a2d-4851-bcdd-fec95cfee315","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e61f4076-cd9e-469f-bea0-5c6be682e8f4","exec":[""],"type":"text/javascript"}}],"id":"e1100a3c-8483-46f8-8aa9-ef807ac05c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"UserAccountMembership\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk","urlObject":{"path":["api","Bulk","ExportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>List of Maestro object IDs to retrieve when exporting data of a desired object type</p>\n","type":"text/plain"},"key":"idList","value":"Int[]"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedFrom","value":"DateTime"},{"disabled":true,"description":{"content":"<p>A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DD hh:mm:ss)</p>\n","type":"text/plain"},"key":"UpdatedTo","value":"DateTime"}],"variable":[]}},"response":[{"id":"67520231-aedb-43e2-92b8-2a3c7afc264c","name":"Export User Account Membership","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"{{password}}\",\n    \"username\": \"{{username}}\",\n    \"bulkType\": \"UserAccountMembership\",\n    \"role\": \"Administrator\",\n    \"idList\": [1]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"bulkType","value":"String","description":"One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types","disabled":true},{"key":"idList","value":"Int[]","description":"List of Maestro object IDs to retrieve when exporting data of a desired object type","disabled":true},{"key":"UpdatedFrom","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes starting with this date in Maestro. Used in combination with UpdatedTo. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true},{"key":"UpdatedTo","value":"DateTime","description":"A date filter when exporting data. API will export all data with changes ending with this date in Maestro. Used in combination with UpdatedFrom. (YYYY-MM-DDThh:mm:sszzzzzz)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=9c43ff29-1705-46e4-88ad-e8ad72664b3f; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=9c43ff29-1705-46e4-88ad-e8ad72664b3f; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 19 Mar 2021 14:06:34 GMT"},{"key":"Content-Length","value":"949"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"User Account Membership ID\": \"3\",\n        \"User Account ID\": \"3\",\n        \"Organization ID\": \"2\",\n        \"Role\": \"SIS Admin\",\n        \"Last Name\": \"Support\",\n        \"First Name\": \"Client\",\n        \"Middle Name\": null,\n        \"Suffix\": null,\n        \"Date of Birth\": \"\",\n        \"Gender\": \"X\",\n        \"Residential Status\": \"\",\n        \"Language\": \"\",\n        \"Client Code\": null,\n        \"User Account Status\": \"Active\",\n        \"Membership Active\": \"1\",\n        \"User Name\": \"clientsupport\",\n        \"Security Question\": \"\",\n        \"Ethnicity\": \"\",\n        \"Race\": \"\",\n        \"Occupation\": null,\n        \"Comments\": null,\n        \"UserAccountMembership E-mail Address 1\": \"\",\n        \"UserAccountMembership SMS Text E-mail\": \"\",\n        \"UserAccountMembership Phone 1\": \"\",\n        \"UserAccountMembership Phone 1 Type\": \"\",\n        \"UserAccountMembership Address 1 Type\": \"\",\n        \"UserAccountMembership Address 1 Street1\": \"\",\n        \"UserAccountMembership Address 1 Street2\": \"\",\n        \"UserAccountMembership Address 1 City\": \"\",\n        \"UserAccountMembership Address 1 State\": \"\",\n        \"UserAccountMembership Address 1 Zip Code\": \"\",\n        \"UserAccountMembership Address 1 Country\": \"\",\n        \"UserAccountMembership Address 1 Description\": \"\"\n    }\n]"}],"_postman_id":"e1100a3c-8483-46f8-8aa9-ef807ac05c89"}],"id":"58308d61-a8d7-4afa-a72e-bca36aa2463e","description":"<p>Bulk exports can be requested from the system for the same bulk object types that can be imported. The list of these objects is defined below.</p>\n<p>ExportBulk function exports all the data of the chosen bulk type from Maestro unless an ID list of the Maestro objects is specified, which will then be used as a filter to return only data that matches these IDs.</p>\n<p>It is possible to export all the data of the chosen bulk type from Maestro that has been modified/inserted within the specified start and end date range parameter.</p>\n<h1 id=\"extensions\">Extensions</h1>\n<p>The extensions are database table columns created dynamically by the users. The extension column names, data type and nullity indication are also defined dynamically for each extension. The extension column names are dynamically added in their corresponding JSON template as additional attributes.</p>\n","_postman_id":"58308d61-a8d7-4afa-a72e-bca36aa2463e"},{"name":"Bulk Import/Update","item":[{"name":"Update Lead","event":[{"listen":"test","script":{"id":"9a75b10b-912f-4027-bff5-df7aab8bd4de","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"691948e8-ecbf-4e07-81db-c18a84468faf","exec":[""],"type":"text/javascript"}}],"id":"f5d1e57f-1738-4cfe-8c83-2016ff45f4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Lead\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1,\r\n        \"Lead ID\": 1,\r\n        \"Lead First Name\": \"Anne Smith\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String\t"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>One of the supported bulk object types, data transacted is of this object type. See list of supported bulk object types</p>\n","type":"text/plain"},"key":"bulkType","value":"String"},{"disabled":true,"description":{"content":"<p>A flag to verify data when importing data into Maestro. When set to true, data will be checked against all data and business rules defined Maestro without any changes being committed to the database.</p>\n","type":"text/plain"},"key":"verifyOnly","value":"Bool"},{"disabled":true,"description":{"content":"<p>String representation of XML data pertaining to the chosen object type when used with an import function. Byte[] representation of Excel file data pertaining to the chosen object type when used with an import function</p>\n","type":"text/plain"},"key":"data","value":"String/Byte[]"}],"variable":[]}},"response":[],"_postman_id":"f5d1e57f-1738-4cfe-8c83-2016ff45f4fe"},{"name":"Import Organization","event":[{"listen":"test","script":{"id":"d65bae18-4cfc-40fe-bede-266118a1926e","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"2ad6d8a6-3805-4f45-8806-7c8edd65a8dd","exec":[""],"type":"text/javascript"}}],"id":"baeeb374-dac4-4973-8fe6-e82df3acd342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Organization\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1,\r\n        \"Organization_ID\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Organization_ID","value":"Int:(int, not null) This is the Maestro Organization ID. Can be left blank if not known. If there is a value, it MUST match an existing organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Organization_LMS_ID","value":"nvarchar:(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Organization_Name","value":"nvarchar:Mandatory(nvarchar(), null)"},{"disabled":true,"key":"Organization_Parent_ID","value":"int:Mandatory(int, not null) The ID of a valid Organization in Maestro. Must match a district level organization or  client level organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Organization_Client_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Client_Number","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Accept_Applications","value":"bool:Mandatory(bool) 0/1(0 as false, 1 as true)"},{"disabled":true,"key":"Organization_Status","value":"nvarchar:Mandatory(nvarchar(), null) Should match a valid Organization Status in Maestro."},{"disabled":true,"key":"User_Account_User_Name","value":"nvarchar:Mandatory(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Password","value":"nvarchar:Mandatory(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Status","value":"nvarchar:Mandatory(nvarchar(), null) Should match a valid UserAccount Status in Maestro. Edits not allowed."},{"disabled":true,"key":"Organization_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Comment","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Type","value":"nvarchar:(nvarchar(), null) Should match a valid Organization Type in Maestro."},{"disabled":true,"key":"Organization_Pays_For_Student","value":"bool:Mandatory(bool) 0/1(0 as false, 1 as true)"},{"disabled":true,"key":"Organization_Branding","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_E-mail_Address_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Organization_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Organization_Phone_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Organization_Phone_1_Type","value":"nvarchar:Mandatory(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Organization_Address_1_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business"},{"disabled":true,"key":"Organization_Address_1_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Address_1_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Address_1_State","value":"nvarchar:(nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the  United States, input XX."},{"disabled":true,"key":"Organization_Address_1_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Organization_Address_1_Country","value":"nvarchar:(nvarchar(), null) Should match a valid Country in Maestro."},{"disabled":true,"key":"Organization_Address_1_Description","value":"nvarchar:(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"baeeb374-dac4-4973-8fe6-e82df3acd342"},{"name":"Import Student","event":[{"listen":"test","script":{"id":"7006da10-1196-402e-9c2e-b1c5972c59ce","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"ca6ee93c-cfe0-4d0c-84ec-162e93342b89","exec":[""],"type":"text/javascript"}}],"id":"8092432a-1a6d-4977-b479-d6107bec0c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Student\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Student_ID","value":"int:(int, not null) This is the Maestro Student ID. Can be left blank if not known. If there is a value, it MUST match an existing student in Maestro. This data is optional if Student Client Code is entered for student lookup.Edits not allowed."},{"disabled":true,"key":"Student_LMS_ID","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Client_Code","value":"nvarchar:(nvarchar(), null) This is used to look up the student in Maestro. This data is optional if Student ID is entered for student lookup"},{"disabled":true,"key":"Student_Last_Name","value":"nvarchar:Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Student_First_Name","value":"nvarchar:Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Student_Middle_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Suffix","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Gender","value":"nvarchar:Mandatory (nvarchar(), null)(Male/Female/Unknown)"},{"disabled":true,"key":"Student_Date_of_Birth","value":"Date:Mandatory (date) Date of Birth (MM/DD/YYYY)"},{"disabled":true,"key":"Student_Graduation_Year","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the available Graduation Year"},{"disabled":true,"key":"Student_Type","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the available Student Types"},{"disabled":true,"key":"Student_Language","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the available Languages"},{"disabled":true,"key":"Student_StateId","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Is_LEP","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Is_504","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Is_Gifted","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Has_Free_Or_Reduced_Lunch","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Has_Completed_Orientation","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Orientation_Date","value":"Date:(date) (MM/DD/YYYY)"},{"disabled":true,"key":"Student_Is_Returning_Dropout","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Is_Alternative_Education_Student","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Is_IEP","value":"bool:(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_Counselor","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_IEP_Program","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_IEP_Case_Manager","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Status","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the available Student Status"},{"disabled":true,"key":"Student_Program","value":"nvarchar:(nvarchar(), null) Should match an available Program."},{"disabled":true,"key":"Student_GraduationDate","value":"Date:(date) (MM/DD/YYYY)"},{"disabled":true,"key":"Student_Comments","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Ethnicity","value":"nvarchar:Mandatory (nvarchar(), null)Not Hispanic / Latino or Hispanic / Latino"},{"disabled":true,"key":"Student_Race","value":"nvarchar:(nvarchar(), null)Asian;Black or African American; Native Hawaiian or Other Pacific Islander; American Indian or Alaskan Native; White. Separate multiple races with ';'"},{"disabled":true,"key":"User_Account_User_Name","value":"nvarchar:Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Password","value":"nvarchar:Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Status","value":"nvarchar:Mandatory (nvarchar(), null) Must match a valid UserAccount Status in Maestro. Edits not allowed."},{"disabled":true,"key":"Student_Organization_ID","value":"int:Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Grade_Level","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Coach","value":"int:(int, not null) Coach ID"},{"disabled":true,"key":"Student_IsFullTime","value":"bool:Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)"},{"disabled":true,"key":"Student_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Student_E-mail_Address_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Phone_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Phone_1_Type","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Student_Phone_2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Phone_2_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Student_Address_1_Type","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing."},{"disabled":true,"key":"Student_Address_1_Street1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_1_City","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_State","value":"nvarchar:Mandatory (nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX."},{"disabled":true,"key":"Student_Address_1_Zip_Code","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_Country","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing."},{"disabled":true,"key":"Student_Address_2_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_State","value":"nvarchar:(nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX."},{"disabled":true,"key":"Student_Address_2_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Country","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Last_Name","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_First_Name","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_User_Name","value":"nvarchar:Mandatory (nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed."},{"disabled":true,"key":"Guardian_1_Password","value":"nvarchar:Mandatory Edits not allowed."},{"disabled":true,"key":"Guardian_1_Language","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Occupation","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Relationship","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Guardian_1_Comments","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Guardian_1_E-mail_Address_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_Phone_1","value":"nvarchar:Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_Phone_1_Type","value":"nvarchar:Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Guardian_1_Phone_2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Phone_2_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_State","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Country","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Last_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_First_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_User_Name","value":"nvarchar:(nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed."},{"disabled":true,"key":"Guardian_2_Password","value":"nvarchar:Edits not allowed."},{"disabled":true,"key":"Guardian_2_Language","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Occupation","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Relationship","value":"nvarchar:(nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Guardian_2_Comments","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Guardian_2_E-mail_Address_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_1_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Guardian_2_Phone_2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_2_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_State","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Country","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Last_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_First_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Language","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Occupation","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Relationship","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Contact_1_E-mail_Address_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_1_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Contact_1_Phone_2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_2_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_State","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Country","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Description","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Last_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_First_Name","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Language","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Occupation","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Relationship","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_SMS_Text_E-mail","value":"nvarchar:(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Contact_2_E-mail_Address_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_1_Type","value":"nvarchar:(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Contact_2_Phone_2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_2_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Type","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Street1","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Street2","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_City","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_State","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Zip_Code","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Country","value":"nvarchar:(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Description","value":"nvarchar:(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"8092432a-1a6d-4977-b479-d6107bec0c55"},{"name":"Import Teacher","event":[{"listen":"test","script":{"id":"3b6240ba-6e3f-4a13-b42d-3b98c71f44ba","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f210831e-113f-420a-844b-5c918872772d","exec":[""],"type":"text/javascript"}}],"id":"3467bb98-909c-4f0f-ba46-32f8ac94bad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Teacher\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Teacher_ID","value":"(int, not null) This is the Maestro Teacher ID. Can be left blank if not known. If there is a value, it MUST match an existing teacher in Maestro. This data is optional if Teacher Client Code is entered for teacher lookup. Edits not allowed."},{"disabled":true,"key":"Teacher_LMS_ID","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Last_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Teacher_First_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Teacher_Middle_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Suffix","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Date_of_Birth","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Teacher_Gender","value":"Mandatory (nvarchar(), null)(Male/Female/Unknown)"},{"disabled":true,"key":"Teacher_Client_Code","value":"(nvarchar(), null) This data is optional if Teacher ID is entered for Teacher lookup."},{"disabled":true,"key":"User_Account_Client_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Status","value":"Mandatory (nvarchar(), null) Must match a valid teacher status in Maestro."},{"disabled":true,"key":"Teacher_Type","value":"Mandatory (nvarchar(), null) Must match a valid teacher type in Maestro"},{"disabled":true,"key":"User_Account_User_Name","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Password","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Status","value":"Mandatory (nvarchar(), null) Must match a valid UserAccount Status in Maestro. Edits not allowed."},{"disabled":true,"key":"Teacher_Organization_ID","value":"Mandatory (int, not null) Must match the organization ID of an existing organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Teacher_IsMentor","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Teacher_IsQualified","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Teacher_MaxEnrollments","value":"Mandatory (int, not null)"},{"disabled":true,"key":"Teacher_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Phone_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Teacher_Phone_1_Type","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Teacher_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Teacher_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Teacher_E-mail_Address_1","value":"Mandatory (nvarchar(), not null)"}],"variable":[]}},"response":[],"_postman_id":"3467bb98-909c-4f0f-ba46-32f8ac94bad4"},{"name":"Import Coach","event":[{"listen":"test","script":{"id":"091f453b-413c-4e61-a7db-52a15bc75621","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fc5cfa1c-5623-40bf-b49d-c20200a0ea27","exec":[""],"type":"text/javascript"}}],"id":"c5420873-72e1-4101-ac3a-19cc9046dab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Coach\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Coach_ID","value":"(int, not null) This is the Maestro Coach ID. Can be left blank if not known. If there is a value, it MUST match an existing coach in Maestro. This data is optional if Coach Client Code is entered for coach lookup. Edits not allowed."},{"disabled":true,"key":"Coach_LMS_ID","value":"(nvarchar(), null) This is the Coach LMS ID. Edits not allowed."},{"disabled":true,"key":"Coach_Last_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Coach_First_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Coach_Middle_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Coach_Suffix","value":"(nvarchar(), null)"},{"disabled":true,"key":"Coach_Date_of_Birth","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Coach_Gender","value":"Mandatory (nvarchar(), null) Male/Female/Unknown"},{"disabled":true,"key":"Coach_Status","value":"Mandatory (nvarchar(), null) Should match one of the available Coach Status."},{"disabled":true,"key":"Coach_Client_Code","value":"(nvarchar(), null) This data is optional if Coach ID is entered for coach lookup."},{"disabled":true,"key":"User_Account_Client_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"User_Account_User_Name","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Password","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"User_Account_Status","value":"Mandatory (nvarchar(), null) Should match one of the available UserAccount Status. Edits not allowed."},{"disabled":true,"key":"Coach_Organization_ID","value":"Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Coach_MaxStudents","value":"(int, not null)"},{"disabled":true,"key":"Coach_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Coach_Phone_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Coach_Phone_1_Type","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Coach_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Coach_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Coach_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Coach_E-mail_Address_1","value":"Mandatory (nvarchar(), not null)"}],"variable":[]}},"response":[],"_postman_id":"c5420873-72e1-4101-ac3a-19cc9046dab0"},{"name":"Import Course","event":[{"listen":"test","script":{"id":"56c82042-f040-4c72-afe7-183242aae2dc","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"589fc1f2-fb18-478b-b34d-707643d3b8bd","exec":[""],"type":"text/javascript"}}],"id":"348d5fd2-4ce2-4087-ac78-92bfde206307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Course\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Course_ID","value":"(int, not null) This is the Maestro Course ID. Can be left blank if not known. If there is a value, it MUST match an existing course in Maestro. This data is optional if Course Client Code is entered for course lookup. Edits not allowed."},{"disabled":true,"key":"Course_LMS_ID","value":"(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Course_Code","value":"Mandatory (nvarchar(), null) This is the Code of Course."},{"disabled":true,"key":"Course_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Course_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Course_Program","value":"(nvarchar(), null)"},{"disabled":true,"key":"Course_Department","value":"Mandatory (nvarchar(), null) Must match a Department in Maestro"},{"disabled":true,"key":"Course_LMS_Vendor","value":"Mandatory (nvarchar(), null) Must match an LMS Vendor in Maestro"},{"disabled":true,"key":"Course_Organization_ID","value":"Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Course_Client_Code","value":"(nvarchar(), null) This data is optional if Course ID is entered for course lookup."},{"disabled":true,"key":"Course_Version","value":"(decimal)"},{"disabled":true,"key":"Course_Capacity","value":"(int, not null)"},{"disabled":true,"key":"Course_Status","value":"Mandatory (nvarchar(), null) Active / Inactive / Archived"},{"disabled":true,"key":"Course_FixedTerm","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Course_Grade_Level","value":"Mandatory (nvarchar(), null) Should Match one of the available Grade Level. If none is indicated, the first one in the database table will be selected by default."},{"disabled":true,"key":"Course_Enrollment_Type","value":"Mandatory (nvarchar(), null) The name of Enrollment's Type. For example: Standard, Honors, Advanced Placement, Dual Credit."},{"disabled":true,"key":"Course_Show_To_Student","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Course_Credit","value":"Mandatory (decimal) Should Match one of the available Credit. For example, 0 / 0.5 / 1.0."},{"disabled":true,"key":"Course_Fee","value":"(decimal)"},{"disabled":true,"key":"Course_Wholesale_Fee","value":"(decimal)"},{"disabled":true,"key":"Course_RequiresPreRequisiteCourse","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Course_RequiresCoRequisiteCourse","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Course_Comment","value":"(nvarchar(), null)"},{"disabled":true,"key":"Course_Description","value":"(nvarchar(), null) Edits not allowed."}],"variable":[]}},"response":[],"_postman_id":"348d5fd2-4ce2-4087-ac78-92bfde206307"},{"name":"Import Section","event":[{"listen":"test","script":{"id":"560f7c1b-a18e-497d-8a8a-cea862c54efe","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"73097166-220e-4e07-9ea3-54dbe723cefd","exec":[""],"type":"text/javascript"}}],"id":"1cbed4ce-d4b6-4cc2-bf3c-ff779dd0bf4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Section\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Section_ID","value":"(int, not null) This is the Maestro Section ID. Can be left blank if not known. If there is a value, it MUST match an existing Section in Maestro. This data is optional if Section Client Code ID is entered for section lookup. Edits not allowed."},{"disabled":true,"key":"Section_LMS_ID","value":"(nvarchar(), null) This is the Section LMS ID. Edits not allowed."},{"disabled":true,"key":"Section_Course_ID","value":"Mandatory (nvarchar(), null) This is the Maestro ID of Course. Edits not allowed."},{"disabled":true,"key":"Section_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Section_Code","value":"Mandatory (nvarchar(), null) This is the code of Section."},{"disabled":true,"key":"Section_Client_Code","value":"(nvarchar(), null) This data is optional if Section ID is entered for section lookup."},{"disabled":true,"key":"Section_Credit","value":"Mandatory (decimal) Should Match one of the available Credit values. For example, 0 / 0.5 / 1.0."},{"disabled":true,"key":"Section_Teacher_ID","value":"Mandatory (int, not null) This is the ID of the Teacher."},{"disabled":true,"key":"Section_Teacher_Assistant_ID","value":"(int, not null)"},{"disabled":true,"key":"Section_Term","value":"Mandatory (nvarchar(), null) Should Match one of the available Term values. Fixed term courses may not have a term of 'Rolling Enrollment'. Edits not allowed."},{"disabled":true,"key":"Section_Semester","value":"(int, not null)"},{"disabled":true,"key":"Section_Organization_ID","value":"Mandatory (int, not null) The ID of a valid Organization in Maestro. Must match a School level organization in Maestro. Edits not allowed."},{"disabled":true,"key":"Section_LMS_Vendor","value":"Mandatory (nvarchar(), null) Must match an LMS vendor in Maestro"},{"disabled":true,"key":"Section_Gradebook_View_Type","value":"Mandatory (nvarchar(), null) Must match a Gradebook View Type in Maestro"},{"disabled":true,"key":"Section_Start_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY) Edits not allowed if section has enrollments."},{"disabled":true,"key":"Section_End_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Section_Program","value":"(nvarchar(), null) Should Match one of the available Programs."},{"disabled":true,"key":"Section_Capacity","value":"(int, not null) This is the number of student for this section."},{"disabled":true,"key":"Section_Status","value":"Mandatory (nvarchar(), null) The code of section's status. For example: Active, Inactive, Archived, Closed."},{"disabled":true,"key":"Section_Period","value":"(nvarchar(), null) Should Match one of the available Period."},{"disabled":true,"key":"Section_Days","value":"Mandatory (int, not null) This is the number of days for this course. Edits not allowed."},{"disabled":true,"key":"Section_Version","value":"(decimal)"},{"disabled":true,"key":"Section_Final_Grade_Type","value":"Mandatory (nvarchar(), null) Should Match one of the available Grade Type. Edits not allowed."},{"disabled":true,"key":"Section_Grading_Scale","value":"Mandatory (nvarchar(), null) Should Match one of the available Grade Scales. Edits not allowed."},{"disabled":true,"key":"Section_Enrollment_Type","value":"Mandatory (nvarchar(), null) The name of Enrollment's Type. For example: Standard, Honors, Advanced Placement, Dual Credit."},{"disabled":true,"key":"Section_Marking_Period_Calculation_Type","value":"Mandatory (nvarchar(), null) The name of Marking Period Calculation Type. For example: Manual, Assignment Average, Assignment Completion Percentage."},{"disabled":true,"key":"Section_Description","value":"(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Section_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Section_Type","value":"Mandatory (nvarchar(), null) Should match one of the available Section Types"},{"disabled":true,"key":"Section_Fee","value":"(decimal)"},{"disabled":true,"key":"Section_Wholesale_Fee","value":"(decimal)"},{"disabled":true,"key":"Section_IsEnrollmentAutoComplete","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Section_Certificate","value":"(nvarchar(), null) Must match one of the available Certificates"},{"disabled":true,"key":"Section_Enrollment_Grade_Calculation_Type","value":"Mandatory (nvarchar(), null) Must match a one of the available Enrollment Grade Calculation Types"}],"variable":[]}},"response":[],"_postman_id":"1cbed4ce-d4b6-4cc2-bf3c-ff779dd0bf4d"},{"name":"Import Enrollment","event":[{"listen":"test","script":{"id":"5b29db76-9927-4bc5-b9ea-170101bdd3fd","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7179ac70-d5cb-4ce6-b13c-2551b4e5b68b","exec":[""],"type":"text/javascript"}}],"id":"35456bbb-28c8-447c-9851-2f18fd5924b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Enrollment\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Enrollment_ID","value":"(int, not null) This is the Maestro Enrollment ID. Can be left blank if not known. If there is a value, it MUST match an existing lead in Maestro. Edits not allowed."},{"disabled":true,"key":"Enrollment_LMS_ID","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_ID","value":"Mandatory (int, not null) This is used to look up the student in Maestro. This data is optional if Student Client Code is entered for student lookup. Edits not allowed."},{"disabled":true,"key":"Student_Client_Code","value":"Mandatory (nvarchar(), null) This is used to look up the student in Maestro. This data is optional if Student ID is entered for student lookup. Edits not allowed."},{"disabled":true,"key":"Section_ID","value":"Mandatory (int, not null) This is used to look up the section in Maestro. This data is optional if Section Client Code is entered for section lookup. Edits not allowed."},{"disabled":true,"key":"Section_Client_Code","value":"Mandatory (nvarchar(), null) This is used to look up the section in Maestro. This data is optional if Section ID is entered for section lookup. Edits not allowed."},{"disabled":true,"key":"Start_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY) Start Date of the Enrollment"},{"disabled":true,"key":"End_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY) End Date of the Enrollment"},{"disabled":true,"key":"Is_Audit","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Show_On_Transcript","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Enrollment_Status","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Enrollment_Reason","value":"(nvarchar(), null) Should match one of the available Enrollment Reasons."},{"disabled":true,"key":"Comments","value":"(nvarchar(), null) Comments about the Enrollment"},{"disabled":true,"key":"Final_Grade","value":"(nvarchar(), null) Final Grade"},{"disabled":true,"key":"Final_Comments","value":"(nvarchar(), null) Final Comments about the Enrollment"},{"disabled":true,"key":"Grade_Points","value":"(int, not null) Grade Points earned for enrollment"},{"disabled":true,"key":"Drop_Reason","value":"(nvarchar(), null) Should match one of the available Enrollment Drop Reasons."},{"disabled":true,"key":"Drop_Comments","value":"(nvarchar(), null) Drop Comments about the Enrollment"},{"disabled":true,"key":"Program","value":"(nvarchar(), null) Should match one of the available Program."},{"disabled":true,"key":"Grade_Level","value":"(nvarchar(), null) Should match one of the available Grade Levels."},{"disabled":true,"key":"Delete_Data_On_Transfer","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Unlock","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"35456bbb-28c8-447c-9851-2f18fd5924b9"},{"name":"Import External Enrollment","event":[{"listen":"test","script":{"id":"6c1ee6fa-b1ff-4c7d-892d-17f0c60e838e","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1c3b5b7c-ba62-4e69-acdb-b0abddd64e0a","exec":[""],"type":"text/javascript"}}],"id":"91db44c7-0fa6-4fe1-8244-1283b8a1cd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"ExternalEnrollment\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"External_Enrollment_ID","value":"(int, not null) This is the Maestro Item ID. Can be left blank if not known. If there is a value, it MUST match an existing item in Maestro. Edits not allowed."},{"disabled":true,"key":"Student_ID","value":"Mandatory (int, not null) This data is optional if Student Client Code is entered for student lookup. Edits not allowed."},{"disabled":true,"key":"Student_Client_Code","value":"Mandatory (nvarchar(), null) This data is optional if Student ID is entered for student lookup.Edits not allowed."},{"disabled":true,"key":"Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Course_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Credits","value":"(decimal) Earned credits"},{"disabled":true,"key":"Credits_Attempted","value":"Mandatory (decimal)"},{"disabled":true,"key":"Grade_Points","value":"(decimal)"},{"disabled":true,"key":"Start_Date","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Exit_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Enrollment_Status","value":"Mandatory (nvarchar(), null) Must match a valid Maestro Enrollment Status."},{"disabled":true,"key":"Final_Grade","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Is_Audit","value":"(bool) 0/1(0 as false, 1 as true)"},{"disabled":true,"key":"Plan_Of_Study_Group_ID","value":"(int, not null) Must match an existing item in Maestro"},{"disabled":true,"key":"Taken_At","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Term","value":"(nvarchar(), null)."}],"variable":[]}},"response":[],"_postman_id":"91db44c7-0fa6-4fe1-8244-1283b8a1cd08"},{"name":"Import External Test Score","event":[{"listen":"test","script":{"id":"ded48d50-c35c-452c-ad4e-71e8129d49c7","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"2f561ea0-f419-421f-b14c-ea418eac0ab9","exec":[""],"type":"text/javascript"}}],"id":"b418c701-e2ad-468d-bb5d-fb57f9c0a3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"ExternalTestScore\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"External_Test_Score_ID","value":"(int, not null) This is the Maestro External Test Score ID. Can be left blank if not known. If there is a value, it MUST match an existing External Test Score in Maestro. Edits not allowed."},{"disabled":true,"key":"Parent_External_Test_Score_ID","value":"(int, not null) This is a Maestro External Test Score ID this sub-test will be part of. Can be left blank if not a sub-test. If there is a value, it MUST match an existing External Test Score in Maestro."},{"disabled":true,"key":"Test_ID","value":"(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Test_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Date_Time","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"User_Account_ID","value":"Mandatory (int, not null) Edits not allowed.. If sub test, it will be overridden by parent's"},{"disabled":true,"key":"Test_Type","value":"Mandatory (nvarchar(), null) Should match a valid External Test Type in Maestro. If sub test, it will be overridden by parent's"},{"disabled":true,"key":"Test_Category","value":"(nvarchar(), null) Should match a valid External Test Category in Maestro based on External Test Type association. If sub test, it will be overridden by parent's."},{"disabled":true,"key":"Score","value":"(decimal)"},{"disabled":true,"key":"Alpha_Score","value":"(nvarchar(), null)"},{"disabled":true,"key":"Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Grade_Points","value":"(bool) Enter blank or 1, 2, 3, 4, 5"},{"disabled":true,"key":"Pass_Fail","value":"(nvarchar(), null) Enter blank or Pass, Fail"},{"disabled":true,"key":"Show_On_Transcript","value":"(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."}],"variable":[]}},"response":[],"_postman_id":"b418c701-e2ad-468d-bb5d-fb57f9c0a3d2"},{"name":"Import Attendance","event":[{"listen":"test","script":{"id":"f5b1e0e3-3e0b-4e2d-b390-d3870815daec","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"49b81fd5-083e-42aa-926b-99b50ab279e5","exec":[""],"type":"text/javascript"}}],"id":"04801a89-1a16-437d-ae6d-2075fc982110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Attendance\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Attendance_ID","value":"(int, not null) This is the Maestro Attendance ID. Can be left blank if not known. If there is a value, it MUST match an existing attendance in Maestro. Edits not allowed."},{"disabled":true,"key":"Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY) Edits not allowed."},{"disabled":true,"key":"Student_ID","value":"Mandatory (int, not null) Edits not allowed. This data is optional if Student Client Code is entered for student lookup."},{"disabled":true,"key":"Student_Client_Code","value":"Mandatory (nvarchar(), null) Edits not allowed. This data is optional if Student ID is entered for student lookup."},{"disabled":true,"key":"Section_ID","value":"Mandatory (int, not null) Edits not allowed. This data is optional if Section Client Code is entered for section lookup."},{"disabled":true,"key":"Section_Client_Code","value":"Mandatory (nvarchar(), null) Edits not allowed. This data is optional if Section ID is entered for section lookup."},{"disabled":true,"key":"Attended","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Week","value":"(int, not null)"},{"disabled":true,"key":"Duration","value":"(decimal). This is the online duration in minutes, normally from LMS"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null). This is the comments related with the online duration"},{"disabled":true,"key":"Physical_Duration","value":"(decimal). This is the time in minutes spent on a classroom."},{"disabled":true,"key":"Physical_Duration_Comments","value":"(nvarchar(), null). This is the comments related with the physical duration"},{"disabled":true,"key":"External_Duration","value":"(decimal). This is the time in minutes spent with extra-curricular activity that can be considered for attendance."},{"disabled":true,"key":"External_Duration_Comments","value":"(nvarchar(), null). This is the comments related with the external duration"},{"disabled":true,"key":"Tardy_Minutes","value":"(int, not null)"},{"disabled":true,"key":"Excused","value":"(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Absence_Reason","value":"(nvarchar(), null) Should match an existing absence reason in Maestro"}],"variable":[]}},"response":[],"_postman_id":"04801a89-1a16-437d-ae6d-2075fc982110"},{"name":"Import Assignment","event":[{"listen":"test","script":{"id":"2536e784-1270-4c44-9fc8-0ada88d206d8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"35574a4f-cb41-48d8-83b4-16e3c7dc39e7","exec":[""],"type":"text/javascript"}}],"id":"32a8cedf-7dac-4670-a8e6-f2d5e0ceca88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Assignment\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Assignment_ID","value":"(int, not null) This is the Maestro Assignment ID. Can be left blank if not known. If there is a value, it MUST match an existing lead in Maestro. Edits not allowed."},{"disabled":true,"key":"Assignment_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Assignment_LMS_ID","value":"(nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Section_ID","value":"Mandatory (int, not null) Assignments cannot be imported into virtual sections. This data is optional if Section Client Code is entered for section lookup.Edits not allowed."},{"disabled":true,"key":"Section_Client_Code","value":"Mandatory (nvarchar(), null) This data is optional if Section ID is entered for section lookup.Edits not allowed."},{"disabled":true,"key":"Weight","value":"(decimal)"},{"disabled":true,"key":"Assignment_Type","value":"(nvarchar(), null) Must match a valid Maestro Assignment Type and the assignment type must be defined for the section."},{"disabled":true,"key":"Order","value":"Mandatory (integer) Greater than zero"},{"disabled":true,"key":"Total_Points","value":"(decimal)"},{"disabled":true,"key":"Due_Day","value":"(int, not null) Number of days from enrollment start date"},{"disabled":true,"key":"IsExcluded","value":"(bool) 0/1(0 as false, 1 as true)"},{"disabled":true,"key":"Description","value":"(nvarchar(), null) Edits not allowed."}],"variable":[]}},"response":[],"_postman_id":"32a8cedf-7dac-4670-a8e6-f2d5e0ceca88"},{"name":"Import Assignment Grade","event":[{"listen":"test","script":{"id":"9348b7de-4c00-4c38-9efa-f4f260f6af24","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"45773922-ea46-4b29-8db3-056ec2739d66","exec":[""],"type":"text/javascript"}}],"id":"8859f383-60e7-4863-81d8-000e82cf7408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"AssignmentGrade\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Assignment_Grade_ID","value":"(int, not null) This is the Maestro Assignment Grade ID. Can be left blank if not known. If there is a value, it MUST match an existing lead in Maestro. Edits not allowed."},{"disabled":true,"key":"Student_ID","value":"Mandatory (int, not null) This data is optional if Student Client Code is entered for student lookup.Edits not allowed."},{"disabled":true,"key":"Student_Client_Code","value":"Mandatory (nvarchar(), null) This data is optional if Student ID is entered for student lookup. Edits not allowed."},{"disabled":true,"key":"Section_ID","value":"Mandatory (int, not null) This data is optional if Section Client Code is entered for section lookup.Edits not allowed."},{"disabled":true,"key":"Section_Client_Code","value":"Mandatory (nvarchar(), null) This data is optional if Section ID is entered for section lookup.Edits not allowed."},{"disabled":true,"key":"Assignment_ID","value":"Mandatory (int, not null) Edits not allowed."},{"disabled":true,"key":"Date_Submitted","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Numeric_Grade","value":"Mandatory (decimal)"},{"disabled":true,"key":"Points","value":"(decimal)"},{"disabled":true,"key":"Total_Points","value":"(decimal)"},{"disabled":true,"key":"Grade_Excluded","value":"(bool) 0/1(0 as false, 1 as true)"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"8859f383-60e7-4863-81d8-000e82cf7408"},{"name":"Import Lead","event":[{"listen":"test","script":{"id":"39d0c47c-d368-446b-8df3-bead5aad54ea","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7db8048e-43ac-4b4d-b7a0-ef23bcfe967b","exec":[""],"type":"text/javascript"}}],"id":"7461f6af-6543-48b4-bfce-5b830eff2b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Lead\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Lead_ID","value":"(int, not null) This is the Maestro Lead ID. Can be left blank if not known. If there is a value, it MUST match an existing lead in Maestro. Edits not allowed."},{"disabled":true,"key":"Lead_Organization_ID","value":"(int, not null)Maestro Organization ID"},{"disabled":true,"key":"Lead_Last_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Lead_First_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Lead_Middle_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Suffix","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Street_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Street_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_State","value":"(nvarchar(), null)This needs to be the 2 characters State code. Enter XX for countries outside the United States."},{"disabled":true,"key":"Lead_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Country","value":"(nvarchar(), null) Should match a valid Lead Country in Maestro."},{"disabled":true,"key":"Lead_Phone_Number","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Email_Address","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Source","value":"Mandatory (nvarchar(), null)Should match a valid Lead Source in Maestro."},{"disabled":true,"key":"Lead_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Notes","value":"(nvarchar(), null)"},{"disabled":true,"key":"Lead_Status","value":"Mandatory (nvarchar(), null) Should match a valid Lead Status in Maestro."},{"disabled":true,"key":"Lead_Next_Scheduled_Contact","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"7461f6af-6543-48b4-bfce-5b830eff2b09"},{"name":"Import Application","event":[{"listen":"test","script":{"id":"dcd9b994-2ac1-48c8-8c5c-1eb513be4f44","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"4736a1e1-52e5-470e-bcd7-8a98c2912374","exec":[""],"type":"text/javascript"}}],"id":"f2b811a3-47c3-4bf9-8185-e7eaebb50e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Application\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1,\r\n        \"Lead ID\": 1,\r\n        \"Lead First Name\": \"Anne Smith\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Application_ID","value":"(int, not null) This is the Maestro Application ID. Can be left blank if not known. If there is a value, it MUST match an existing application in Maestro. Edits not allowed."},{"disabled":true,"key":"Application_Client_Code","value":"(nvarchar(), null) This is used to look up the student in Maestro."},{"disabled":true,"key":"Student_Last_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Student_First_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Student_Middle_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"User_Account_User_Name","value":"Mandatory (nvarchar(), null) This is the Student UserName. Edits not allowed."},{"disabled":true,"key":"User_Account_Password","value":"Mandatory (nvarchar(), null)Edits not allowed."},{"disabled":true,"key":"Student_Suffix","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Gender","value":"Mandatory (nvarchar(), null) Male/Female/Unknown"},{"disabled":true,"key":"Student_Date_of_Birth","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Student_Type","value":"Mandatory (nvarchar(), null) Should match one of the available Student Types."},{"disabled":true,"key":"Student_Program","value":"(nvarchar(), null) Should match an available Program."},{"disabled":true,"key":"Student_Graduation_Year","value":"Mandatory (nvarchar(), null) Should match one of the available Graduation Year."},{"disabled":true,"key":"Student_Language","value":"Mandatory (nvarchar(), null) Should match one of the available Language."},{"disabled":true,"key":"Student_StateId","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_GPA","value":"(decimal)"},{"disabled":true,"key":"Application_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Application_Notes","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Ethnicity","value":"Mandatory (nvarchar(), null) 'Not Hispanic / Latino' or 'Hispanic / Latino'"},{"disabled":true,"key":"Student_Race","value":"Mandatory (nvarchar(), null) Asian, Black or African American, Native Hawaiian or Other Pacific Islander, American Indian or Alaskan Native, White."},{"disabled":true,"key":"Student_Organization_ID","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Grade_Level","value":"Mandatory (nvarchar(), null) Should match one of the available Grade Level."},{"disabled":true,"key":"Counselor","value":"(nvarchar(), null)"},{"disabled":true,"key":"Application_Status","value":"Mandatory (nvarchar(), null) Should match one of the available Application Statuses"},{"disabled":true,"key":"Student_IsFullTime","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_GraduationDate","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Student_IsLEP","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_Is504","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsIEP","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsAlternative_Education","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsReturning_Dropout","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsGifted","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_HasFreeOrReducedLunch","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsInternationalStudent","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsPreviousStudent","value":"Mandatory (bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_IsTransferStudent","value":"(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Student_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Student_E-mail_Address_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Phone_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Phone_1_Type","value":"Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Student_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Phone_2_Type","value":"(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Student_Address_1_Type","value":"Mandatory (nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing."},{"disabled":true,"key":"Student_Address_1_Street1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_1_City","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_State","value":"Mandatory (nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX."},{"disabled":true,"key":"Student_Address_1_Zip_Code","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Student_Address_1_Country","value":"Mandatory (nvarchar(), null) Should match a valid Country in Maestro."},{"disabled":true,"key":"Student_Address_1_Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Type","value":"(nvarchar(), null) Should match one of the code of existing Address types: Residential, Business, Billing, Mailing."},{"disabled":true,"key":"Student_Address_2_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_State","value":"(nvarchar(), null) 2 letter abbreviation. Should Match a valid State in Maestro. If state not belongs to the United States, input XX."},{"disabled":true,"key":"Student_Address_2_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Student_Address_2_Country","value":"(nvarchar(), null) Should match a valid Country in Maestro."},{"disabled":true,"key":"Student_Address_2_Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Last_Name","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_First_Name","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_User_Name","value":"Mandatory (nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed."},{"disabled":true,"key":"Guardian_1_Password","value":"Mandatory Edits not allowed."},{"disabled":true,"key":"Guardian_1_Language","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Occupation","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Relationship","value":"Mandatory (nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Guardian_1_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Guardian_1_E-mail_Address_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_Phone_1","value":"Mandatory (nvarchar(), not null)"},{"disabled":true,"key":"Guardian_1_Phone_1_Type","value":"Mandatory (nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Guardian_1_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_State","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Country","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_1_Address_1_Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Last_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_First_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_User_Name","value":"(nvarchar(), null) Guardian Maestro User Name. Will check to see if Guardian exists using this value. If it does not exists, then it will be used to create a new Guardian account. Edits not allowed."},{"disabled":true,"key":"Guardian_2_Password","value":"Edits not allowed."},{"disabled":true,"key":"Guardian_2_Language","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Occupation","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Relationship","value":"(nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Guardian_2_Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Guardian_2_E-mail_Address_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_1_Type","value":"(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Guardian_2_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_State","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Country","value":"(nvarchar(), null)"},{"disabled":true,"key":"Guardian_2_Address_1_Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Last_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_First_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Language","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Occupation","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Relationship","value":"(nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Contact_1_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Contact_1_E-mail_Address_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_1_Type","value":"(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Contact_1_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_State","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Country","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_1_Address_1_Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Last_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_First_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Language","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Occupation","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Relationship","value":"(nvarchar(), null) Should match one of the existing Relationship types"},{"disabled":true,"key":"Contact_2_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Contact_2_E-mail_Address_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_1_Type","value":"(nvarchar(), null) Should match one of the code of existing Phone Number types: Home, Mobile, Business, Fax."},{"disabled":true,"key":"Contact_2_Phone_2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Phone_2_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_State","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Country","value":"(nvarchar(), null)"},{"disabled":true,"key":"Contact_2_Address_1_Description","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"f2b811a3-47c3-4bf9-8185-e7eaebb50e5d"},{"name":"Import Asset Item","event":[{"listen":"test","script":{"id":"9ad4dc5f-dde1-40e9-8990-ad5cd52b76b0","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0676e6d1-abe8-4bff-8d9e-5ffbd9902c17","exec":[""],"type":"text/javascript"}}],"id":"d6676d92-292a-4209-9e71-7abfe96c9b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"AssetItem\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Asset_Item_ID","value":"(int, not null) This is the Maestro Item ID. Can be left blank if not known. If there is a value, it MUST match an existing item in Maestro. This data is optional if Asset Item Client Code is entered for asset item lookup. Edits not allowed."},{"disabled":true,"key":"Asset_ID","value":"Mandatory (nvarchar(), null) This is the Asset ID this item belongs to. Edits not allowed."},{"disabled":true,"key":"Client_Code","value":"Mandatory (nvarchar(), null) This is the bar-code. This data is optional if Asset Item ID is entered for asset item lookup."},{"disabled":true,"key":"Cost","value":"(decimal)"},{"disabled":true,"key":"IMEIDEC_Number","value":"(nvarchar(), null)"},{"disabled":true,"key":"Location","value":"(nvarchar(), null)"},{"disabled":true,"key":"MAC_Address","value":"(nvarchar(), null)"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Status","value":"Should match one of the available asset item statuses : Added, Destroyed, On Loan, Out Of Inventory, Received, Removed, Reserved, Returned, Sent"},{"disabled":true,"key":"Action_Date","value":"(datetime, null) (format: MM/DD/YYYY) This is the date the item was sent, received, destroyed etc"},{"disabled":true,"key":"Due_Date","value":"(datetime, null) (format: MM/DD/YYYY) This is the date the item must be returned to inventory. Leave blank if no return expected"},{"disabled":true,"key":"For_User_Account_ID","value":"(int, not null) This is a Maestro User ID who will get the item. This field is mandatory unless the status is being set to receiving"},{"disabled":true,"key":"By_User_Account_ID","value":"(int, not null) This is a Maestro User ID who is assign the item. Leave blank for a default user"}],"variable":[]}},"response":[],"_postman_id":"d6676d92-292a-4209-9e71-7abfe96c9b2d"},{"name":"Import Calendar Event","event":[{"listen":"test","script":{"id":"2d722be3-0149-4c51-9cab-b3108b256a41","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"16762120-c607-4dc9-b2e0-c47ff66affa7","exec":[""],"type":"text/javascript"}}],"id":"e789f5ca-7798-46f0-942f-9317b1b816f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"CalendarEvent\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Event_ID","value":"(int, not null) This is the Maestro Event ID. Can be left blank if not known. If there is a value, it MUST match an existing event in Maestro. Edits not allowed."},{"disabled":true,"key":"User_Account_Id","value":"(int, not null) When specifying User Id, Organization Id and Role must also be provided. Edits not allowed."},{"disabled":true,"key":"Role","value":"(nvarchar(), null) Examples: Teacher, Student. If specifying for a single user, User Account Id and Organization Id must also be provided. If specifying for every user of this role, Organization Id must also be provided. Edits not allowed."},{"disabled":true,"key":"Organization_Id","value":"(int, not null) If the event is for a user, User Account Id and Role must also be provided. If the event is for all users of a role, Role must also be provided.Edits not allowed."},{"disabled":true,"key":"Course_ID","value":"(int, not null) Edits not allowed."},{"disabled":true,"key":"Section_ID","value":"(int, not null) Edits not allowed."},{"disabled":true,"key":"Event_Type","value":"Mandatory (nvarchar(), null) Must match one of the available event types"},{"disabled":true,"key":"Date","value":"Mandatory (date) (format: MM/DD/YYYY HH:MM AM) Event Date"},{"disabled":true,"key":"Duration","value":"Mandatory (int, not null) In minutes"},{"disabled":true,"key":"Description","value":"(nvarchar(), null)"},{"disabled":true,"key":"Short_Description","value":"Mandatory (nvarchar(), null) This will appear in the calendar"}],"variable":[]}},"response":[],"_postman_id":"e789f5ca-7798-46f0-942f-9317b1b816f2"},{"name":"Import Course Request","event":[{"listen":"test","script":{"id":"2e03b76e-a124-428c-ba51-977f9090f96b","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"0e8c436d-d56f-4d33-85a3-7720e7d7bd88","exec":[""],"type":"text/javascript"}}],"id":"c3158cee-e447-4a21-8ae6-5080ba513d6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"CourseRequest\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Course_Request_ID","value":"(int, not null) This is the Maestro Course Request ID. Can be left blank if not known. If there is a value, it MUST match an existing course request in Maestro. Edits not allowed."},{"disabled":true,"key":"Student_ID","value":"Mandatory (int, not null) Must match an existing Student ID in Maestro. This data is optional if Student Client Code is entered for student lookup.Edits not allowed."},{"disabled":true,"key":"Student_Client_Code","value":"Mandatory (nvarchar(), null) This is used to look up the student in Maestro. This data is optional if Student ID is entered for student lookup.Edits not allowed."},{"disabled":true,"key":"Course_ID","value":"Mandatory (int, not null) Must match an existing Course ID in Maestro. This data is optional if Course Client Code is entered for course lookup.Edits not allowed."},{"disabled":true,"key":"Course_Client_Code","value":"Mandatory (nvarchar(), null) This data is optional if Course ID is entered for course lookup.Edits not allowed."},{"disabled":true,"key":"Program","value":"(nvarchar(), null) Must match an existing Program in Maestro"},{"disabled":true,"key":"Term","value":"(nvarchar(), null) Must match an existing Term in Maestro"},{"disabled":true,"key":"Section_ID","value":"(int, not null) Must match an existing Section ID in Maestro. This data is optional if Section Client Code is entered for section lookup."},{"disabled":true,"key":"Section_Client_Code","value":"(nvarchar(), null) This data is optional if Section ID is entered for section lookup."},{"disabled":true,"key":"Start_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"End_Date","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Course_Request_Reason","value":"Mandatory (nvarchar(), null) Must match an existing Course Request Reason in Maestro"},{"disabled":true,"key":"Course_Request_Status","value":"Mandatory (nvarchar(), null) Must match an existing Course request Status in Maestro"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null) Additional comments made by person requesting the course"},{"disabled":true,"key":"Notes","value":"(nvarchar(), null) Internal notes to be maintained by administration"}],"variable":[]}},"response":[],"_postman_id":"c3158cee-e447-4a21-8ae6-5080ba513d6a"},{"name":"Import User Account Membership","event":[{"listen":"test","script":{"id":"4d44f52d-080f-436e-bdba-756c91211ed7","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f0109e6e-517c-4481-ac21-18fbc8035934","exec":[""],"type":"text/javascript"}}],"id":"fa43c3e9-7e9d-4ea9-bffe-ac0b90f727f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"UserAccountMembership\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"User_Account_Membership_ID","value":"(int, not null) This is the Maestro User Account Membership ID. Can be left blank if not known. If there is a value, it MUST match an existing User Account Membership in Maestro. Edits not allowed."},{"disabled":true,"key":"User_Account_ID","value":"(int, not null) This is the Maestro User Account ID. Can be left blank if not known. If there is a value, it MUST match an existing User Account in Maestro. Edits not allowed."},{"disabled":true,"key":"Organization_ID","value":"Mandatory (int, not null) This is the Maestro Organization ID. Edits not allowed."},{"disabled":true,"key":"Role","value":"Mandatory (nvarchar(), null) This is the Maestro Role name. Edits not allowed."},{"disabled":true,"key":"Last_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"First_Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Middle_Name","value":"(nvarchar(), null)"},{"disabled":true,"key":"Suffix","value":"(nvarchar(), null)"},{"disabled":true,"key":"Date_of_Birth","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Gender","value":"Mandatory (nvarchar(), null)(Male/Female/Unknown)"},{"disabled":true,"key":"Residential_Status","value":"(nvarchar(), null) This is the Maestro Residential Status name"},{"disabled":true,"key":"Language","value":"(nvarchar(), null) This is the Maestro Language name"},{"disabled":true,"key":"Client_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"User_Account_Status","value":"(nvarchar(), null) Must match a valid Maestro User Account Status. If left empty, User Account will have default status of 'Active'."},{"disabled":true,"key":"Membership_Active","value":"Mandatory (nvarchar(), null) Enter 1 for active or 0 for inactive"},{"disabled":true,"key":"User_Name","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Password","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Security_Question","value":"(nvarchar(), null) Must match a valid Maestro Security Question."},{"disabled":true,"key":"Password_Answer","value":"(nvarchar(), null)"},{"disabled":true,"key":"Ethnicity","value":"(nvarchar(), null)Not Hispanic / Latino or Hispanic / Latino"},{"disabled":true,"key":"Race","value":"(nvarchar(), null)Asian, Black or African American, Native Hawaiian or Other Pacific Islander, American Indian or Alaskan Native, White. Separate multiple races with ';'"},{"disabled":true,"key":"Occupation","value":"(nvarchar(), null)"},{"disabled":true,"key":"Comments","value":"(nvarchar(), null)"},{"disabled":true,"key":"Phone","value":"May need to be added later for certain roles."},{"disabled":true,"key":"Phone_Type","value":"(nvarchar(), null)"},{"disabled":true,"key":"E-mail_Address","value":"May need to be added later for certain roles."},{"disabled":true,"key":"User_Account_SMS_Text_E-mail","value":"(nvarchar(), null) Normally a cell number followed by @ carrier name, ie. for AT&T - 9999999999@txt.att.net"},{"disabled":true,"key":"Address_Type","value":"May need to be added later for certain roles."},{"disabled":true,"key":"Address_Street1","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_Street2","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_City","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_State","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_Zip_Code","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_Country","value":"(nvarchar(), null)"},{"disabled":true,"key":"Address_Description","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"fa43c3e9-7e9d-4ea9-bffe-ac0b90f727f8"},{"name":"Import Facility","event":[{"listen":"test","script":{"id":"f0b1d60b-e96f-4e05-be29-f6934a513857","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b3100a08-4565-491b-821c-18dfaf9a4952","exec":[""],"type":"text/javascript"}}],"id":"95b94692-4f40-41cc-8e1c-d370782c7b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"Facility\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Facility_Id","value":"(int, not null) This is the Maestro Facility ID. Can be left blank if creating new. If there is a value, it MUST match an existing Facility in Maestro. Edits not allowed."},{"disabled":true,"key":"Name","value":"Mandatory (nvarchar(), null)"},{"disabled":true,"key":"Type","value":"Mandatory (nvarchar(), null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Parent_ID","value":"(int, not null) The ID of a valid Facility in Maestro. Edits not allowed."},{"disabled":true,"key":"Organization_ID","value":"(int, not null) The ID of a valid Organization in Maestro."},{"disabled":true,"key":"Seat_Rows","value":"(int, not null)"},{"disabled":true,"key":"Seat_Columns","value":"(int, not null)"},{"disabled":true,"key":"Code","value":"Mandatory (nvarchar(), null) Edits not allowed."},{"disabled":true,"key":"Status","value":"Mandatory (nvarchar(), null) Should match a valid Status in Maestro."},{"disabled":true,"key":"Floor","value":"(int, not null)"},{"disabled":true,"key":"Location_X","value":"(int, not null)"},{"disabled":true,"key":"Location_Y","value":"(int, not null)"},{"disabled":true,"key":"Width","value":"(int, not null)"},{"disabled":true,"key":"Height","value":"(int, not null)"},{"disabled":true,"key":"Background_Color","value":"(nvarchar(), null)"},{"disabled":true,"key":"Description","value":"(nvarchar(), null)"}],"variable":[]}},"response":[],"_postman_id":"95b94692-4f40-41cc-8e1c-d370782c7b3e"},{"name":"Import Section Enrollment","event":[{"listen":"test","script":{"id":"03def93a-fcc3-4d08-9d0d-6166da6f0b49","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"7bb877c0-e6d6-4ad4-b2c5-4d91a3f256a8","exec":[""],"type":"text/javascript"}}],"id":"a97ecde6-c69b-4435-a90d-c58508466ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"SectionEnrollment\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Section_Enrollment_ID","value":"(int, not null) This is the Maestro Section Enrollment ID. It can be left blank if creating new. If there is a value, it MUST match an existing Section Enrollment in Maestro. Edits not allowed."},{"disabled":true,"key":"User_Account_Membership_ID","value":"Mandatory (int, null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Section_ID","value":"Mandatory (int, null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Enrollment_Status","value":"Mandatory (nvarchar(), not null) It could be: ACTIVE or DROPPED"},{"disabled":true,"key":"Start_Date","value":"Mandatory (datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"End_Date","value":"(datetime, null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"lastUpdatedDate","value":"(datetime, null) (format: MM/DD/YYYY HH:MM AM)"}],"variable":[]}},"response":[],"_postman_id":"a97ecde6-c69b-4435-a90d-c58508466ab6"},{"name":"Import LMS Credentials","event":[{"listen":"test","script":{"id":"4f357ee9-ff95-48e5-a4b4-c5d16a26ef1d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fbf29f0c-6209-4573-aa7a-969d39b73faf","exec":[""],"type":"text/javascript"}}],"id":"b3ca138b-539a-4d64-9e71-0e99a7381b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"LMSCredential\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"LMS_Credential_ID","value":"(int, not null) This is the Maestro LMS Credential  ID. Can be left blank if creating new. If there is a value, it MUST match an existing LMS Credential  in Maestro. Edits not allowed."},{"disabled":true,"key":"User_Account_Membership_ID","value":"Mandatory (int, null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Vendor_ID","value":"Mandatory (int, null) Should match a valid Type in Maestro."},{"disabled":true,"key":"User_Name","value":"Mandatory (nvarchar(), not null) Should match a valid Type in Maestro."},{"disabled":true,"key":"LMSID","value":"Mandatory (nvarchar(), not null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Has_Been_Created_In_LMS","value":"(bool) 0/1(0 as false, 1 as true). If is not set to (0/1) it will be set to default value (0 as false)."},{"disabled":true,"key":"Vendor_Name","value":"Mandatory (nvarchar(), not null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Vendor_Code","value":"Mandatory (nvarchar(), not null) Should match a valid Type in Maestro."},{"disabled":true,"key":"lastUpdatedDate","value":"(datetime, null) (format: MM/DD/YYYY)"}],"variable":[]}},"response":[],"_postman_id":"b3ca138b-539a-4d64-9e71-0e99a7381b3c"},{"name":"Import Account Payment","event":[{"listen":"test","script":{"id":"4f357ee9-ff95-48e5-a4b4-c5d16a26ef1d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fbf29f0c-6209-4573-aa7a-969d39b73faf","exec":[""],"type":"text/javascript"}}],"id":"11fce649-cd91-4177-aef8-f7a4dae115ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{password}}\",\r\n    \"username\": \"{{username}}\",\r\n    \"bulkType\": \"AccountPayment\",\r\n    \"role\": \"Administrator\",\r\n    \"verifyOnly\": false,\r\n    \"data\": [\r\n        {\r\n        \"_clientRowId\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ImportBulk","urlObject":{"path":["api","Bulk","ImportBulk"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"Account_Payment_Id","value":"Mandatory (int, not null) This is the Maestro Account Payment ID. Can be left blank if creating new. If there is a value, it MUST match an existing Account Payment  in Maestro. Edits not allowed."},{"disabled":true,"key":"External_Description","value":"(nvarchar(), null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Pay_Date","value":"Mandatory (datetime, not null) (format: MM/DD/YYYY)"},{"disabled":true,"key":"Amount","value":"Mandatory (decimal), not null)"},{"disabled":true,"key":"Payment_Type","value":"Mandatory (int, not null) Should match a valid Type in Maestro."},{"disabled":true,"key":"Invoice_Ids","value":"Mandatory (nvarchar, not null) Should match a valid Type in Maestro."}],"variable":[]}},"response":[],"_postman_id":"11fce649-cd91-4177-aef8-f7a4dae115ca"}],"id":"e96cc9c8-3e10-4b36-bd20-1a3b1431ec68","_postman_id":"e96cc9c8-3e10-4b36-bd20-1a3b1431ec68","description":""},{"name":"Extract Report","item":[{"name":"Extract Report","event":[{"listen":"prerequest","script":{"id":"1a5fa655-4123-4a14-b958-cdfd528bfe07","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"1eed924c-d7e7-4da6-a109-e77c78efea6e","exec":[""],"type":"text/javascript"}}],"id":"4d49da6b-8afc-49c1-add7-6455b33ea596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"{{password}}\",\r\n    \"Username\": \"{{username}}\",\r\n    \"Role\": \"Administrator\",\r\n    \"ReportId\": \"1215\",\r\n    \"PageSize\": 2,\r\n    \"Page\":  1\r\n} ","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExtractReport","urlObject":{"path":["api","Bulk","ExtractReport"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>UserName of the account with privilege to access the API</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"disabled":true,"description":{"content":"<p>Password of the above account</p>\n","type":"text/plain"},"key":"password","value":"String"},{"disabled":true,"description":{"content":"<p>Role of the above account (typically Administrator)</p>\n","type":"text/plain"},"key":"role","value":"String"},{"disabled":true,"description":{"content":"<p>Identifier of the Maestro report from which information is to be obtained</p>\n","type":"text/plain"},"key":"ReportId","value":"Int"},{"disabled":true,"description":{"content":"<p>Maestro API can limit the number of results returned from a request (the page size)</p>\n","type":"text/plain"},"key":"PageSize","value":"Int"},{"disabled":true,"description":{"content":"<p>Standardized URL parameter to indicate the current starting point</p>\n","type":"text/plain"},"key":"Page","value":"Int"}],"variable":[]}},"response":[{"id":"303a81be-298e-40d5-b1ef-882136b859a3","name":"Extract Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"{{passWord}}\",\r\n    \"Username\": \"{{userName}}\",\r\n    \"Role\": \"Administrator\",\r\n    \"ReportId\": \"1267\",\r\n    \"PageSize\": 100,\r\n    \"Page\":  1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExtractReport","host":["{{base_url}}"],"path":["api","Bulk","ExtractReport"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"ReportId","value":"Int","description":"Identifier of the Maestro's report from which information is to be obtained.","disabled":true},{"key":"PageSize","value":"Int","description":"Maestro APIs can limit the number of results returned from a request (the page size).","disabled":true},{"key":"Page","value":"Int","description":"Standardized URL parameters to indicate the current starting point","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=5c2a6dfa-d59e-4bff-801d-bbf620bd85b9; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=5c2a6dfa-d59e-4bff-801d-bbf620bd85b9; path=/; secure"},{"key":"X-SourceFiles","value":"=?UTF-8?B?RDpcU291cmNlU2FmZVJvb3RcTWFlc3Ryb1BlcmZvcm1lclxCVkFXZWJcYXBpXEJ1bGtcRXh0cmFjdFJlcG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 22 Mar 2021 19:39:00 GMT"},{"key":"Content-Length","value":"4793"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPages\": 1,\n    \"Page\": 1,\n    \"Data\": [\n        {\n            \"ApplicationBucket\": \"ADMISSIONS\",\n            \"ApplicationBucketDetail\": \"Partial\",\n            \"ApplicationStatus\": \"IN_PROGRESS\",\n            \"ApplicationStatusMsg\": \"You have not completed the application.\",\n            \"RowNumber\": 0\n        },\n        {\n            \"ApplicationBucket\": \"ADMISSIONS\",\n            \"ApplicationBucketDetail\": \"Pending Documents\",\n            \"ApplicationStatus\": \"PENDING DOCUMENTS\",\n            \"ApplicationStatusMsg\": \"PENDING DOCUMENTS\",\n            \"RowNumber\": 1\n        },\n        {\n            \"ApplicationBucket\": \"ADMISSIONS\",\n            \"ApplicationBucketDetail\": \"Submitted\",\n            \"ApplicationStatus\": \"SUBMITTED\",\n            \"ApplicationStatusMsg\": \"You have submitted your application.\",\n            \"RowNumber\": 2\n        },\n        {\n            \"ApplicationBucket\": \"ADMISSIONS\",\n            \"ApplicationBucketDetail\": \"Waiting Application Fee\",\n            \"ApplicationStatus\": \"WAITING APPLICATION FEE\",\n            \"ApplicationStatusMsg\": \"WAITING APPLICATION FEE\",\n            \"RowNumber\": 3\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Applied Leads\",\n            \"ApplicationStatus\": \"WAITING_ENROLLMENT\",\n            \"ApplicationStatusMsg\": \"WAITING_ENROLLMENT\",\n            \"RowNumber\": 4\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Deleted Leads\",\n            \"ApplicationStatus\": \"ENROLLED\",\n            \"ApplicationStatusMsg\": \"ENROLLED\",\n            \"RowNumber\": 5\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Leads Pending Contact\",\n            \"ApplicationStatus\": \"CANCELLED\",\n            \"ApplicationStatusMsg\": \"We are sorry that you have decided to cancel your application.\",\n            \"RowNumber\": 6\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Leads Pending Review\",\n            \"ApplicationStatus\": \"DELETED\",\n            \"ApplicationStatusMsg\": \"DELETED\",\n            \"RowNumber\": 7\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Leads Submitted\",\n            \"ApplicationStatus\": \"DECLINED\",\n            \"ApplicationStatusMsg\": \"We regret to inform you that your recent application has been rejected.\",\n            \"RowNumber\": 8\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Negative Leads\",\n            \"ApplicationStatus\": \"ACCEPTED\",\n            \"ApplicationStatusMsg\": \"Congratulations! Your Application has been accepted.\",\n            \"RowNumber\": 9\n        },\n        {\n            \"ApplicationBucket\": \"LEADS\",\n            \"ApplicationBucketDetail\": \"Positive Leads\",\n            \"ApplicationStatus\": \"SUBMITTED\",\n            \"ApplicationStatusMsg\": \"You have submitted your application.\",\n            \"RowNumber\": 10\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"All Applications\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 11\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"Bulk Import Applications\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 12\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"Bulk Import Leads\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 13\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"Create New Application\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 14\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"Create New Lead\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 15\n        },\n        {\n            \"ApplicationBucket\": \"MORE\",\n            \"ApplicationBucketDetail\": \"Lead Filters\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 16\n        },\n        {\n            \"ApplicationBucket\": \"OTHER\",\n            \"ApplicationBucketDetail\": \"Cancelled\",\n            \"ApplicationStatus\": \"CANCELLED\",\n            \"ApplicationStatusMsg\": \"We are sorry that you have decided to cancel your application.\",\n            \"RowNumber\": 17\n        },\n        {\n            \"ApplicationBucket\": \"OTHER\",\n            \"ApplicationBucketDetail\": \"Declined\",\n            \"ApplicationStatus\": \"DECLINED\",\n            \"ApplicationStatusMsg\": \"We regret to inform you that your recent application has been rejected.\",\n            \"RowNumber\": 18\n        },\n        {\n            \"ApplicationBucket\": \"OTHER\",\n            \"ApplicationBucketDetail\": \"Deleted\",\n            \"ApplicationStatus\": \"DELETED\",\n            \"ApplicationStatusMsg\": \"DELETED\",\n            \"RowNumber\": 19\n        },\n        {\n            \"ApplicationBucket\": \"REGISTRAR\",\n            \"ApplicationBucketDetail\": \"Accepted\",\n            \"ApplicationStatus\": \"ACCEPTED\",\n            \"ApplicationStatusMsg\": \"Congratulations! Your Application has been accepted.\",\n            \"RowNumber\": 20\n        },\n        {\n            \"ApplicationBucket\": \"REGISTRAR\",\n            \"ApplicationBucketDetail\": \"Enrolled\",\n            \"ApplicationStatus\": \"ENROLLED\",\n            \"ApplicationStatusMsg\": \"ENROLLED\",\n            \"RowNumber\": 21\n        },\n        {\n            \"ApplicationBucket\": \"REGISTRAR\",\n            \"ApplicationBucketDetail\": \"Waiting Enrollment\",\n            \"ApplicationStatus\": \"WAITING_ENROLLMENT\",\n            \"ApplicationStatusMsg\": \"WAITING_ENROLLMENT\",\n            \"RowNumber\": 22\n        },\n        {\n            \"ApplicationBucket\": \"WORK FLOW\",\n            \"ApplicationBucketDetail\": \"<table ><tr><td>Request Courses For Several Students</td></tr><tr><td>Same Dates</td></tr></table>\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 23\n        },\n        {\n            \"ApplicationBucket\": \"WORK FLOW\",\n            \"ApplicationBucketDetail\": \"<table><tr><td align=\\\"left\\\">Request Courses For Students Different</td></tr><tr><td>Dates</td></tr></table>\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 24\n        },\n        {\n            \"ApplicationBucket\": \"WORK FLOW\",\n            \"ApplicationBucketDetail\": \"Create Student and Request Courses\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 25\n        },\n        {\n            \"ApplicationBucket\": \"WORK FLOW\",\n            \"ApplicationBucketDetail\": \"Pay All My Due Payments\",\n            \"ApplicationStatus\": null,\n            \"ApplicationStatusMsg\": null,\n            \"RowNumber\": 26\n        }\n    ]\n}"},{"id":"698d90b6-825a-4200-9eb8-f0b046b42297","name":"Extract Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"{{password}}\",\r\n    \"Username\": \"{{username}}\",\r\n    \"Role\": \"Administrator\",\r\n    \"ReportId\": \"1215\",\r\n    \"PageSize\": 100,\r\n    \"Page\":  5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://maestrostage.com/Mips44/api/Bulk/ExtractReport","protocol":"https","host":["maestrostage","com"],"path":["Mips44","api","Bulk","ExtractReport"],"query":[{"key":"userName","value":"String","description":"UserName of the account with privilege to access the API","disabled":true},{"key":"password","value":"String","description":"Password of the above account","disabled":true},{"key":"role","value":"String","description":"Role of the above account (typically Administrator)","disabled":true},{"key":"ReportId","value":"Int","description":"Identifier of the Maestro report from which information is to be obtained","disabled":true},{"key":"PageSize","value":"Int","description":"Maestro API can limit the number of results returned from a request (the page size)","disabled":true},{"key":"Page","value":"Int","description":"Standardized URL parameter to indicate the current starting point","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Set-Cookie","value":"BVPerformerSessionId=4bd0a0d9-6285-4a15-9ebd-2425d9485622; path=/; secure"},{"key":"Set-Cookie","value":"BVPerformerPageId=4bd0a0d9-6285-4a15-9ebd-2425d9485622; path=/; secure"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Apr 2021 16:36:25 GMT"},{"key":"Content-Length","value":"2155"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPages\": 1,\n    \"Page\": 1,\n    \"Data\": [\n        {\n            \"StudentID\": 1,\n            \"StudentFirstName\": \"Brian\",\n            \"StudentLastName\": \"Stark\",\n            \"GraduationYear\": \"2026\",\n            \"GradeLevel\": \"4th\",\n            \"StudentEmail\": \"bstark@mips.edu\",\n            \"MentorName\": \"Bennett\",\n            \"RowNumber\": 0\n        },\n        {\n            \"StudentID\": 9,\n            \"StudentFirstName\": \"Devin\",\n            \"StudentLastName\": \"Scott\",\n            \"GraduationYear\": \"2030\",\n            \"GradeLevel\": \"7th\",\n            \"StudentEmail\": \"DevinScott@miprepschool.org\",\n            \"MentorName\": \"Butler\",\n            \"RowNumber\": 1\n        },\n        {\n            \"StudentID\": 10,\n            \"StudentFirstName\": \"John\",\n            \"StudentLastName\": \"Smith\",\n            \"GraduationYear\": \"2025\",\n            \"GradeLevel\": \"11th\",\n            \"StudentEmail\": \"JohnSmith@miprepschool.org\",\n            \"MentorName\": \"Bennett\",\n            \"RowNumber\": 2\n        },\n        {\n            \"StudentID\": 11,\n            \"StudentFirstName\": \"Ava\",\n            \"StudentLastName\": \"Williams\",\n            \"GraduationYear\": \"2040\",\n            \"GradeLevel\": \"9th\",\n            \"StudentEmail\": \"AvaWilliams@miprepschool.org\",\n            \"MentorName\": \"Anargyros\",\n            \"RowNumber\": 3\n        },\n        {\n            \"StudentID\": 12,\n            \"StudentFirstName\": \"Mia\",\n            \"StudentLastName\": \"Baker\",\n            \"GraduationYear\": \"2025\",\n            \"GradeLevel\": \"9th\",\n            \"StudentEmail\": \"classroomsandbox@miprepschool.org\",\n            \"MentorName\": \"Anargyros\",\n            \"RowNumber\": 4\n        },\n        {\n            \"StudentID\": 13,\n            \"StudentFirstName\": \"Cole\",\n            \"StudentLastName\": \"Johnson\",\n            \"GraduationYear\": \"2040\",\n            \"GradeLevel\": \"9th\",\n            \"StudentEmail\": \"ColeJohnson@miprepschool.org\",\n            \"MentorName\": \"Barajas\",\n            \"RowNumber\": 5\n        },\n        {\n            \"StudentID\": 14,\n            \"StudentFirstName\": \"Dro\",\n            \"StudentLastName\": \"Test\",\n            \"GraduationYear\": \"2040\",\n            \"GradeLevel\": \"12th\",\n            \"StudentEmail\": \"DroTest@aiprepschool.org\",\n            \"MentorName\": \"Butler\",\n            \"RowNumber\": 6\n        },\n        {\n            \"StudentID\": 15,\n            \"StudentFirstName\": \"Test\",\n            \"StudentLastName\": \"Caron\",\n            \"GraduationYear\": \"2040\",\n            \"GradeLevel\": \"9th\",\n            \"StudentEmail\": \"TestCaron@miprepschool.org\",\n            \"MentorName\": \"Dean\",\n            \"RowNumber\": 7\n        },\n        {\n            \"StudentID\": 16,\n            \"StudentFirstName\": \"Test\",\n            \"StudentLastName\": \"Student\",\n            \"GraduationYear\": \"2025\",\n            \"GradeLevel\": \"8th\",\n            \"StudentEmail\": \"test@miprepschool.org\",\n            \"MentorName\": \"Dean\",\n            \"RowNumber\": 8\n        },\n        {\n            \"StudentID\": 17,\n            \"StudentFirstName\": \"test\",\n            \"StudentLastName\": \"Mickey\",\n            \"GraduationYear\": \"2040\",\n            \"GradeLevel\": \"3rd\",\n            \"StudentEmail\": \"testMickey@miprepschool.org\",\n            \"MentorName\": null,\n            \"RowNumber\": 9\n        },\n        {\n            \"StudentID\": 18,\n            \"StudentFirstName\": \"Test\",\n            \"StudentLastName\": \"Student\",\n            \"GraduationYear\": \"2023\",\n            \"GradeLevel\": \"3rd\",\n            \"StudentEmail\": \"TestStudent@miprepschool.org1\",\n            \"MentorName\": \"Barajas\",\n            \"RowNumber\": 10\n        }\n    ]\n}"}],"_postman_id":"4d49da6b-8afc-49c1-add7-6455b33ea596"}],"id":"21c8f1ce-28a7-4779-ac18-f013295d6dc7","description":"<p>The <strong>Extract Report</strong> is an optional REST API feature that enables clients to create custom endpoints with attributes fully defined by the client—similar to a Maestro Report.</p>\n<p>This feature must be explicitly requested by the client, along with the list of desired attributes to include in the response payload.</p>\n<p><strong>Note:</strong> The maximum number of records per page for Extract Report endpoints is <strong>15,000</strong>.</p>\n","_postman_id":"21c8f1ce-28a7-4779-ac18-f013295d6dc7"},{"name":"Custom","item":[{"name":"Export","item":[{"name":"Export School Year","id":"7dffe99c-6328-4d24-b34e-babdeee12245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{userName}}\",\r\n    \"password\": \"{{passWord}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"startDate\": \"2024-01-01\",\r\n    \"endDate\": \"2026-01-14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/SchoolYear","urlObject":{"path":["api","Bulk","ExportBulk","SchoolYear"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"username","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"ids","value":"Int[]"},{"disabled":true,"key":"startDate","value":"DateTime"},{"disabled":true,"key":"endDate","value":"DateTime"}],"variable":[]}},"response":[{"id":"601ce6a9-10b0-4e9a-b942-4794855c2839","name":"Export School Year","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{userName}}\",\r\n    \"password\": \"{{passWord}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"startDate\": \"2024-01-01\",\r\n    \"endDate\": \"2026-01-14\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/SchoolYear","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","SchoolYear"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"ids","value":"Int[]","type":"text","disabled":true},{"key":"UpdatedFrom","value":"DateTime","type":"text","disabled":true},{"key":"UpdatedTo","value":"DateTime","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SchoolYearID\": 1,\n        \"Name\": \"2024-2025\",\n        \"ClientCode\": \"SCY-2024\",\n        \"Description\": \"School year for 2024 to 2025\",\n        \"StartDate\": \"2024-01-15\",\n        \"EndDate\": \"2025-01-14\",\n        \"OrganizationID\": 101,\n        \"OrganizationName\": \"International School\",\n        \"TargetAttendanceHours\": 1200\n    },\n    {\n        \"SchoolYearID\": 2,\n        \"Name\": \"2025-2026\",\n        \"ClientCode\": \"SCY-2025\",\n        \"Description\": \"School year for 2025 to 2026\",\n        \"StartDate\": \"2025-01-15\",\n        \"EndDate\": \"2026-01-14\",\n        \"OrganizationID\": 102,\n        \"OrganizationName\": \"Green Valley Academy\",\n        \"TargetAttendanceHours\": 1300\n    }\n]"}],"_postman_id":"7dffe99c-6328-4d24-b34e-babdeee12245"},{"name":"Export Term","id":"df350f6c-6fde-4360-bd58-f5ed883a3285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"schoolYearId\": \"1\",\r\n    \"schoolYearClientCode\": \"SU2024\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Term","urlObject":{"path":["api","Bulk","ExportBulk","Term"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"userName","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"ids","value":"Int[]"},{"disabled":true,"key":"schoolYearId","value":"Int"},{"disabled":true,"key":"schoolYearClientCode","value":"String"}],"variable":[]}},"response":[{"id":"f949597e-4856-453f-9ca8-96e0d1a73b5b","name":"Export Term","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"schoolYearId\": \"1\",\r\n    \"schoolYearClientCode\": \"SU2024\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Term","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Term"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"ids","value":"Int[]","type":"text","disabled":true},{"key":"schoolYearId","value":"Int","type":"text","disabled":true},{"key":"schoolYearClientCode","value":"String","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TermID\": 1,\n        \"Name\": \"Fall 2024\",\n        \"Code\": \"FALL24\",\n        \"ClientCode\": \"T-2024-FALL\",\n        \"EnrollmentOpenDate\": \"2024-08-01\",\n        \"EnrollmentCloseDate\": \"2024-08-31\",\n        \"StartDate\": \"2024-09-01\",\n        \"EndDate\": \"2024-12-31\",\n        \"RegistrationOpenDate\": \"2024-07-01\",\n        \"RegistrationCloseDate\": \"2024-07-15\",\n        \"ApplicationDueDate\": \"2024-06-30\",\n        \"TestDueDate\": \"2024-07-20\",\n        \"PaymentDueDate\": \"2024-07-31\",\n        \"TermStatusID\": 3,\n        \"TermStatusName\": \"Open\",\n        \"TermStatusCode\": \"OPN\",\n        \"SchoolYearID\": 5,\n        \"SchoolYearName\": \"2024-2025\",\n        \"SchoolYearClientCode\": \"SU2024\"\n    }\n]"}],"_postman_id":"df350f6c-6fde-4360-bd58-f5ed883a3285"},{"name":"Export Schedule Bell Ring","id":"dbebd3ec-1e93-4578-9008-e4476ffb7453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"LU Matutino\",\r\n    \"code\": \"HLUm\",\r\n    \"comments\": \"Lunes Matutino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/ScheduleBellRing\n","urlObject":{"path":["api","Bulk","ExportBulk","ScheduleBellRing\n"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"userName","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"ids","value":"Int[]"},{"disabled":true,"key":"name","value":"String"},{"disabled":true,"key":"code","value":"String"},{"disabled":true,"key":"comments","value":"String"}],"variable":[]}},"response":[{"id":"202d0dca-bc94-44a4-9598-56c6b24174dc","name":"Export Schedule Bell Ring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"LU Matutino\",\r\n    \"code\": \"HLUm\",\r\n    \"comments\": \"Lunes Matutino\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/ScheduleBellRing","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","ScheduleBellRing"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"ids","value":"Int[]","type":"text","disabled":true},{"key":"name","value":"String","type":"text","disabled":true},{"key":"code","value":"String","type":"text","disabled":true},{"key":"comments","value":"String","type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"ScheduleBellRingID\": 1,\r\n        \"Name\": \"Morning Bell\",\r\n        \"Code\": \"MB-001\",\r\n        \"OrganizationID\": 101,\r\n        \"OrganizationName\": \"Central High School\",\r\n        \"Comments\": \"Rings at 7:30 AM daily.\"\r\n    }\r\n]\r\n"}],"_postman_id":"dbebd3ec-1e93-4578-9008-e4476ffb7453"},{"name":"Export Period","id":"8dcaebe1-db4e-4321-b89f-b88005372ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"LU 7:00-7:30\",\r\n    \"code\": \"LU 7:00-7:30\",\r\n    \"startTime\": \"07:00:00\",\r\n    \"endTime\": \"07:30:00\",\r\n    \"scheduleBellRingId\": 1,\r\n    \"scheduleBellRingName\": \"LU Matutino\",\r\n    \"scheduleBellRingCode\": \"HLUm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Period","urlObject":{"path":["api","Bulk","ExportBulk","Period"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"userName","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"ids","value":"Int[]"},{"disabled":true,"key":"name","value":"String"},{"disabled":true,"key":"code","value":"String"},{"disabled":true,"key":"startTime","value":"DateTime"},{"disabled":true,"key":"endTime","value":"DateTime"},{"disabled":true,"key":"scheduleBellRingId","value":"Int"},{"disabled":true,"key":"scheduleBellRingName","value":"String"},{"disabled":true,"key":"scheduleBellRingCode","value":"String"}],"variable":[]}},"response":[{"id":"f748ba87-31ce-4e37-9603-a03c11fb53c5","name":"Export Period","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"LU 7:00-7:30\",\r\n    \"code\": \"LU 7:00-7:30\",\r\n    \"startTime\": \"07:00:00\",\r\n    \"endTime\": \"07:30:00\",\r\n    \"scheduleBellRingId\": 1,\r\n    \"scheduleBellRingName\": \"LU Matutino\",\r\n    \"scheduleBellRingCode\": \"HLUm\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Period","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Period"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"ids","value":"Int[]","type":"text","disabled":true},{"key":"name","value":"String","type":"text","disabled":true},{"key":"code","value":"String","type":"text","disabled":true},{"key":"startTime","value":"DateTime","type":"text","disabled":true},{"key":"endTime","value":"DateTime","type":"text","disabled":true},{"key":"scheduleBellRingId","value":"Int","type":"text","disabled":true},{"key":"scheduleBellRingName","value":"String","type":"text","disabled":true},{"key":"scheduleBellRingCode","value":"String","type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"PeriodID\": 1,\r\n        \"Name\": \"Morning Period\",\r\n        \"Code\": \"MP-001\",\r\n        \"StartTime\": \"08:00:00\",\r\n        \"EndTime\": \"12:00:00\",\r\n        \"ScheduleBellRingID\": 10,\r\n        \"ScheduleBellRingName\": \"First Bell\",\r\n        \"ScheduleBellRingCode\": \"FB-01\"\r\n    }\r\n]\r\n"}],"_postman_id":"8dcaebe1-db4e-4321-b89f-b88005372ca5"},{"name":"Export Facility","id":"32935f23-5999-4425-bd55-f01538fb5e81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"Campus Mérida\",\r\n    \"code\": \"UMM-EP\",\r\n    \"facilityTypeId\": 1,\r\n    \"facilityTypeName\": \"Campus\",\r\n    \"facilityTypeCode\": \"Campus\",\r\n    \"facilityStatusId\": 1,\r\n    \"facilityStatusName\": \"AVAILABLE\",\r\n    \"facilityStatusCode\": \"AVAILABLE\",\r\n    \"floor\": 1,\r\n    \"facilityParentId\": 20,\r\n    \"organizationId\": 2,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Facility","urlObject":{"path":["api","Bulk","ExportBulk","Facility"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" userName","value":" String"},{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[]"},{"disabled":true,"key":" name","value":" String"},{"disabled":true,"key":" code","value":" String"},{"disabled":true,"key":" facilityTypeId","value":" Int"},{"disabled":true,"key":" facilityTypeName","value":" String"},{"disabled":true,"key":" facilityTypeCode","value":" String"},{"disabled":true,"key":" facilityStatusId","value":" Int"},{"disabled":true,"key":" facilityStatusName","value":" String"},{"disabled":true,"key":" facilityStatusCode","value":" String"},{"disabled":true,"key":" floor","value":" Int"},{"disabled":true,"key":" facilityParentId","value":" Int"},{"disabled":true,"key":" organizationId","value":" Int"},{"disabled":true,"key":" description","value":" String"}],"variable":[]}},"response":[{"id":"f29622df-7fe2-4056-bb10-d2ea7db05a3a","name":"Export Facility","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"name\": \"Campus Mérida\",\r\n    \"code\": \"UMM-EP\",\r\n    \"facilityTypeId\": 1,\r\n    \"facilityTypeName\": \"Campus\",\r\n    \"facilityTypeCode\": \"Campus\",\r\n    \"facilityStatusId\": 1,\r\n    \"facilityStatusName\": \"AVAILABLE\",\r\n    \"facilityStatusCode\": \"AVAILABLE\",\r\n    \"floor\": 1,\r\n    \"facilityParentId\": 20,\r\n    \"organizationId\": 2,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Facility","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Facility"],"query":[{"key":" userName","value":" String","type":"text","disabled":true},{"key":" password","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" name","value":" String","type":"text","disabled":true},{"key":" code","value":" String","type":"text","disabled":true},{"key":" facilityTypeId","value":" Int","type":"text","disabled":true},{"key":" facilityTypeName","value":" String","type":"text","disabled":true},{"key":" facilityTypeCode","value":" String","type":"text","disabled":true},{"key":" facilityStatusId","value":" Int","type":"text","disabled":true},{"key":" facilityStatusName","value":" String","type":"text","disabled":true},{"key":" facilityStatusCode","value":" String","type":"text","disabled":true},{"key":" floor","value":" Int","type":"text","disabled":true},{"key":" facilityParentId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" description","value":" String","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Facility ID\": \"1\",\n        \"Name\": \"Harvard Street Campus\",\n        \"Type\": \"Campus\",\n        \"Parent ID\": \"\",\n        \"Organization ID\": \"2\",\n        \"Seat Rows\": \"\",\n        \"Seat Columns\": \"\",\n        \"Code\": \"HSC\",\n        \"Status\": \"AVAILABLE\",\n        \"Floor\": \"1\",\n        \"Location X\": \"\",\n        \"Location Y\": \"\",\n        \"Width\": \"2400.000\",\n        \"Length\": \"3200.000\",\n        \"Background Color\": \"#000099\",\n        \"Description\": \"\"\n    }\n]"}],"_postman_id":"32935f23-5999-4425-bd55-f01538fb5e81"},{"name":"Export Section Facility Period","id":"051fa18b-5e61-4c8c-bffd-88d79b16a5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"facilityId\": 1,\r\n    \"startDate\": \"2024-01-01\",\r\n    \"endDate\": \"2024-01-07\",\r\n    \"courseId\": 1,\r\n    \"sectionId\": 1,\r\n    \"teacherId\": 1,\r\n    \"periodId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/SectionFacilityPeriod","urlObject":{"path":["api","Bulk","ExportBulk","SectionFacilityPeriod"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[] "},{"disabled":true,"key":" facilityId","value":" Int"},{"disabled":true,"key":" startDate","value":" DateTime"},{"disabled":true,"key":" endDate","value":" DateTime"},{"disabled":true,"key":" courseId","value":" Int"},{"disabled":true,"key":" sectionId","value":" Int"},{"disabled":true,"key":" teacherId","value":" Int"},{"disabled":true,"key":" periodId","value":" Int"}],"variable":[]}},"response":[{"id":"b99d457b-af1d-4bc8-a1ac-c13b88e112da","name":"Export Section Facility Period","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"facilityId\": 1,\r\n    \"startDate\": \"2024-01-01\",\r\n    \"endDate\": \"2024-01-07\",\r\n    \"courseId\": 1,\r\n    \"sectionId\": 1,\r\n    \"teacherId\": 1,\r\n    \"periodId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/SectionFacilityPeriod","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","SectionFacilityPeriod"],"query":[{"key":" userName","value":" String","type":"text","disabled":true},{"key":" password","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" name","value":" String","type":"text","disabled":true},{"key":" code","value":" String","type":"text","disabled":true},{"key":" facilityTypeId","value":" Int","type":"text","disabled":true},{"key":" facilityTypeName","value":" String","type":"text","disabled":true},{"key":" facilityTypeCode","value":" String","type":"text","disabled":true},{"key":" facilityStatusId","value":" Int","type":"text","disabled":true},{"key":" facilityStatusName","value":" String","type":"text","disabled":true},{"key":" facilityStatusCode","value":" String","type":"text","disabled":true},{"key":" floor","value":" Int","type":"text","disabled":true},{"key":" facilityParentId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" description","value":" String","type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"[ \r\n    {\r\n        \"SectionFacilityPeriodID\": 101,\r\n        \"SectionID\": 202,\r\n        \"CourseID\": 303,\r\n        \"TeacherID\": 404,\r\n        \"FacilityID\": 505,\r\n        \"PeriodID\": 606,\r\n        \"StartDate\": \"2024-01-01\",\r\n        \"EndDate\": \"2024-06-30\"\r\n    }\r\n]\r\n"}],"_postman_id":"051fa18b-5e61-4c8c-bffd-88d79b16a5df"},{"name":"Export Student","id":"e78fb569-7bb6-4bcb-9515-e11f37031df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"studentTypeId\": 1,\r\n    \"studentTypeName\": \"LICENCIATURA\",\r\n    \"studentTypeCode\": \"Public\",\r\n    \"studentStatusId\": 1,\r\n    \"studentStatusName\": \"Activo\",\r\n    \"studentStatusCode\": \"ACTIVE\",\r\n    \"programId\": 1,\r\n    \"organizationId\": 1,\r\n    \"gradeLevelId\": 1,\r\n    \"gradeLevelName\": \"Lorem\",\r\n    \"gradeLevelCode\": \"Lorem\",\r\n    \"lmsId\": \"user@email.com\",\r\n    \"clientCode\": \"12345\",\r\n    \"comments\": \"Lorem ipsum dolor sit amet\",\r\n    \"extensions\": {\r\n        \"CurrentTerm\": 6,\r\n        \"GrupoAlumno\": \"B\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Student","urlObject":{"path":["api","Bulk","ExportBulk","Student"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" ids","value":" Int[]"},{"disabled":true,"key":" studentTypeId","value":" Int"},{"disabled":true,"key":" studentTypeName","value":" String"},{"disabled":true,"key":" studentTypeCode","value":" String"},{"disabled":true,"key":" studentStatusId","value":" Int"},{"disabled":true,"key":" studentStatusName","value":" String"},{"disabled":true,"key":" studentStatusCode","value":" String"},{"disabled":true,"key":" programId","value":" Int"},{"disabled":true,"key":" organizationId","value":" Int"},{"disabled":true,"key":" gradeLevelId","value":" Int"},{"disabled":true,"key":" gradeLevelName","value":" String"},{"disabled":true,"key":" gradeLevelCode","value":" String"},{"disabled":true,"key":" lmsId","value":" String"},{"disabled":true,"key":" clientCode","value":" String"},{"disabled":true,"key":" comments","value":" String"},{"disabled":true,"key":" extensions","value":" Dictionary<String, String>"}],"variable":[]}},"response":[{"id":"d92f5af5-3fb2-44c8-834f-6d090abd14a4","name":"Export Student","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"studentTypeId\": 1,\r\n    \"studentTypeName\": \"LICENCIATURA\",\r\n    \"studentTypeCode\": \"Public\",\r\n    \"studentStatusId\": 1,\r\n    \"studentStatusName\": \"Activo\",\r\n    \"studentStatusCode\": \"ACTIVE\",\r\n    \"programId\": 1,\r\n    \"organizationId\": 1,\r\n    \"gradeLevelId\": 1,\r\n    \"gradeLevelName\": \"grade\",\r\n    \"gradeLevelCode\": \"grade\",\r\n    \"lmsId\": \"user@email.com\",\r\n    \"clientCode\": \"12345\",\r\n    \"comments\": \"Lorem ipsum dolor sit amet\",\r\n    \"extensions\": {\r\n        \"CurrentTerm\": 6,\r\n        \"GrupoAlumno\": \"B\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Student","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Student"],"query":[{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" studentTypeId","value":" Int","type":"text","disabled":true},{"key":" studentTypeName","value":" String","type":"text","disabled":true},{"key":" studentTypeCode","value":" String","type":"text","disabled":true},{"key":" studentStatusId","value":" Int","type":"text","disabled":true},{"key":" studentStatusName","value":" String","type":"text","disabled":true},{"key":" studentStatusCode","value":" String","type":"text","disabled":true},{"key":" programId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" gradeLevelId","value":" Int","type":"text","disabled":true},{"key":" gradeLevelName","value":" String","type":"text","disabled":true},{"key":" gradeLevelCode","value":" String","type":"text","disabled":true},{"key":" lmsId","value":" String","type":"text","disabled":true},{"key":" clientCode","value":" String","type":"text","disabled":true},{"key":" comments","value":" String","type":"text","disabled":true},{"key":" extensions","value":" Dictionary<String, String>","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Student ID\": \"8649\",\n        \"Student LMS ID\": \"19197\",\n        \"Student Client Code\": \"\",\n        \"Student Last Name\": \"Tester123\",\n        \"Student First Name\": \"Testing\",\n        \"Student Middle Name\": \"\",\n        \"Bincy Suffix\": \"\",\n        \"Student Gender\": \"Male\",\n        \"Student Date of Birth\": \"2/11/2004\",\n        \"Student Graduation Year\": \"2025\",\n        \"Student Type\": \"Charter\",\n        \"Student Language\": \"English\",\n        \"Student StateId\": \"\",\n        \"Student Is LEP\": \"0\",\n        \"Student Is 504\": \"0\",\n        \"Student Is Gifted\": \"0\",\n        \"Student Has Free Or Reduced Lunch\": \"0\",\n        \"Student Has Completed Orientation\": \"0\",\n        \"Student Orientation Date\": \"\",\n        \"Student Is Returning Dropout\": \"0\",\n        \"Student Is Alternative Education Student\": \"0\",\n        \"Student Is IEP\": \"0\",\n        \"Student Counselor\": \"\",\n        \"Student IEP Program\": \"\",\n        \"Student IEP Case Manager\": \"\",\n        \"Student Status\": \"ACTIVE\",\n        \"Student Program\": \"\",\n        \"Student GraduationDate\": \"\",\n        \"Student Comments\": \"\",\n        \"Student Ethnicity\": \"Hispanic / Latino\",\n        \"Student Race\": \"\",\n        \"User Account Id\": \"19197\",\n        \"User Account User Name\": \"Testing123abc\",\n        \"User Account SSN\": null,\n        \"User Account Status\": \"Active\",\n        \"Student Organization ID\": \"754\",\n        \"Grade Level\": \"4th\",\n        \"Student Coach\": \"16\",\n        \"Student IsFullTime\": \"1\",\n        \"Student E-mail Address 1\": \"werfghjk@fghjkl.com\",\n        \"Student SMS Text E-mail\": \"\",\n        \"Student Phone 1\": \"(123) 456-7890\",\n        \"Student Phone 1 Type\": \"Mobile\",\n        \"Student Phone 2\": \"\",\n        \"Student Phone 2 Type\": \"\",\n        \"Student Address 1 Type\": \"Residential\",\n        \"Student Address 1 Street1\": \"123 Main Street\",\n        \"Student Address 1 Street2\": null,\n        \"Student Address 1 City\": \"Weston\",\n        \"Student Address 1 State\": \"CA\",\n        \"Student Address 1 Zip Code\": \"33328\",\n        \"Student Address 1 Country\": \"UNITED STATES\",\n        \"Student Address 1 Description\": null,\n        \"Guardian 1 Last Name\": \"\",\n        \"Guardian 1 First Name\": \"\",\n        \"Guardian 1 User Name\": \"\",\n        \"Guardian 1 Language\": \"\",\n        \"Guardian 1 Occupation\": \"\",\n        \"Guardian 1 Relationship\": \"\",\n        \"Guardian 1 Comments\": \"\",\n        \"Guardian 1 E-mail Address 1\": \"\",\n        \"Guardian 1 SMS Text E-mail\": \"\",\n        \"Guardian 1 Phone 1\": \"\",\n        \"Guardian 1 Phone 1 Type\": \"\",\n        \"Guardian 1 Phone 2\": \"\",\n        \"Guardian 1 Phone 2 Type\": \"\",\n        \"Guardian 1 Address 1 Type\": \"\",\n        \"Guardian 1 Address 1 Street1\": \"\",\n        \"Guardian 1 Address 1 Street2\": \"\",\n        \"Guardian 1 Address 1 City\": \"\",\n        \"Guardian 1 Address 1 State\": \"\",\n        \"Guardian 1 Address 1 Zip Code\": \"\",\n        \"Guardian 1 Address 1 Country\": \"\",\n        \"Guardian 1 Address 1 Description\": \"\",\n        \"Guardian 2 Last Name\": \"\",\n        \"Guardian 2 First Name\": \"\",\n        \"Guardian 2 User Name\": \"\",\n        \"Guardian 2 Language\": \"\",\n        \"Guardian 2 Occupation\": \"\",\n        \"Guardian 2 Relationship\": \"\",\n        \"Guardian 2 Comments\": \"\",\n        \"Guardian 2 E-mail Address 1\": \"\",\n        \"Guardian 2 SMS Text E-mail\": \"\",\n        \"Guardian 2 Phone 1\": \"\",\n        \"Guardian 2 Phone 1 Type\": \"\",\n        \"Guardian 2 Phone 2\": \"\",\n        \"Guardian 2 Phone 2 Type\": \"\",\n        \"Guardian 2 Address 1 Type\": \"\",\n        \"Guardian 2 Address 1 Street1\": \"\",\n        \"Guardian 2 Address 1 Street2\": \"\",\n        \"Guardian 2 Address 1 City\": \"\",\n        \"Guardian 2 Address 1 State\": \"\",\n        \"Guardian 2 Address 1 Zip Code\": \"\",\n        \"Guardian 2 Address 1 Country\": \"\",\n        \"Guardian 2 Address 1 Description\": \"\",\n        \"Contact 1 Last Name\": \"\",\n        \"Contact 1 First Name\": \"\",\n        \"Contact 1 Language\": \"\",\n        \"Contact 1 Occupation\": \"\",\n        \"Contact 1 Relationship\": \"\",\n        \"Contact 1 E-mail Address 1\": \"\",\n        \"Contact 1 SMS Text E-mail\": \"\",\n        \"Contact 1 Phone 1\": \"\",\n        \"Contact 1 Phone 1 Type\": \"\",\n        \"Contact 1 Phone 2\": \"\",\n        \"Contact 1 Phone 2 Type\": \"\",\n        \"Contact 1 Address 1 Type\": \"\",\n        \"Contact 1 Address 1 Street1\": \"\",\n        \"Contact 1 Address 1 Street2\": \"\",\n        \"Contact 1 Address 1 City\": \"\",\n        \"Contact 1 Address 1 State\": \"\",\n        \"Contact 1 Address 1 Zip Code\": \"\",\n        \"Contact 1 Address 1 Country\": \"\",\n        \"Contact 1 Address 1 Description\": \"\",\n        \"StateSSize\": \"\",\n        \"RaceMostIdentifiedWith\": \"\",\n        \"Agent\": \"Sidney Crosby\",\n        \"AgentFee\": \"75.0000\",\n        \"Guardianship\": \"\",\n        \"PrimaryLanguage\": \"\",\n        \"Eye Color\": \"\",\n        \"ShoeSize\": \"\",\n        \"BCSID\": \"\",\n        \"Glasses\": \"\",\n        \"FlightStatus\": \"\",\n        \"NumberOfSiblings\": \"\",\n        \"NoContact\": \"\",\n        \"OneContact\": \"\",\n        \"TwoOrMoreContacts\": \"\",\n        \"TranscriptToECT\": \"\",\n        \"ContactDate\": \"\",\n        \"ProgramStartDate\": \"\",\n        \"TableShape\": \"\",\n        \"StudentPreferredName\": \"\",\n        \"LeftEyeColor\": \"\",\n        \"RightEyeColor\": \"\",\n        \"ShirtColor\": \"\",\n        \"CourseList\": \"\",\n        \"BaseballGloveHand\": \"\",\n        \"WearsGlasses\": \"\",\n        \"DegreeType\": \"\",\n        \"DegreeTypeLeaf\": \"\",\n        \"CertField\": \"\",\n        \"MIPS\": \"\",\n        \"Religion\": \"\",\n        \"PreferredPronoun\": \"\",\n        \"BillingType\": \"\",\n        \"Test1\": \"\",\n        \"Test\": \"\",\n        \"COCDate\": \"\",\n        \"School_District\": \"\",\n        \"Clubs\": \"\",\n        \"NewExtensionField\": \"\",\n        \"Email\": \"\",\n        \"ABCField\": \"\",\n        \"International\": \"\",\n        \"Affiliate\": \"True\",\n        \"KLS\": \"\"\n    }\n]"}],"_postman_id":"e78fb569-7bb6-4bcb-9515-e11f37031df8"},{"name":"Export Teacher","id":"e168acf0-5f23-451f-b33d-c395235cc346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"teacherTypeId\": 2,\r\n    \"teacherTypeName\": \"Obligatorio\",\r\n    \"teacherTypeCode\": \"Obligatorio\",\r\n    \"teacherStatusId\": 1,\r\n    \"teacherStatusName\": \"Activo\",\r\n    \"teacherStatusCode\": \"Active\",\r\n    \"organizationId\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Teacher","urlObject":{"path":["api","Bulk","ExportBulk","Teacher"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[] "},{"disabled":true,"key":" teacherTypeId","value":" Int"},{"disabled":true,"key":" teacherTypeName","value":" String"},{"disabled":true,"key":" teacherTypeCode","value":" String"},{"disabled":true,"key":" teacherStatusId","value":" Int"},{"disabled":true,"key":" teacherStatusName","value":" String"},{"disabled":true,"key":" teacherStatusCode","value":" String"},{"disabled":true,"key":" organizationId","value":" Int"},{"disabled":true,"key":" description","value":" String"}],"variable":[]}},"response":[{"id":"2e99f7d9-c8b4-40ec-af32-48f02c651291","name":"Export Teacher","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"teacherTypeId\": 2,\r\n    \"teacherTypeName\": \"Obligatorio\",\r\n    \"teacherTypeCode\": \"Obligatorio\",\r\n    \"teacherStatusId\": 1,\r\n    \"teacherStatusName\": \"Activo\",\r\n    \"teacherStatusCode\": \"Active\",\r\n    \"organizationId\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Teacher","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Teacher"],"query":[{"key":" userName","value":" String","type":"text","disabled":true},{"key":" password","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" name","value":" String","type":"text","disabled":true},{"key":" code","value":" String","type":"text","disabled":true},{"key":" facilityTypeId","value":" Int","type":"text","disabled":true},{"key":" facilityTypeName","value":" String","type":"text","disabled":true},{"key":" facilityTypeCode","value":" String","type":"text","disabled":true},{"key":" facilityStatusId","value":" Int","type":"text","disabled":true},{"key":" facilityStatusName","value":" String","type":"text","disabled":true},{"key":" facilityStatusCode","value":" String","type":"text","disabled":true},{"key":" floor","value":" Int","type":"text","disabled":true},{"key":" facilityParentId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" description","value":" String","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Teacher ID\": \"1\",\n    \"Teacher LMS ID\": \"TtestT\",\n    \"Teacher Last Name\": \"Teacher\",\n    \"Teacher First Name\": \"Test\",\n    \"Teacher Middle Name\": \"\",\n    \"Teacher Suffix\": \"\",\n    \"Teacher Date of Birth\": \"1/1/1970\",\n    \"Teacher Gender\": \"M\",\n    \"Teacher Client Code\": \"\",\n    \"User Account Client Code\": \"\",\n    \"Teacher Status\": \"Active\",\n    \"Teacher Type\": \"Full Time\",\n    \"User Account User Name\": \"testT\",\n    \"User Account Status\": \"Active\",\n    \"Teacher Organization ID\": \"2\",\n    \"Teacher IsMentor\": \"0\",\n    \"Teacher IsQualified\": \"0\",\n    \"Teacher MaxEnrollments\": \"\",\n    \"Teacher MaxSections\": \"\",\n    \"Teacher MaxPeriods\": \"\",\n    \"Teacher Comments\": \"\",\n    \"Priority\": \"\",\n    \"Teacher Race\": \"\",\n    \"Teacher E-mail Address 1\": \"testteacher@mail.com\",\n    \"Teacher SMS Text E-mail\": \"\",\n    \"Teacher Phone 1\": \"(111) 111-1111\",\n    \"Teacher Phone 1 Type\": \"Mobile\",\n    \"Teacher Phone 2\": \"\",\n    \"Teacher Phone 2 Type\": \"\"\n  }\n]"}],"_postman_id":"e168acf0-5f23-451f-b33d-c395235cc346"},{"name":"Export Course","id":"380b78f6-9a52-41b7-8531-b61b3253ec61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"courseTypeId\": 1,\r\n    \"courseTypeName\": \"LICENCIATURA\",\r\n    \"courseTypeCode\": \"Public\",\r\n    \"courseStatusId\": 1,\r\n    \"courseStatusName\": \"Activo\",\r\n    \"courseStatusCode\": \"ACTIVE\",\r\n    \"programId\": 1,\r\n    \"organizationId\": 1,\r\n    \"gradeLevelId\": 1,\r\n    \"version\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\",\r\n    \"extensions\": {\r\n        \"Cursativa\": \"1\",\r\n        \"Oficial\": \"1\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Course","urlObject":{"path":["api","Bulk","ExportBulk","Course"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[] "},{"disabled":true,"key":" courseTypeId","value":" Int"},{"disabled":true,"key":" courseTypeName","value":" String"},{"disabled":true,"key":" courseTypeCode","value":" String"},{"disabled":true,"key":" courseStatusId","value":" Int"},{"disabled":true,"key":" courseStatusName","value":" String"},{"disabled":true,"key":" courseStatusCode","value":" String"},{"disabled":true,"key":" programId","value":" Int"},{"disabled":true,"key":" organizationId","value":" Int"},{"disabled":true,"key":" gradeLevelId","value":" Int"},{"disabled":true,"key":" version","value":" Int"},{"disabled":true,"key":" description","value":" String"},{"disabled":true,"key":" extensions","value":" Dictionary<String, String>"}],"variable":[]}},"response":[{"id":"cbb07352-6357-4e31-a823-7d2abadf449c","name":"Export Course","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"courseTypeId\": 1,\r\n    \"courseTypeName\": \"LICENCIATURA\",\r\n    \"courseTypeCode\": \"Public\",\r\n    \"courseStatusId\": 1,\r\n    \"courseStatusName\": \"Activo\",\r\n    \"courseStatusCode\": \"ACTIVE\",\r\n    \"programId\": 1,\r\n    \"organizationId\": 1,\r\n    \"gradeLevelId\": 1,\r\n    \"version\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\",\r\n    \"extensions\": {\r\n        \"Cursativa\": \"1\",\r\n        \"Oficial\": \"1\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Course","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Course"],"query":[{"key":" password","value":" String","type":"text","disabled":true},{"key":" username","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[] ","type":"text","disabled":true},{"key":" courseTypeId","value":" Int","type":"text","disabled":true},{"key":" courseTypeName","value":" String","type":"text","disabled":true},{"key":" courseTypeCode","value":" String","type":"text","disabled":true},{"key":" courseStatusId","value":" Int","type":"text","disabled":true},{"key":" courseStatusName","value":" String","type":"text","disabled":true},{"key":" courseStatusCode","value":" String","type":"text","disabled":true},{"key":" programId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" gradeLevelId","value":" Int","type":"text","disabled":true},{"key":" version","value":" Int","type":"text","disabled":true},{"key":" description","value":" String","type":"text","disabled":true},{"key":" extensions","value":" Dictionary<String, String>","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Course ID\": \"1\",\n        \"Course LMS ID\": \"1\",\n        \"Course Code\": \"tc1\",\n        \"Course Name\": \"Test Course\",\n        \"Course Type\": \"\",\n        \"Course Program\": \"\",\n        \"Course Department\": \"D1\",\n        \"Course LMS Vendor\": \"None\",\n        \"Course Organization ID\": \"2\",\n        \"Course Client Code\": \"\",\n        \"Course Version\": \"\",\n        \"Course Capacity\": \"\",\n        \"Course Status\": \"Active\",\n        \"Course FixedTerm\": \"1\",\n        \"Course Grade Level\": \"\",\n        \"Course Enrollment Type\": \"Standard\",\n        \"Course Show To Student\": \"1\",\n        \"Course Credit\": \"0.5\",\n        \"Course Fee\": \"50.0000\",\n        \"Course Wholesale Fee\": \"0.0000\",\n        \"Course RequiresPreRequisiteCourse\": \"0\",\n        \"Course RequiresCoRequisiteCourse\": \"0\",\n        \"Course Comment\": \"\",\n        \"Course Description\": \"\",\n        \"Course Grade Level To\": \"\",\n        \"Number Of Pre-Requisites\": \"\",\n        \"Number Of Co-Requisites\": \"\"\n    }\n]"}],"_postman_id":"380b78f6-9a52-41b7-8531-b61b3253ec61"},{"name":"Export Section","id":"f2a70761-657e-465a-b54c-5e11ddb26f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"sectionTypeId\": 1,\r\n    \"sectionTypeName\": \"Virtual\",\r\n    \"sectionTypeCode\": \"Virtual\",\r\n    \"sectionStatusId\": 1,\r\n    \"sectionStatusName\": \"Activo\",\r\n    \"sectionStatusCode\": \"Active\",\r\n    \"courseId\": 1,\r\n    \"teacherId\": 1,\r\n    \"teachingAssistantId\": 1,\r\n    \"termId\": 6,\r\n    \"termName\": \"Ene-Jun'2024\",\r\n    \"termCode\": \"Enejun2024\",\r\n    \"semesterId\": 1,\r\n    \"organizationId\": 1,\r\n    \"programId\": 1,\r\n    \"version\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Section","urlObject":{"path":["api","Bulk","ExportBulk","Section"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" ids","value":" Int[]"},{"disabled":true,"key":" sectionTypeId","value":" Int"},{"disabled":true,"key":" sectionTypeName","value":" String"},{"disabled":true,"key":" sectionTypeCode","value":" String"},{"disabled":true,"key":" sectionStatusId","value":" Int"},{"disabled":true,"key":" sectionStatusName","value":" String"},{"disabled":true,"key":" sectionStatusCode","value":" String"},{"disabled":true,"key":" courseId","value":" Int"},{"disabled":true,"key":" teacherId","value":" Int"},{"disabled":true,"key":" teachingAssistantId","value":" Int"},{"disabled":true,"key":" termId","value":" Int"},{"disabled":true,"key":" termName","value":" String"},{"disabled":true,"key":" termCode","value":" String"},{"disabled":true,"key":" semesterId","value":" Int"},{"disabled":true,"key":" organizationId","value":" Int"},{"disabled":true,"key":" programId","value":" Int"},{"disabled":true,"key":" version","value":" Int"},{"disabled":true,"key":" description","value":" String"}],"variable":[]}},"response":[{"id":"bcf6da91-3371-47d7-8872-90a618a28a9a","name":"Export Section","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"sectionTypeId\": 1,\r\n    \"sectionTypeName\": \"Virtual\",\r\n    \"sectionTypeCode\": \"Virtual\",\r\n    \"sectionStatusId\": 1,\r\n    \"sectionStatusName\": \"Activo\",\r\n    \"sectionStatusCode\": \"Active\",\r\n    \"courseId\": 1,\r\n    \"teacherId\": 1,\r\n    \"teachingAssistantId\": 1,\r\n    \"termId\": 6,\r\n    \"termName\": \"Ene-Jun'2024\",\r\n    \"termCode\": \"Enejun2024\",\r\n    \"semesterId\": 1,\r\n    \"organizationId\": 1,\r\n    \"programId\": 1,\r\n    \"version\": 1,\r\n    \"description\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Section","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Section"],"query":[{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" sectionTypeId","value":" Int","type":"text","disabled":true},{"key":" sectionTypeName","value":" String","type":"text","disabled":true},{"key":" sectionTypeCode","value":" String","type":"text","disabled":true},{"key":" sectionStatusId","value":" Int","type":"text","disabled":true},{"key":" sectionStatusName","value":" String","type":"text","disabled":true},{"key":" sectionStatusCode","value":" String","type":"text","disabled":true},{"key":" courseId","value":" Int","type":"text","disabled":true},{"key":" teacherId","value":" Int","type":"text","disabled":true},{"key":" teachingAssistantId","value":" Int","type":"text","disabled":true},{"key":" termId","value":" Int","type":"text","disabled":true},{"key":" termName","value":" String","type":"text","disabled":true},{"key":" termCode","value":" String","type":"text","disabled":true},{"key":" semesterId","value":" Int","type":"text","disabled":true},{"key":" organizationId","value":" Int","type":"text","disabled":true},{"key":" programId","value":" Int","type":"text","disabled":true},{"key":" version","value":" Int","type":"text","disabled":true},{"key":" description","value":" String","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Course ID\": \"1\",\n        \"Course LMS ID\": \"1\",\n        \"Course Code\": \"tc1\",\n        \"Course Name\": \"Test Course\",\n        \"Course Type\": \"\",\n        \"Course Program\": \"\",\n        \"Course Department\": \"D1\",\n        \"Course LMS Vendor\": \"None\",\n        \"Course Organization ID\": \"2\",\n        \"Course Client Code\": \"\",\n        \"Course Version\": \"\",\n        \"Course Capacity\": \"\",\n        \"Course Status\": \"Active\",\n        \"Course FixedTerm\": \"1\",\n        \"Course Grade Level\": \"\",\n        \"Course Enrollment Type\": \"Standard\",\n        \"Course Show To Student\": \"1\",\n        \"Course Credit\": \"0.5\",\n        \"Course Fee\": \"50.0000\",\n        \"Course Wholesale Fee\": \"0.0000\",\n        \"Course RequiresPreRequisiteCourse\": \"0\",\n        \"Course RequiresCoRequisiteCourse\": \"0\",\n        \"Course Comment\": \"\",\n        \"Course Description\": \"\",\n        \"Course Grade Level To\": \"\",\n        \"Number Of Pre-Requisites\": \"\",\n        \"Number Of Co-Requisites\": \"\"\n    }\n]"}],"_postman_id":"f2a70761-657e-465a-b54c-5e11ddb26f2a"},{"name":"Export Enrollment","id":"e7c66903-8e2e-4de4-a5dc-86a942dd4f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"enrollmentTypeId\": 1,\r\n    \"enrollmentTypeName\": \"Standard\",\r\n    \"enrollmentTypeCode\": \"Standard\",\r\n    \"enrollmentStatusId\": 3,\r\n    \"enrollmentStatusName\": \"ACTIVE\",\r\n    \"enrollmentStatusCode\": \"ACTIVE\",\r\n    \"studentId\": 1,\r\n    \"sectionId\": 1,\r\n    \"sectionTermId\": 6,\r\n    \"sectionTermName\": \"Ene-Jun'2024\",\r\n    \"sectionTermCode\": \"Enejun2024\",\r\n    \"comments\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/Enrollment","urlObject":{"path":["api","Bulk","ExportBulk","Enrollment"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[]"},{"disabled":true,"key":" enrollmentTypeId","value":" Int"},{"disabled":true,"key":" enrollmentTypeName","value":" String"},{"disabled":true,"key":" enrollmentTypeCode","value":" String"},{"disabled":true,"key":" enrollmentStatusId","value":" Int"},{"disabled":true,"key":" enrollmentStatusName","value":" String"},{"disabled":true,"key":" enrollmentStatusCode","value":" String"},{"disabled":true,"key":" studentId","value":" Int"},{"disabled":true,"key":" sectionId","value":" Int"},{"disabled":true,"key":" sectionTermId","value":" Int"},{"disabled":true,"key":" sectionTermName","value":" String"},{"disabled":true,"key":" sectionTermCode","value":" String"},{"disabled":true,"key":" comments","value":" String"}],"variable":[]}},"response":[{"id":"2f945bab-f6ae-4db8-abe1-2b5667677b5e","name":"Export Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [1, 2, 3],\r\n    \"enrollmentTypeId\": 1,\r\n    \"enrollmentTypeName\": \"Standard\",\r\n    \"enrollmentTypeCode\": \"Standard\",\r\n    \"enrollmentStatusId\": 3,\r\n    \"enrollmentStatusName\": \"ACTIVE\",\r\n    \"enrollmentStatusCode\": \"ACTIVE\",\r\n    \"studentId\": 1,\r\n    \"sectionId\": 1,\r\n    \"sectionTermId\": 6,\r\n    \"sectionTermName\": \"Ene-Jun'2024\",\r\n    \"sectionTermCode\": \"Enejun2024\",\r\n    \"comments\": \"Lorem ipsum dolor sit amet\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/Enrollment","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","Enrollment"],"query":[{"key":" password","value":" String","type":"text","disabled":true},{"key":" username","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" enrollmentTypeId","value":" Int","type":"text","disabled":true},{"key":" enrollmentTypeName","value":" String","type":"text","disabled":true},{"key":" enrollmentTypeCode","value":" String","type":"text","disabled":true},{"key":" enrollmentStatusId","value":" Int","type":"text","disabled":true},{"key":" enrollmentStatusName","value":" String","type":"text","disabled":true},{"key":" enrollmentStatusCode","value":" String","type":"text","disabled":true},{"key":" studentId","value":" Int","type":"text","disabled":true},{"key":" sectionId","value":" Int","type":"text","disabled":true},{"key":" sectionTermId","value":" Int","type":"text","disabled":true},{"key":" sectionTermName","value":" String","type":"text","disabled":true},{"key":" sectionTermCode","value":" String","type":"text","disabled":true},{"key":" comments","value":" String","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Enrollment ID\": \"5\",\n        \"Enrollment LMS ID\": \"\",\n        \"Student ID\": \"1585\",\n        \"Student Client Code\": \"\",\n        \"Section ID\": \"192\",\n        \"Section Client Code\": \"\",\n        \"Start Date\": \"9/10/2010\",\n        \"End Date\": \"1/14/2011\",\n        \"Exit Date\": \"10/6/2010\",\n        \"Is Audit\": \"0\",\n        \"Show On Transcript\": \"1\",\n        \"Enrollment Status\": \"COMPLETE\",\n        \"Enrollment Reason\": \"\",\n        \"Comments\": \"\",\n        \"Current Grade\": \"20\",\n        \"Alpha Grade\": \"\",\n        \"Final Grade\": \"90\",\n        \"Final Comments\": \"\",\n        \"Grade Points\": \"0.000000\",\n        \"Grade Points Weighted\": \"0.000000\",\n        \"Drop Reason\": \"Other\",\n        \"Drop Comments\": \"\",\n        \"Program\": \"Masters of Divinity\",\n        \"Grade Level\": \"\",\n        \"Delete Data On Transfer\": \"0\",\n        \"Schedule Enrollment ID\": \"\",\n        \"Report Card Note\": \"\",\n        \"Course Request ID\": \"\",\n        \"EnrollmentSemester\": \"\",\n        \"EnrollmentReview\": \"good job\"\n    }\n]"}],"_postman_id":"e7c66903-8e2e-4de4-a5dc-86a942dd4f23"},{"name":"Export External Enrollment","id":"523cf173-8392-4b45-a2f9-5c09933b4c8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"studentId\": 1,\r\n    \"courseClientCode\": \"Enejun2024\",\r\n    \"term\": \"Invierno 2023\",\r\n    \"extensions\": {\r\n        \"GradeLevel\": \"9\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/ExportBulk/ExternalEnrollment","urlObject":{"path":["api","Bulk","ExportBulk","ExternalEnrollment"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" ids","value":" Int[]"},{"disabled":true,"key":" studentId","value":" Int"},{"disabled":true,"key":" courseClientCode","value":" String"},{"disabled":true,"key":" term","value":" String"},{"disabled":true,"key":" extensions","value":" Dictionary<String, String>"}],"variable":[]}},"response":[{"id":"e64a367a-fca8-4e28-bf20-9b523eea94fa","name":"Export External Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"ids\": [\r\n        1,\r\n        2,\r\n        3\r\n    ],\r\n    \"studentId\": 1,\r\n    \"courseClientCode\": \"Enejun2024\",\r\n    \"term\": \"Invierno 2023\",\r\n    \"extensions\": {\r\n        \"GradeLevel\": \"9\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/ExportBulk/ExternalEnrollment","host":["{{base_url}}"],"path":["api","Bulk","ExportBulk","ExternalEnrollment"],"query":[{"key":" password","value":" String","type":"text","disabled":true},{"key":" username","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" ids","value":" Int[]","type":"text","disabled":true},{"key":" studentId","value":" Int","type":"text","disabled":true},{"key":" courseClientCode","value":" String","type":"text","disabled":true},{"key":" term","value":" String","type":"text","disabled":true},{"key":" extensions","value":" Dictionary<String, String>","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Course ID\": \"1\",\n        \"Course LMS ID\": \"1\",\n        \"Course Code\": \"tc1\",\n        \"Course Name\": \"Test Course\",\n        \"Course Type\": \"\",\n        \"Course Program\": \"\",\n        \"Course Department\": \"D1\",\n        \"Course LMS Vendor\": \"None\",\n        \"Course Organization ID\": \"2\",\n        \"Course Client Code\": \"\",\n        \"Course Version\": \"\",\n        \"Course Capacity\": \"\",\n        \"Course Status\": \"Active\",\n        \"Course FixedTerm\": \"1\",\n        \"Course Grade Level\": \"\",\n        \"Course Enrollment Type\": \"Standard\",\n        \"Course Show To Student\": \"1\",\n        \"Course Credit\": \"0.5\",\n        \"Course Fee\": \"50.0000\",\n        \"Course Wholesale Fee\": \"0.0000\",\n        \"Course RequiresPreRequisiteCourse\": \"0\",\n        \"Course RequiresCoRequisiteCourse\": \"0\",\n        \"Course Comment\": \"\",\n        \"Course Description\": \"\",\n        \"Course Grade Level To\": \"\",\n        \"Number Of Pre-Requisites\": \"\",\n        \"Number Of Co-Requisites\": \"\"\n    }\n]"}],"_postman_id":"523cf173-8392-4b45-a2f9-5c09933b4c8f"},{"name":"Export Student Profile Picture","id":"dee92ff9-55f6-41ef-8e33-bdc163eb2b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Export/Student/ProfilePicture","urlObject":{"path":["api","Bulk","Export","Student","ProfilePicture"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" id","value":" Int"}],"variable":[]}},"response":[{"id":"b8530baf-9b1a-496c-a7d8-fd36c7635eb2","name":"Export Student Profile Picture","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/Export/Student/ProfilePicture","host":["{{base_url}}"],"path":["api","Bulk","Export","Student","ProfilePicture"],"query":[{"key":" password","value":" String","type":"text","disabled":true},{"key":" username","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" id","value":" Int","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Base64\": \"base_64_here\"\n}\n"}],"_postman_id":"dee92ff9-55f6-41ef-8e33-bdc163eb2b78"},{"name":"Export Teacher Profile Picture","id":"7c3d4579-5ed3-492e-9b7c-d6cba466908b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Export/Teacher/ProfilePicture","urlObject":{"path":["api","Bulk","Export","Teacher","ProfilePicture"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":" password","value":" String"},{"disabled":true,"key":" username","value":" String"},{"disabled":true,"key":" role","value":" String"},{"disabled":true,"key":" id","value":" Int"}],"variable":[]}},"response":[{"id":"37aec8d9-86d0-4ab4-83b9-a08cf8426fe0","name":"Export Teacher Profile Picture","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/Export/Teacher/ProfilePicture","host":["{{base_url}}"],"path":["api","Bulk","Export","Teacher","ProfilePicture"],"query":[{"key":" password","value":" String","type":"text","disabled":true},{"key":" username","value":" String","type":"text","disabled":true},{"key":" role","value":" String","type":"text","disabled":true},{"key":" id","value":" Int","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Base64\": \"base_64_here\"\n}\n"}],"_postman_id":"7c3d4579-5ed3-492e-9b7c-d6cba466908b"}],"id":"9863bb94-3880-48a8-a011-108f5679e710","_postman_id":"9863bb94-3880-48a8-a011-108f5679e710","description":""},{"name":"Import","item":[{"name":"Import Teacher Profile Picture","id":"6a189709-c0f8-4d77-bcb2-aa4fcade65ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1,\r\n    \"base64\": \"base_64_here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Import/Teacher/ProfilePicture","urlObject":{"path":["api","Bulk","Import","Teacher","ProfilePicture"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"userName","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"id","value":"Int"},{"disabled":true,"key":"base64","value":"string"}],"variable":[]}},"response":[{"id":"c91bf5c9-e855-4876-afed-1f3c028f265f","name":"Import Teacher Profile Picture","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1,\r\n    \"base64\": \"base_64_here\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/Import/Teacher/ProfilePicture","host":["{{base_url}}"],"path":["api","Bulk","Import","Teacher","ProfilePicture"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"id","value":"Int","type":"text","disabled":true},{"key":"base64","value":"string","type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6a189709-c0f8-4d77-bcb2-aa4fcade65ad"},{"name":"Import Student Profile Picture","id":"e1cec2d5-59ca-4f93-9b1b-7dcdbb39900c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1,\r\n    \"base64\": \"base_64_here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/Bulk/Import/Student/ProfilePicture","urlObject":{"path":["api","Bulk","Import","Student","ProfilePicture"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"userName","value":"String"},{"disabled":true,"key":"password","value":"String"},{"disabled":true,"key":"role","value":"String"},{"disabled":true,"key":"is","value":"Int"},{"disabled":true,"key":"base64","value":"string"}],"variable":[]}},"response":[{"id":"5fc436bd-643b-42e5-beff-3cdf0edb1f2e","name":"Import Student Profile Picture","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{passWord}}\",\r\n    \"username\": \"{{userName}}\",\r\n    \"role\": \"Administrator\",\r\n    \"id\": 1,\r\n    \"base64\": \"base_64_here\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/Bulk/Import/Student/ProfilePicture","host":["{{base_url}}"],"path":["api","Bulk","Import","Student","ProfilePicture"],"query":[{"key":"userName","value":"String","type":"text","disabled":true},{"key":"password","value":"String","type":"text","disabled":true},{"key":"role","value":"String","type":"text","disabled":true},{"key":"is","value":"Int","type":"text","disabled":true},{"key":"base64","value":"string","type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e1cec2d5-59ca-4f93-9b1b-7dcdbb39900c"}],"id":"9692a4aa-c870-4ca8-a670-919ed79b99bf","_postman_id":"9692a4aa-c870-4ca8-a670-919ed79b99bf","description":""}],"id":"0f5d0927-a4fd-447e-baea-e4917c6cc87b","description":"<p>Custom endpoints allow the user to define more filters for the result.</p>\n<ul>\n<li>For all payloads, the credentials will be required directly on the body of the request, for instance:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"username\": \"user_here\",\n \"password\": \"pass_here\",\n \"role\": \"role_here\"\n}\n\n\n</code></pre>\n<ul>\n<li>All filters will be optional and will be defined below the credentials, for instance, “ids” and “code” can be used<br />  interchangeably. Neither depends on the other, so you can use one, both, or neither:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"username\": \"user_here\",\n \"password\": \"pass_here\",\n \"role\": \"role_here\",\n \"ids\": [1, 2, 3],\n \"code\": \"code_here\"\n}\n\n</code></pre>\n<ul>\n<li><p>The type/status fields have three options: id, name, and code. You can choose whichever field you need.</p>\n</li>\n<li><p>All “comments” and “description” fields use the 'contains' method to match values.</p>\n</li>\n<li><p>Some endpoints have the capability to filter by extensions, for instance:</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"extensions\": {\n \"extension1NameHere\": \"value_here\",\n \"extension2NameHere\": \"value_here\"\n }\n}\n\n</code></pre>\n","_postman_id":"0f5d0927-a4fd-447e-baea-e4917c6cc87b"}],"id":"4006c256-79cf-4dd4-b04b-50c2f78bfbc7","_postman_id":"4006c256-79cf-4dd4-b04b-50c2f78bfbc7","description":""},{"name":"Maestro SOAP API","item":[{"name":"ImportBulk","id":"59476b60-76f4-4234-973a-704f7e825889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportBulk"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulk xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:data>string</tns:data>\n    </tns:ImportBulk>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d146563c-f2ba-41be-bc58-0c81f715be1a","name":"ImportBulk response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportBulk"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulk xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:data>string</tns:data>\n    </tns:ImportBulk>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulkResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ImportBulkResult>string</tns:ImportBulkResult>\n    </tns:ImportBulkResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"59476b60-76f4-4234-973a-704f7e825889"},{"name":"ImportExcel","id":"3670546a-3949-4db6-b26e-608413e3d814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportExcel"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcel xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:data>Y29udGVudA==</tns:data>\n    </tns:ImportExcel>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d335e38-a221-4539-b83c-03585b9d7d88","name":"ImportExcel response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportExcel"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcel xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:data>Y29udGVudA==</tns:data>\n    </tns:ImportExcel>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcelResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ImportExcelResult>string</tns:ImportExcelResult>\n    </tns:ImportExcelResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"3670546a-3949-4db6-b26e-608413e3d814"},{"name":"ImportBulkVerbose","id":"cf05e1bd-0b7d-45bc-a480-43a1a6188290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportBulkVerbose"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulkVerbose xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:verbose>true</tns:verbose>\n      <tns:data>string</tns:data>\n    </tns:ImportBulkVerbose>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d21a54db-b705-4a63-b31c-85e0093eabe7","name":"ImportBulkVerbose response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportBulkVerbose"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulkVerbose xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:verbose>true</tns:verbose>\n      <tns:data>string</tns:data>\n    </tns:ImportBulkVerbose>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportBulkVerboseResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ImportBulkVerboseResult>string</tns:ImportBulkVerboseResult>\n    </tns:ImportBulkVerboseResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"cf05e1bd-0b7d-45bc-a480-43a1a6188290"},{"name":"ImportExcelVerbose","id":"243534be-6035-46d4-92ee-e644ad8181c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportExcelVerbose"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcelVerbose xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:verbose>true</tns:verbose>\n      <tns:data>Y29udGVudA==</tns:data>\n    </tns:ImportExcelVerbose>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b2771df4-afd2-44b8-b02f-cd6bf1110623","name":"ImportExcelVerbose response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ImportExcelVerbose"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcelVerbose xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:verifyOnly>true</tns:verifyOnly>\n      <tns:verbose>true</tns:verbose>\n      <tns:data>Y29udGVudA==</tns:data>\n    </tns:ImportExcelVerbose>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ImportExcelVerboseResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ImportExcelVerboseResult>string</tns:ImportExcelVerboseResult>\n    </tns:ImportExcelVerboseResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"243534be-6035-46d4-92ee-e644ad8181c3"},{"name":"ExportBulk","id":"0455bcd7-d341-4f5c-a1a6-efada86de0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulk"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>\n  <soap:Body>\n    <ExportBulk xmlns=http://maestrosis.com/>\n      <userName>string</userName>\n      <password>string</password>\n      <role>Administrator</role>\n      <bulkType>ExternalTestScore</bulkType>\n      <idList>\n        <int>30116</int>\n      </idList>\n    </ExportBulk>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c36d08b0-ab8c-42ba-a2d8-22f77ac2fe81","name":"ExportBulk response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulk"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulk xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:idList/>\n    </tns:ExportBulk>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ExportBulkResult>string</tns:ExportBulkResult>\n    </tns:ExportBulkResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"0455bcd7-d341-4f5c-a1a6-efada86de0f6"},{"name":"ExportBulkWithEmpty","id":"c5b494de-2793-4fe4-b1c8-d4238ee10191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkWithEmpty"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkWithEmpty xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:idList/>\n    </tns:ExportBulkWithEmpty>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b657b092-1334-4d88-9849-05363b677e65","name":"ExportBulkWithEmpty response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkWithEmpty"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkWithEmpty xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:idList/>\n    </tns:ExportBulkWithEmpty>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkWithEmptyResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ExportBulkWithEmptyResult>string</tns:ExportBulkWithEmptyResult>\n    </tns:ExportBulkWithEmptyResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"c5b494de-2793-4fe4-b1c8-d4238ee10191"},{"name":"ExportBulkChanged","id":"e69ee478-289c-4b0b-8571-05881cf3433f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkChanged"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChanged xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:startDate>2023-07-28T14:32:23.047Z</tns:startDate>\n      <tns:endDate>2023-07-28T14:32:23.047Z</tns:endDate>\n    </tns:ExportBulkChanged>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"93945bbf-1284-4d07-8089-93f01809331c","name":"ExportBulkChanged response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkChanged"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChanged xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:startDate>2023-07-28T14:32:23.047Z</tns:startDate>\n      <tns:endDate>2023-07-28T14:32:23.047Z</tns:endDate>\n    </tns:ExportBulkChanged>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChangedResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ExportBulkChangedResult>string</tns:ExportBulkChangedResult>\n    </tns:ExportBulkChangedResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"e69ee478-289c-4b0b-8571-05881cf3433f"},{"name":"ExportBulkChangedWithEmpty","id":"e20a94a3-cac4-4d00-89da-08e5c5c6e49e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkChangedWithEmpty"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChangedWithEmpty xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:startDate>2023-07-28T14:32:23.047Z</tns:startDate>\n      <tns:endDate>2023-07-28T14:32:23.047Z</tns:endDate>\n    </tns:ExportBulkChangedWithEmpty>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"722acf8c-7e7a-46f3-b977-63e71f1eb68c","name":"ExportBulkChangedWithEmpty response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ExportBulkChangedWithEmpty"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChangedWithEmpty xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:bulkType>string</tns:bulkType>\n      <tns:startDate>2023-07-28T14:32:23.047Z</tns:startDate>\n      <tns:endDate>2023-07-28T14:32:23.047Z</tns:endDate>\n    </tns:ExportBulkChangedWithEmpty>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ExportBulkChangedWithEmptyResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ExportBulkChangedWithEmptyResult>string</tns:ExportBulkChangedWithEmptyResult>\n    </tns:ExportBulkChangedWithEmptyResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"e20a94a3-cac4-4d00-89da-08e5c5c6e49e"},{"name":"ValidateCredential","id":"ed1fe9f7-f4e5-497b-9f63-e1767243bd77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ValidateCredential"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ValidateCredential xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:userNameToV>string</tns:userNameToV>\n      <tns:passwordToV>string</tns:passwordToV>\n    </tns:ValidateCredential>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{ClientServicesSoapBaseUrl}}/clientservices.asmx","urlObject":{"path":["clientservices.asmx"],"host":["{{ClientServicesSoapBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a429b8a3-90e2-4f85-aa91-703d4298db06","name":"ValidateCredential response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"SOAPAction","value":"http://maestrosis.com/ValidateCredential"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ValidateCredential xmlns=\"http://maestrosis.com/\">\n      <tns:userName>string</tns:userName>\n      <tns:password>string</tns:password>\n      <tns:role>string</tns:role>\n      <tns:userNameToV>string</tns:userNameToV>\n      <tns:passwordToV>string</tns:passwordToV>\n    </tns:ValidateCredential>\n  </soap:Body>\n</soap:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://{{BaseUrl}}/clientservices.asmx"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <soap:Body>\n    <tns:ValidateCredentialResponse xmlns=\"http://maestrosis.com/\">\n      <tns:ValidateCredentialResult>true</tns:ValidateCredentialResult>\n    </tns:ValidateCredentialResponse>\n  </soap:Body>\n</soap:Envelope>\n"}],"_postman_id":"ed1fe9f7-f4e5-497b-9f63-e1767243bd77"}],"id":"85135203-02e4-40ab-ae01-c694f72c8175","_postman_id":"85135203-02e4-40ab-ae01-c694f72c8175","description":""}],"event":[{"listen":"prerequest","script":{"id":"32629ccb-846b-433a-b8b7-d8672e6136ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"62e062dc-835c-4089-a1dd-13f589798c71","type":"text/javascript","exec":[""]}}]}