{"info":{"_postman_id":"252098c4-af5d-49d4-b389-83bc9704b6fd","name":"FVHS API v2","description":"<html><head></head><body><p>Provides abilty to add students, purchase programs, enroll courses and retrieve class progress reports.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>JSON data in all calls must be wrapped in an array even if only one object is needed or is being sent.</p>\n<p><strong>In the code examples:</strong><br>\nReplace <code>{{proto}}</code> with <code>https</code><br>\nReplace <code>{{env}}</code> with your api url.<br>\nYour api url will look like: <code>api.{{partner_name}}.fvhsonline.com</code><br>\n<strong>Field names must be lower case.</strong></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Uses BASIC authentication and an <code>X-api-key</code></p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Errors will be returned as JSON objects like: <code>{\"error-1\": \"id 3 is invalid\"}</code></p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Unknown</p>\n<h1 id=\"phone-numbers\">Phone Numbers</h1>\n<p>All phone numbers must be in international phone number format.<br>\nMax total length = 25<br>\n<code>+</code> is optional as the first char.<br>\nDigit separator chars are <code>/-()</code> and <code>{space}</code>.<br>\nParens must be matched.<br>\n<code>X</code> plus 1-6 digit extension is optional</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Phone Numbers","slug":"phone-numbers"}],"owner":"287827","collectionId":"252098c4-af5d-49d4-b389-83bc9704b6fd","publishedId":"RzfcNs43","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-12T13:20:46.000Z"},"item":[{"name":"Get Student","id":"36b94389-bc0b-452d-9367-f914585ffc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/student/{{idstudent}}","description":"<p>Returns student demographic information.</p>\n","urlObject":{"protocol":"{{proto}}","path":["student","{{idstudent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"f1d88446-be30-4af9-afdd-3b47a5e2f1e0","name":"Get Student","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}","disabled":false}],"url":"{{proto}}://{{env}}/student/2040"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"414","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Jul 2018 07:58:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[\r\n\t{\r\n\t\t\"FirstName\": \"Michael\",\r\n\t\t\"Middle\": null,\r\n\t\t\"LastName\": \"Testing\",\r\n\t\t\"nickname\": \"Mike\",\r\n\t\t\"EmailAddress\": \"mchoate7a@cox.net\",\r\n\t\t\"Phone\": \"+1 602 555-1212\",\r\n\t\t\"Address\": \"123 Main St.\",\r\n\t\t\"Address2\": null,\r\n\t\t\"Address3\": null,\r\n\t\t\"City\": \"Any City\",\r\n\t\t\"State\": \"Any Province\",\r\n\t\t\"Country\": \"US\",\r\n\t\t\"DOB\": \"1997-12-22T00:00:00\",\r\n\t\t\"DateRegistered\": \"2017-12-28T00:59:15.19\",\r\n\t\t\"ethnicity\": 5,\r\n\t\t\"gradelevel\": 0,\r\n\t\t\"idAgent\": 4,\r\n\t\t\"ZipCode\": \"Any Postal\",\r\n\t\t\"userField\": \"choate family\"\r\n\t}\r\n]\r\n"}],"_postman_id":"36b94389-bc0b-452d-9367-f914585ffc91"},{"name":"Get Agent","id":"85f66d9e-75a5-4d81-a55f-eb869104908e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/agent/{{idagent}}","description":"<p>Returns agent information for specific agent.</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent","{{idagent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"f568bbc6-afad-4a06-ac47-c27aae91c6b9","name":"Get Agent","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/agent/{{idagent}}"},"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":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Jan 2019 02:26:08 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"idagent\": 159,\n        \"agent\": \"Agent Name\",\n        \"agent_company\": \"Agent Company\",\n        \"idpartner\": 123,\n        \"partner\": \"Partner Name\",\n        \"partner_company\": \"Partner Company\"\n    }\n]"}],"_postman_id":"85f66d9e-75a5-4d81-a55f-eb869104908e"},{"name":"Get Agents","id":"a394680c-ce10-4d31-b35d-06eeb213b260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/agents","description":"<p>Returns agent information for all agents of default partner.</p>\n","urlObject":{"protocol":"{{proto}}","path":["agents"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"c652b3dc-e51a-4a54-9fe9-26ed63d79d65","name":"Get Agents","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2019 12:00:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"partners\": [\n        {\n            \"idpartner\": 321,\n            \"partner\": \"Partner Name\",\n            \"partner_company\": \"Partner Company\",\n            \"agents\": [\n                {\n                    \"idagent\": 165,\n                    \"agent\": \"Agent1 Name\",\n                    \"agent_company\": \"Agent1 Company\"\n                },\n                {\n                    \"idagent\": 143,\n                    \"agent\": \"Agent2 Name\",\n                    \"agent_company\": \"Agent2 Company\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a394680c-ce10-4d31-b35d-06eeb213b260"},{"name":"Get Student Enrollment","id":"319bf279-6e54-4501-8e9f-b0f8e8104a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentenrollment/{{idstudent}}","description":"<p>Returns student enrollment information</p>\n","urlObject":{"protocol":"{{proto}}","path":["studentenrollment","{{idstudent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"618ef174-fe4a-4580-8f26-b93e57e31164","name":"Get Student Enrollment","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentenrollment/{{idstudent}}"},"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":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Jan 2019 02:29:10 GMT"},{"key":"Content-Length","value":"273"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"idstudent\": 2040,\n        \"idprogram_group\": 6,\n        \"idprogram\": 8,\n        \"program_name\": \"Independent Study\",\n        \"enrollment_status\": \"Pending Course Validation\",\n        \"homeroom_teacher\": 33,\n        \"enroll_date\": \"2018-02-01T03:19:41.997\",\n        \"expiration_date\": \"2019-10-03T02:38:19.333\",\n        \"last_session_date\": null,\n        \"total_login_time\": null,\n        \"number_of_logins\": null\n    },\n    {\n        \"idstudent\": 2040,\n        \"idprogram_group\": 6,\n        \"idprogram\": 9,\n        \"program_name\": \"Pre-Academic Year Program\",\n        \"enrollment_status\": \"Active\",\n        \"homeroom_teacher\": 33,\n        \"enroll_date\": \"2018-02-01T03:23:57.867\",\n        \"expiration_date\": \"2019-03-31T00:00:00\",\n        \"last_session_date\": \"2018-03-07T11:36:46.973\",\n        \"total_login_time\": null,\n        \"number_of_logins\": 1\n    }\n]"}],"_postman_id":"319bf279-6e54-4501-8e9f-b0f8e8104a90"},{"name":"Get Student List","event":[{"listen":"prerequest","script":{"id":"d2a3ec90-f4bf-49da-8927-887a54711ac3","exec":["pm.environment.set(\"variable_key\", \"variable_value\");","pm.environment.get(\"apikey\");",""],"type":"text/javascript"}}],"id":"c86e1a04-c89c-41dd-9fea-f94c187c5dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentlist/{{idagent}}/{{limit}}/{{detail}}","description":"<p>Returns a list of students. </p>\n<p>{{limit}} sets number of records returned (500 max, 100 default).</p>\n<p>{{detail}} sets number of fields returned per record.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>detail</th>\n<th>fields returned</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>full</td>\n<td>all fields</td>\n</tr>\n<tr>\n<td>short</td>\n<td>idstudent, email</td>\n</tr>\n<tr>\n<td>[default]</td>\n<td>idstudent, name fields, phone, email</td>\n</tr>\n</tbody>\n</table>\n</div><p>{{limit}} and {{detail}} are optional</p>\n","urlObject":{"protocol":"{{proto}}","path":["studentlist","{{idagent}}","{{limit}}","{{detail}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"6b8a361a-9d7f-4dfd-8754-528641788584","name":"Get Student List","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentlist/{{idagent}}/{{limit}}/{{detail}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Mar 2019 07:11:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"idstudent\": 2284,\n        \"emailaddress\": \"2284@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2283,\n        \"emailaddress\": \"2283@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2282,\n        \"emailaddress\": \"x018@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2281,\n        \"emailaddress\": \"017@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2280,\n        \"emailaddress\": \"013@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2279,\n        \"emailaddress\": \"012@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2278,\n        \"emailaddress\": \"009@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2277,\n        \"emailaddress\": \"008@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2276,\n        \"emailaddress\": \"007@cox2291.net\"\n    },\n    {\n        \"idstudent\": 2275,\n        \"emailaddress\": \"006@cox2291.net\"\n    }\n]"}],"_postman_id":"c86e1a04-c89c-41dd-9fea-f94c187c5dbc"},{"name":"Get Student Class Login","id":"cc8e3711-4d57-4fc6-afe8-e6e45abdf8e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/classlogin/{{idstudent}}/{{idprogram}}","description":"<p>To login, send a classlogin request to the API.</p>\n<p>If successful, a URL is returned which is good for one login.</p>\n<p>{{idprogram}} is optional and defaults to Independent Study Program (idprogram = 8)</p>\n<p>The URL looks like this: \n<a href=\"http://r647.core.learn.vendor.com/student/?userid=e39e373d%3d\">http://r647.core.learn.vendor.com/student/?userid=e39e373d%3d</a><br />\nThe above example url is not a valid link.</p>\n<p>The link will open to the student's classroom displaying his/her selected classes.</p>\n<p>Possible returns are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Value</th>\n<th>Possible Causes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>Enrollment in this program has expired.</td>\n<td>Program selected is incorrect or has expired</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Student has not completed school registration.</td>\n<td>The program enrollment was not completed successfully. Contact Student Services</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Student is not enrolled in this program.</td>\n<td>The program selected was incorrect</td>\n</tr>\n<tr>\n<td>url</td>\n<td><a href=\"http://r647.core.learn.vendor.com/student/?userid=e39e373d%3d\">http://r647.core.learn.vendor.com/student/?userid=e39e373d%3d</a></td>\n<td>Successful login</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["classlogin","{{idstudent}}","{{idprogram}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc8e3711-4d57-4fc6-afe8-e6e45abdf8e3"},{"name":"Get Proctor List for Student","id":"8d0625d0-f3de-4fdc-a80f-1834697b0834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/proctorlist/{{idstudent}}","urlObject":{"protocol":"{{proto}}","path":["proctorlist","{{idstudent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0625d0-f3de-4fdc-a80f-1834697b0834"},{"name":"Get Proctor ","id":"b39bc43b-5643-414a-bfab-3eac1b8eb4c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/proctor/{{idproctor}}","urlObject":{"protocol":"{{proto}}","path":["proctor","{{idproctor}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b39bc43b-5643-414a-bfab-3eac1b8eb4c9"},{"name":"Get Products for Program(s)","id":"3f8ea8a9-0ddb-4c3b-b652-0ad6f6f284b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/products/{{idprogram}}","urlObject":{"protocol":"{{proto}}","path":["products","{{idprogram}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"19efa580-72ff-449e-a810-d5e300e1c132","name":"Get Products for Program(s)","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/products/{{idprogram}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2019 12:05:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"idprogram\": 8,\n        \"name\": \"Independent Study\",\n        \"code\": \"IS\",\n        \"products\": [\n            {\n                \"idproduct\": 57,\n                \"name\": \"Independent Study Program - Access Fee (1 month)\",\n                \"term\": \"1 m \"\n            },\n            {\n                \"idproduct\": 80,\n                \"name\": \"FVHS Soft Skills Program Single Course 1-3\",\n                \"term\": \"3 m\"\n            },\n            {\n                \"idproduct\": 81,\n                \"name\": \"FVHS Soft Skills Program Course 4 \",\n                \"term\": \"3 m\"\n            },\n            {\n                \"idproduct\": 82,\n                \"name\": \"FVHS Soft Skills Program Full Group Membership - Monthly\",\n                \"term\": \"1 m\"\n            },\n            {\n                \"idproduct\": 83,\n                \"name\": \"FVHS Soft Skills Program Full Group Membership - Quarterly\",\n                \"term\": \"3 m\"\n            }\n        ]\n    }\n]"}],"_postman_id":"3f8ea8a9-0ddb-4c3b-b652-0ad6f6f284b5"},{"name":"Get Courses for Student(s)","id":"e9d7863c-e500-412c-afc4-d8e657149532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentcourses/{{idstudent}}/{{limit}}","description":"<p>Returns array of idstudent's SCDIB courses.</p>\n<p>{{limit}} = total number of students returned, defaults to 100</p>\n<p>if {{idstudent}} = 0, all students are returned up to {{limit}}</p>\n","urlObject":{"protocol":"{{proto}}","path":["studentcourses","{{idstudent}}","{{limit}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"3dbc1458-4659-48bc-8ddc-b3e5143b7e29","name":"Get Courses for Student(s)","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentcourses/{{idstudent}}/{{limit}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2019 12:05:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"idstudent\": 2054,\r\n        \"programs\": [\r\n            {\r\n                \"idprogram\": 12,\r\n                \"courses\": [\r\n                    {\r\n                        \"scbid\": 242321560,\r\n                        \"class\": \"ELE with Reading - Level 1 A\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    },\r\n                    {\r\n                        \"scbid\": 242321567,\r\n                        \"class\": \"ELE with Reading - Level 1 B\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    },\r\n                    {\r\n                        \"scbid\": 242321579,\r\n                        \"class\": \"ELE with Reading - Level 2 A\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    },\r\n                    {\r\n                        \"scbid\": 242321589,\r\n                        \"class\": \"ELE with Reading - Level 2 B\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"idprogram\": 8,\r\n                \"courses\": [\r\n                    {\r\n                        \"scbid\": 12062039,\r\n                        \"class\": \"ELA English 1 A\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    },\r\n                    {\r\n                        \"scbid\": 12062040,\r\n                        \"class\": \"ELA English 1 B\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    },\r\n                    {\r\n                        \"scbid\": 12062041,\r\n                        \"class\": \"ELA English 1\",\r\n                        \"subject\": \"Literature\",\r\n                        \"confirmed\": true,\r\n                        \"transfer\": false,\r\n                        \"accepted\": false\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n]"}],"_postman_id":"e9d7863c-e500-412c-afc4-d8e657149532"},{"name":"Get Courses for Program(s)","id":"3a014c53-1929-484c-938f-ef57d6f021f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/courses/{{idprogram}}","description":"<p>{{proto}}://{{env}}/courses/{{idprogram}}</p>\n<p>Show courses for {{idprogram}}</p>\n<p>{{proto}}://{{env}}/courses</p>\n<p>Show courses for all idprograms</p>\n","urlObject":{"protocol":"{{proto}}","path":["courses","{{idprogram}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"e28b1ee1-5673-448c-8c23-920008b75ee9","name":"Get Courses for Program(s)","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/courses/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2019 12:09:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"idprogram\": 12,\n        \"description\": \"English Language Enhancement\",\n        \"courses\": [\n            {\n                \"scbid\": 246157487,\n                \"class\": \"ELE with Reading - Level 4 A\",\n                \"subject\": \"Literature\"\n            },\n            {\n                \"scbid\": 246157488,\n                \"class\": \"ELE with Reading - Level 4 B\",\n                \"subject\": \"Literature\"\n            },\n            {\n                \"scbid\": 246157489,\n                \"class\": \"ELE with Math - Level 1 A\",\n                \"subject\": \"Math\"\n            },\n            {\n                \"scbid\": 246157490,\n                \"class\": \"ELE with Math - Level 1 B\",\n                \"subject\": \"Math\"\n            }\n        ]\n    }\n]"}],"_postman_id":"3a014c53-1929-484c-938f-ef57d6f021f7"},{"name":"Get Course Progress Information","id":"75163af9-e934-40ca-bef8-1d2d5beb68ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentprogress/{{idstudent}}","urlObject":{"protocol":"{{proto}}","path":["studentprogress","{{idstudent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"4c0e033c-e4fa-4d51-8d58-12571bcf4f67","name":"Get Course Progress Information","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apikey}}"}],"url":"{{proto}}://{{env}}/studentprogress/{{idstudent}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2019 12:10:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"idstudent\": 2054,\r\n    \"studentprogess\": [\r\n        {\r\n            \"actualGrade\": 17.6499233,\r\n            \"completedAssignments\": 5,\r\n            \"courseName\": \"ELE with Reading  - Level 1 A\",\r\n            \"overallGrade\": 70,\r\n            \"percentByCount\": 5.681818,\r\n            \"percentByTime\": 9.6054,\r\n            \"percentExpected\": 38.0952377,\r\n            \"progressDate\": \"2019-05-12T00:00:00\",\r\n            \"relativeGrade\": 2.5,\r\n            \"studentBuildId\": 246133555,\r\n            \"totalAssignments\": 88,\r\n            \"userId\": 225405581\r\n        },\r\n        {\r\n            \"actualGrade\": 4.2441287,\r\n            \"completedAssignments\": 6,\r\n            \"courseName\": \"ELE with Reading - Level 3 A\",\r\n            \"overallGrade\": 35.4166679,\r\n            \"percentByCount\": 4.83871,\r\n            \"percentByTime\": 4.565113,\r\n            \"percentExpected\": 38.0952377,\r\n            \"progressDate\": \"2019-05-12T00:00:00\",\r\n            \"relativeGrade\": 1.02163458,\r\n            \"studentBuildId\": 246133559,\r\n            \"totalAssignments\": 124,\r\n            \"userId\": 225405581\r\n        }\r\n    ]\r\n}"}],"_postman_id":"75163af9-e934-40ca-bef8-1d2d5beb68ce"},{"name":"Register student","id":"6a87653d-3f3c-4253-839b-5cf2abe9bb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"middle\": null,\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"nickname\": \"API Testing 2291\",\r\n\t\t\"emailaddress\": \"mchoate@cox2291.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"15 N Main St.\",\r\n\t\t\"address2\": null,\r\n\t\t\"address3\": null,\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"dob\": \"2007-12-19\",\r\n\t\t\"ethnicity\": 6,\r\n\t\t\"gradelevel\": 3,\r\n\t\t\"gender\": \"m\",\r\n\t\t\"idagent\": 4,\r\n\t\t\"zipcode\": \"85028\",\r\n\t\t\"userfield\": \"choate Family\",\r\n\t\t\"proctor\": {\r\n\t\t\t\"idrelation\": \"2\",\r\n\t\t\t\"firstname\": \"Mike\",\r\n\t\t\t\"middle\": null,\r\n\t\t\t\"lastname\": \"Choate\",\r\n\t\t\t\"emailaddress\": \"mchoate@cox2291.net\",\r\n\t\t\t\"phone\": \"+1(602)569-0991\",\r\n\t\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\t\"address2\": null,\r\n\t\t\t\"address3\": null,\r\n\t\t\t\"city\": \"Phoenix\",\r\n\t\t\t\"state\": \"AZ\",\r\n\t\t\t\"country\": \"US\",\r\n\t\t\t\"zipcode\": \"85028\"\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"https://{{env}}/student","description":"<p>For registration of students in programs that will not be requesting transcripts all address fields are not required. See required fields below.</p>\n<p>REQUIRED:\nInclude idagent in all new student registration to make sure the correct agent is assigned.</p>\n<p>OPTIONAL: To include proctor information, append field \"proctor\": to student data.  See proctor field specification at 'Add Proctor for Student' below.\nA proctor is only required for academic programs that include tests. A proctor is not required for Sample Class, SAT, GED, ACT, Pre-AYP and ELE.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Student given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>middle</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Optional middle or other name</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Student family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>address</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address3</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>city</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>state</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Province</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>varchar</td>\n<td>20</td>\n<td>Postal Code</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>country</td>\n<td>char</td>\n<td>2</td>\n<td>ISO 3166-1 2 char country code (e.g \"CN\")</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>varchar</td>\n<td>50</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>datetime</td>\n<td>8</td>\n<td>yyyy-mm-dd</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>255</td>\n<td>6+ characters - upper/lower alpha, numeric, special no \"'\"</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>ethnicity</td>\n<td>smallint</td>\n<td>2</td>\n<td></td>\n<td>YES *</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>char</td>\n<td>1</td>\n<td>\"M\" or \"F\"</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>gradelevel</td>\n<td>smallint</td>\n<td>2</td>\n<td>Can be 0 or school grade level (1-12)</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>idagent</td>\n<td>int</td>\n<td>4</td>\n<td>ID of agent assigned to student</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Nickname or English name for student</td>\n<td>NO **</td>\n</tr>\n<tr>\n<td>userfield</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Can be used by agent to organize student lists</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Ethnicity is U.S. school reporting requirement. The defined values are:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Ethnicity</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>'American Indian or Alaska Native'</td>\n</tr>\n<tr>\n<td>2</td>\n<td>'Asian'</td>\n</tr>\n<tr>\n<td>3</td>\n<td>'Black or African American'</td>\n</tr>\n<tr>\n<td>4</td>\n<td>'Native Hawaiian or Pacific Islander'</td>\n</tr>\n<tr>\n<td>5</td>\n<td>'White'</td>\n</tr>\n<tr>\n<td>6</td>\n<td>'Other'</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Nickname or \"English\" name is recommended for use by U.S. Teachers</p>\n","urlObject":{"protocol":"https","path":["student"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a87653d-3f3c-4253-839b-5cf2abe9bb99"},{"name":"Enroll Student in Program","id":"2b8671b1-9a43-4b3f-ab40-61ffcb02ddbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\t\r\n\t{\r\n\t\t\"idstudent\": 2075,\r\n\t\t\"idproduct\": 75,\r\n\t\t\"po\": \"PO-2075-75\"\r\n\t},\r\n\t\t{\r\n\t\t\"idstudent\": 2075,\r\n\t\t\"idproduct\": 64,\r\n\t\t\"po\": \"PO-2075-64\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/enrollments","description":"<p>Enroll a student in a new Program or extend the access time of an existing Program by authorizing purchase of a Product.</p>\n<p>Return value is the IdProgram enrolled in by purchasing the selected IdProduct.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idstudent</td>\n<td>int</td>\n<td>4</td>\n<td>Current student ID number</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>idproduct</td>\n<td>int</td>\n<td>4</td>\n<td>Product ID from current product list</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>po</td>\n<td>varchar</td>\n<td>50</td>\n<td>Purchase order or approval code</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"product-list-1\">Product List <a href=\"b%3EProduct%20List%20above%20is%20for%20API%20testing.%20Consult%20current%20Product%20List%20for%20production.%3C/b\">1</a></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>IdProduct</th>\n<th>Product Description</th>\n<th>Term</th>\n<th>Program (Catalog) Name</th>\n<th>IdProgram</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>34</td>\n<td>Monthly Classroom Access Fee</td>\n<td>1 m</td>\n<td>College Prep Program</td>\n<td>3</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Credit Recovery Monthly Access Fee</td>\n<td>1 m</td>\n<td>Credit Recovery Classes</td>\n<td>4</td>\n</tr>\n<tr>\n<td>55</td>\n<td>SAT Monthly Class Access</td>\n<td>2 m</td>\n<td>SAT Test Preparation</td>\n<td>5</td>\n</tr>\n<tr>\n<td>61</td>\n<td>GED 2014 Test Preparation Class Access</td>\n<td>1 m</td>\n<td>GED Test Preparation</td>\n<td>6</td>\n</tr>\n<tr>\n<td>57</td>\n<td>Independent Study Monthly Class Access</td>\n<td>1 m</td>\n<td>Independent Study</td>\n<td>8</td>\n</tr>\n<tr>\n<td>49</td>\n<td>Academic Year Prep Program</td>\n<td>4 m</td>\n<td>Pre-Academic Year Program</td>\n<td>9</td>\n</tr>\n<tr>\n<td>42</td>\n<td>ACT Test Prep Monthly Class Access</td>\n<td>2 m</td>\n<td>ACT Test Preparation</td>\n<td>10</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Sample Courses</td>\n<td>6 m</td>\n<td>Sample Courses</td>\n<td>11</td>\n</tr>\n<tr>\n<td>63</td>\n<td>English Language Enhancement One Course Level</td>\n<td>12 w</td>\n<td>English Enhancement</td>\n<td>12</td>\n</tr>\n<tr>\n<td>87</td>\n<td>MyPlan ILP Course Access</td>\n<td>1 m</td>\n<td>MyPlan Indiv. Learning Plan</td>\n<td>13</td>\n</tr>\n<tr>\n<td>83</td>\n<td>Dual Diploma Program Semester</td>\n<td>18 w</td>\n<td>Dual Diploma Program</td>\n<td>22</td>\n</tr>\n<tr>\n<td>91</td>\n<td>Middle School Single Course</td>\n<td>1 m</td>\n<td>Middle School</td>\n<td>23</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["enrollments"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"145c5cb2-4d26-4df9-a231-1328de0637eb","name":"Enroll Program for Student","originalRequest":{"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\t\r\n\t{\r\n\t\t\"idstudent\": 2280,\r\n\t\t\"idproduct\": 70,\r\n\t\t\"po\": \"PO-987654\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/enrollments"},"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":"X-SourceFiles","value":"=?UTF-8?B?RjpcaW5ldHB1Yl9URVNUXGFwYXhfYXBpXzAyX2NzXGFwYXhfYXBpXzAyX2NzXGVucm9sbG1lbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 16 Jan 2019 11:38:12 GMT"},{"key":"Content-Length","value":"170"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"info-1\": \"po 'PO-987654'\",\n        \"info-2\": \"idstudent '2280'\",\n        \"info-3\": \"idproduct '70'\",\n        \"info-4\": \"idagent '117'\",\n        \"success-1\": \"student '2280' is now enrolled in program '6'\"\n    }\n]"}],"_postman_id":"2b8671b1-9a43-4b3f-ab40-61ffcb02ddbf"},{"name":"Add Courses for Student","id":"b13220ed-dd07-42e3-b8b7-a6b7bb17e927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"courses\": [\r\n\t\t\t{\r\n\t\t\t\t\"scbid\": 12062005,\r\n\t\t\t\t\"start\": \"2019-02-24\",\r\n\t\t\t\t\"noncredit\": true,\r\n\t\t\t\t\"end\": \"2019-04-12\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"idprogram\": {{idprogram}},\r\n\t\t\"idstudent\": {{idstudent}}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/courses","description":"<p>Add courses to an enrolled program for a student.<br />Use 'Enroll program for student' to enroll a student in a program.<br />Consult the program and course table to find the SCBID for the course.</p>\n<p>The start date is the date when the student will begin study (usually the same date as the program enrollment date).<br />The planned end date is the date when the student should finish the course (used to compute the 'percent complete' value for progress reports).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idstudent</td>\n<td>int</td>\n<td>4</td>\n<td>Current student ID number</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>idprogram</td>\n<td>int</td>\n<td>4</td>\n<td>Student program to receive new courses</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>courses</td>\n<td>array</td>\n<td>varies</td>\n<td>Array of courses to add to program</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"courses-array\">Courses Array</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scbid</td>\n<td>int</td>\n<td>4</td>\n<td>Course number from course catalog</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>start</td>\n<td>date</td>\n<td>8</td>\n<td>Planned start date \"yyyy-mm-dd\"</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>end</td>\n<td>date</td>\n<td>8</td>\n<td>Planned end date \"yyyy-mm-dd\"</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>noncredit</td>\n<td>int</td>\n<td>1</td>\n<td>Take course w/out credit? 1=yes 0=no(default)</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><p>Courses for Special Programs may be added automatically on enrollment. It may not be possible to add courses to Special Programs using this method.</p>\n","urlObject":{"protocol":"{{proto}}","path":["courses"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b13220ed-dd07-42e3-b8b7-a6b7bb17e927"},{"name":"Add Proctor for Student","id":"55ba44dd-5efe-4654-a8fe-c900c7098a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"idstudent\": \"1542\",\r\n\t\t\"idrelation\": \"2\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"middle\": null,\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox99.net\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\"address2\": null,\r\n\t\t\"address3\": null,\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"zipcode\": \"85028\"\r\n\t}\r\n]\r\n "},"url":"{{proto}}://{{env}}/proctor","description":"<p>A proctor is only required for academic programs that include tests.<br />\nA proctor is not required for Sample Class, SAT, GED, ACT, Pre-AYP and ELE.</p>\n<p>Address fields are not required for the proctor except the 2-digit country code.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idstudent</td>\n<td>int</td>\n<td>4</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Proctor given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>middle</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Proctor family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>address</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address3</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>city</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>state</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Province</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>varchar</td>\n<td>20</td>\n<td>Postal Code</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>country</td>\n<td>char</td>\n<td>2</td>\n<td>ISO 3166-1 Code (e.g \"CN\")</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>varchar</td>\n<td>50</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>datetime</td>\n<td>8</td>\n<td>Must be over 18 years of age</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>50</td>\n<td>Future use</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>idrelation</td>\n<td>int</td>\n<td>2</td>\n<td>See table below</td>\n<td>YES *</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Relationship to student is required. Valid codes are:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Relationship</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Spouse</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Parent/Guardian</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other Relative</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Friend</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Business Associate</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["proctor"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55ba44dd-5efe-4654-a8fe-c900c7098a94"},{"name":"Add Agent (new Company)","id":"73e25013-d144-4946-bfd2-74a9ef875a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2327.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": true,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": false,\r\n\t\t\t\"individual_courses\": true,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": true\r\n\t\t},\r\n\t\t\"company\": {\r\n\t\t\t\"name\": \"cXYZ Inc\",\r\n\t\t\t\"address1\": \"21 XYZ Street\",\r\n\t\t\t\"address2\": null,\r\n\t\t\t\"city\": \"Beijing\",\r\n\t\t\t\"country\": \"CN\",\r\n\t\t\t\"postalcode\": \"065201\",\r\n\t\t\t\"description\": \"ESL Specialists\",\r\n\t\t\t\"businessfax\": \"86-10-91158\",\r\n\t\t\t\"businessphone\": \"86-10-91177\",\r\n\t\t\t\"region\": \"Western China\",\r\n\t\t\t\"website\": \"cxyz-school.com\"\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>Data for new Agent and data for new Company in the same api call: \n<br /><br />\n<strong>Agent Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>honorific</td>\n<td>varchar</td>\n<td>20</td>\n<td>Dr, Mr, Mrs, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>20</td>\n<td>6+ chars A-Z, a-z, 0-9, special chars, no quotes</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>title</td>\n<td>varchar</td>\n<td>50</td>\n<td>President, CEO, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>primary_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>alternate_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>skype_id</td>\n<td>varchar</td>\n<td>50</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td><code>programs {}</code></td>\n<td></td>\n<td></td>\n<td>programs {} json object</td>\n<td>NO</td>\n</tr>\n<tr>\n<td><code>company {}</code></td>\n<td></td>\n<td></td>\n<td>company {} json object w/ new company data</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div><p><br /><br />\n<strong>Agent Programs</strong> <code>programs {}</code></p>\n<p>'true' means program is available.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>esl_courses</td>\n<td>true/false</td>\n<td>ESL Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>toefl_prep_courses</td>\n<td>true/false</td>\n<td>TOEFL Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>act_sat_prep_courses</td>\n<td>true/false</td>\n<td>ACT/SAT Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>language_courses</td>\n<td>true/false</td>\n<td>Full Semester Language Courses *</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>individual_courses</td>\n<td>true/false</td>\n<td>Full Semester Individual Courses **</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>recovery_summer_school</td>\n<td>true/false</td>\n<td>Accelerated Recovery &amp; Summer School Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>diploma_program</td>\n<td>true/false</td>\n<td>Accredited American High School Diploma</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><p>* English/Chinese/French/Latin/Spanish<br />\n** Core Subject/Electives</p>\n<p><br /><br />\n<strong>Company Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>255</td>\n<td>company name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>city</td>\n<td>varchar</td>\n<td>50</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>country</td>\n<td>char</td>\n<td>2</td>\n<td>ISO 3166-1 2 char country code (e.g \"CN\")</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>postalcode</td>\n<td>varchar</td>\n<td>20</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>description</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>business_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>business_fax</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>region</td>\n<td>varchar</td>\n<td>50</td>\n<td>Beijing Area, Western US, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>website</td>\n<td>varchar</td>\n<td>50</td>\n<td></td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"7b8b5b7e-96be-4022-bb88-626f6c1cc2f1","name":"Add Agent (new Company)","originalRequest":{"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2300.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": false,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": false,\r\n\t\t\t\"individual_courses\": false,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": false\r\n\t\t},\r\n\t\t\"company\": {\r\n\t\t\t\"name\": \"WXYZ Inc\",\r\n\t\t\t\"address1\": \"21 XYZ Street\",\r\n\t\t\t\"address2\": null,\r\n\t\t\t\"city\": \"Beijing\",\r\n\t\t\t\"country\": \"CN\",\r\n\t\t\t\"postalcode\": \"065201\",\r\n\t\t\t\"description\": \"ESL Specialists\",\r\n\t\t\t\"businessfax\": \"86-10-91158\",\r\n\t\t\t\"businessphone\": \"86-10-91177\",\r\n\t\t\t\"region\": \"Western China\",\r\n\t\t\t\"website\": \"wxyz-school.com\"\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"73e25013-d144-4946-bfd2-74a9ef875a8c"},{"name":"Add Agent (existing Company)","id":"4e752291-6bbc-4fd2-afbc-82be22c52cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2300.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"idcompany\": 82,\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": false,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": false,\r\n\t\t\t\"individual_courses\": true,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": false\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>Data for new Agent of existing Company\n<br /><br /><strong>Agent Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>honorific</td>\n<td>varchar</td>\n<td>20</td>\n<td>Dr, Mr, Mrs, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>20</td>\n<td>6+ chars A-Z, a-z, 0-9, special chars, no quotes</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>title</td>\n<td>varchar</td>\n<td>50</td>\n<td>President, CEO, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>primary_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>alternate_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>skype_id</td>\n<td>varchar</td>\n<td>50</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td><code>programs {}</code></td>\n<td></td>\n<td></td>\n<td>programs {} json object</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>idcompany</td>\n<td>int</td>\n<td></td>\n<td>idcompany of existing company</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div><p><br /><br />\n<strong>Agent Programs</strong> <code>programs {}</code></p>\n<p>'true' means program is available.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>esl_courses</td>\n<td>true/false</td>\n<td>ESL Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>toefl_prep_courses</td>\n<td>true/false</td>\n<td>TOEFL Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>act_sat_prep_courses</td>\n<td>true/false</td>\n<td>ACT/SAT Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>language_courses</td>\n<td>true/false</td>\n<td>Full Semester Language Courses *</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>individual_courses</td>\n<td>true/false</td>\n<td>Full Semester Individual Courses **</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>recovery_summer_school</td>\n<td>true/false</td>\n<td>Accelerated Recovery &amp; Summer School Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>diploma_program</td>\n<td>true/false</td>\n<td>Accredited American High School Diploma</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><p>* English/Chinese/French/Latin/Spanish<br />\n** Core Subject/Electives</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"7a01e866-7756-4fb3-9170-cd1a681549af","name":"Add Agent (existing Company)","originalRequest":{"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2300.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"idcompany\": 82,\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": false,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": false,\r\n\t\t\t\"individual_courses\": true,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": false\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 01 Jun 2019 17:09:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success-1\": \"idagent '120' was created\"\n}"}],"_postman_id":"4e752291-6bbc-4fd2-afbc-82be22c52cfd"},{"name":"Add Agent (Partner Company)","id":"8ab6dc53-3c67-4d96-b412-ebe37c390bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2301.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"idcompany\": \"partner\",\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": false,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": true,\r\n\t\t\t\"individual_courses\": false,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": false\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>Data for new Agent of Partner Company\n<br /><br />\n<strong>Agent Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>honorific</td>\n<td>varchar</td>\n<td>20</td>\n<td>Dr, Mr, Mrs, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>varchar</td>\n<td>255</td>\n<td>agent family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>255</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>20</td>\n<td>6+ chars A-Z, a-z, 0-9, special chars, no quotes</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>title</td>\n<td>varchar</td>\n<td>50</td>\n<td>President, CEO, etc</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>primary_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>alternate_phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>skype_id</td>\n<td>varchar</td>\n<td>50</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td><code>programs {}</code></td>\n<td></td>\n<td></td>\n<td>programs {} json object</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>idcompany</td>\n<td>varchar</td>\n<td>7</td>\n<td>use \"partner\" to indicate the partner company</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div><p><br /><br />\n<strong>Agent Programs</strong> <code>programs {}</code></p>\n<p>'true' means program is available.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>esl_courses</td>\n<td>true/false</td>\n<td>ESL Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>toefl_prep_courses</td>\n<td>true/false</td>\n<td>TOEFL Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>act_sat_prep_courses</td>\n<td>true/false</td>\n<td>ACT/SAT Prep Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>language_courses</td>\n<td>true/false</td>\n<td>Full Semester Language Courses *</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>individual_courses</td>\n<td>true/false</td>\n<td>Full Semester Individual Courses **</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>recovery_summer_school</td>\n<td>true/false</td>\n<td>Accelerated Recovery &amp; Summer School Courses</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>diploma_program</td>\n<td>true/false</td>\n<td>Accredited American High School Diploma</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><p>* English/Chinese/French/Latin/Spanish<br />\n** Core Subject/Electives</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"3139dd19-0987-4062-89d4-4a57107c118f","name":"Add Agent (Partner Company)","originalRequest":{"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"honorific\": \"Mr\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"mchoate@cox2301.net\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"title\": \"CTO\",\r\n\t\t\"primary_phone\": \"+1(602)555-1212\",\r\n\t\t\"alternate_phone\": \"+1(602)555-1223\",\r\n\t\t\"skype_id\": \"mr_mike\",\r\n\t\t\"idcompany\": \"partner\",\r\n\t\t\"programs\": {\r\n\t\t\t\"esl_courses\": true,\r\n\t\t\t\"toefl_prep_courses\": false,\r\n\t\t\t\"act_sat_prep_courses\": false,\r\n\t\t\t\"language_courses\": true,\r\n\t\t\t\"individual_courses\": false,\r\n\t\t\t\"recovery_summer_school\": false,\r\n\t\t\t\"diploma_program\": false\r\n\t\t}\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8ab6dc53-3c67-4d96-b412-ebe37c390bb5"},{"name":"Update Student Information","id":"e478fef3-e219-44ba-bdd4-4c05dece2227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"nickname\": \"API Testing\",\r\n\t\t\"emailaddress\": \"tech2048@esplearning.com\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"dob\": \"1994-12-19T00:00:00\",\r\n\t\t\"ethnicity\": 6,\r\n\t\t\"gradelevel\": 4,\r\n\t\t\"idagent\": 110,\r\n\t\t\"zipcode\": \"85028\",\r\n\t\t\"userfield\": \"choate Family\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/student/2036","description":"<p>Request may contain any of the standard user fields. Fields not included will not be updated.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Student given name</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>middle</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Optional middle or other name</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Student family name</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address3</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>city</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>state</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Province</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>varchar</td>\n<td>20</td>\n<td>Postal Code</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>country</td>\n<td>char</td>\n<td>2</td>\n<td>ISO 3166-1 2 char country code (e.g \"CN\")</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>datetime</td>\n<td>8</td>\n<td>yyyy-mm-dd</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>255</td>\n<td>6+ characters - upper/lower alpha, numeric, special no '''</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>ethnicity</td>\n<td>smallint</td>\n<td></td>\n<td></td>\n<td>NO*</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>char</td>\n<td>1</td>\n<td>'M' or 'F'</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>gradelevel</td>\n<td>smallint</td>\n<td></td>\n<td>0 or school grade level (1-12)</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>idagent</td>\n<td>int</td>\n<td></td>\n<td>ID of agent assigned to student</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Nickname or English name for student</td>\n<td>NO **</td>\n</tr>\n<tr>\n<td>userfield</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Can be used by agent to organize student lists</td>\n<td>NULL</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Ethnicity is U.S. school reporting requirement. The defined values are:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Ethnicity</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>American Indian or Alaska Native</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Asian</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Black or African American</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Native Hawaiian or Pacific Islander</td>\n</tr>\n<tr>\n<td>5</td>\n<td>White</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Nickname or \"English\" name is recommended for use by U.S. Teachers</p>\n","urlObject":{"protocol":"{{proto}}","path":["student","2036"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"815bdc0d-a09e-4f62-aca5-5de45aa61b60","name":"Update Student Information","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"nickname\": \"API Testing\",\r\n\t\t\"emailaddress\": \"tech2048@esplearning.com\",\r\n\t\t\"password\": \"iAbHB0YHCggGBo\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"dob\": \"1994-12-19T00:00:00\",\r\n\t\t\"ethnicity\": 6,\r\n\t\t\"gradelevel\": 4,\r\n\t\t\"idagent\": 117,\r\n\t\t\"zipcode\": \"85028\",\r\n\t\t\"userfield\": \"choate Family\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/student/{{idstudent}}"},"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":"X-SourceFiles","value":"=?UTF-8?B?RjpcaW5ldHB1Yl9URVNUXGFwYXhfYXBpXzAyXGFwYXhfYXBpXzAyXHN0dWRlbnRcMjI2Nw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jan 2019 23:29:41 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"success-1\": \"idstudent '2267' information updated\"\n}"}],"_postman_id":"e478fef3-e219-44ba-bdd4-4c05dece2227"},{"name":"Update Proctor Information","id":"49391b0f-fa79-4849-9d89-b5f47ebd6a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"idrelation\": \"2\",\r\n\t\t\"firstname\": \"elrod\",\r\n\t\t\"middle\": null,\r\n\t\t\"lastname\": \"johnson\",\r\n\t\t\"emailaddress\": \"elrod@cox99.net\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\"address2\": null,\r\n\t\t\"address3\": null,\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"zipcode\": \"85028\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/proctor/{{idproctor}}","description":"<p>Request may contain any of the standard proctor data fields. Fields not included will not be updated.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idstudent</td>\n<td>int</td>\n<td></td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Proctor given name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>middle</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Proctor family name</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>address</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>nvarchar</td>\n<td>300</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>address3</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>city</td>\n<td>nvarchar</td>\n<td>100</td>\n<td></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>state</td>\n<td>nvarchar</td>\n<td>100</td>\n<td>Province</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>varchar</td>\n<td>20</td>\n<td>Postal Code</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>country</td>\n<td>char</td>\n<td>2</td>\n<td>ISO 3166-1 Code (e.g \"CN\")</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>varchar</td>\n<td>25</td>\n<td><a href=\"#phone-numbers\">International phone number</a></td>\n<td>NO</td>\n</tr>\n<tr>\n<td>emailaddress</td>\n<td>varchar</td>\n<td>150</td>\n<td></td>\n<td>YES</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>datetime</td>\n<td>8</td>\n<td>Must be over 18 years of age</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>password</td>\n<td>varchar</td>\n<td>50</td>\n<td>Future use</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>idrelation</td>\n<td>int</td>\n<td></td>\n<td>See table below</td>\n<td>YES *</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Relationship to student is required. Valid codes are:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Relationship</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Spouse</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Parent/Guardian</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other Relative</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Friend</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Business Associate</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["proctor","{{idproctor}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"dafab5cf-95ee-46c2-b741-ca12061e0d7d","name":"Update Proctor Information","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"idrelation\": \"2\",\r\n\t\t\"firstname\": \"Mike\",\r\n\t\t\"middle\": null,\r\n\t\t\"lastname\": \"Choate\",\r\n\t\t\"emailaddress\": \"m0023@cox99.net\",\r\n\t\t\"phone\": \"+1(602)569-0980\",\r\n\t\t\"address\": \"10028 N 28th St.\",\r\n\t\t\"address2\": null,\r\n\t\t\"address3\": null,\r\n\t\t\"city\": \"Phoenix\",\r\n\t\t\"state\": \"AZ\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"zipcode\": \"85028\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/proctor/{{idProctor}}"},"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":"X-SourceFiles","value":"=?UTF-8?B?RjpcaW5ldHB1Yl9URVNUXGFwYXhfYXBpXzAyXGFwYXhfYXBpXzAyXHByb2N0b3JcNjg4?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jan 2019 23:25:12 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"success-1\": \"idproctor '688' updated successfully\"\n}"}],"_postman_id":"49391b0f-fa79-4849-9d89-b5f47ebd6a07"},{"name":"Update Course Start End Dates for Student","id":"5d6cbae5-21f2-41e8-a999-05560f4dde6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{loginuser}}"},{"key":"password","value":"{{loginpsw}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"scbid\": \"242321603\",\r\n\t\t\"start\": \"2019-05-02\",\r\n\t\t\"end\": \"2019-08-10\"\r\n\t}, \r\n\t{\r\n\t\t\"scbid\": \"242321595\",\r\n\t\t\"start\": \"2019-05-02\",\r\n\t\t\"end\": \"2019-08-10\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/courses/{{idstudent}}","description":"<p>Change the planned start end planned end dates for a student's course.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Length</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scbid</td>\n<td>int</td>\n<td>4</td>\n<td>Course number from course catalog</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>start</td>\n<td>date</td>\n<td>8</td>\n<td>New Planned start date \"yyyy-mm-dd\"</td>\n<td>YES</td>\n</tr>\n<tr>\n<td>end</td>\n<td>date</td>\n<td>8</td>\n<td>New Planned end date \"yyyy-mm-dd\"</td>\n<td>YES</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{proto}}","path":["courses","{{idstudent}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"f34c6526-11b5-4e42-99b5-1489b9ab75b8","name":"Update Course Study Dates for Student","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-api-key","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"scbid\": \"242305814\",\r\n\t\t\"start\": \"2019-01-02\",\r\n\t\t\"end\": \"2019-02-10\"\r\n\t}, \r\n\t{\r\n\t\t\"scbid\": \"11335035\",\r\n\t\t\"start\": \"2019-01-02\",\r\n\t\t\"end\": \"2019-02-10\"\r\n\t}\r\n]\r\n"},"url":"{{proto}}://{{env}}/course/{{idstudent}}"},"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":"X-SourceFiles","value":"=?UTF-8?B?RjpcaW5ldHB1Yl9URVNUXGFwYXhfYXBpXzAyXGFwYXhfYXBpXzAyXGNvdXJzZVwyMjY3?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 07 Jan 2019 23:30:55 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"info-1\": \"scbid '242305814'\",\n    \"error-1\": \"start date must be > current date\",\n    \"info-2\": \"scbid '11335035'\",\n    \"error-2\": \"start date must be > current date\"\n}"}],"_postman_id":"5d6cbae5-21f2-41e8-a999-05560f4dde6b"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]}},"event":[{"listen":"prerequest","script":{"id":"af05cec6-f01a-44a3-969e-931c7c7efb5b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3cec78c-0f5b-4e2a-a684-671257d174ea","type":"text/javascript","exec":[""]}}]}