{"info":{"_postman_id":"f1834592-327f-41d0-9ffd-53321c03bb16","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. All data names should be lower case. </p>\n<p><strong>Replace {{proto}} with 'https' (no quotes)</strong></p>\n<p><strong>Replace {{env}} with your api url (no quotes)</strong></p>\n<p>Your api url will look like: <strong>api.{{partner_name}}.fvhsonline.com</strong></p>\n<p><strong>Field names must be lower case.</strong></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Uses BASIC authentication and an X-api-key</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Errors will be returned as JSON objects with format like \"error-n\": \"id 3 is invalid\"</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Unknown</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"}],"owner":"4795138","collectionId":"f1834592-327f-41d0-9ffd-53321c03bb16","publishedId":"S1TWzwd1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-03T23:50:21.000Z"},"item":[{"name":"Get Student","id":"885762b7-5ce8-4a32-ab5e-4260a1ae635f","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":"5ffd4aca-9623-4efc-8a79-13d5679feb7e","name":"Get Student","originalRequest":{"method":"GET","header":[{"key":"X-api-key","value":"{{apikey}}"}],"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":"885762b7-5ce8-4a32-ab5e-4260a1ae635f"},{"name":"Get Agent","id":"50ef3d40-19c0-469d-9b62-76be777793af","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":"cd13d71a-fd8e-404c-bc78-a90b009b67fd","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":"50ef3d40-19c0-469d-9b62-76be777793af"},{"name":"Get Agents","id":"392b65ef-0280-41e9-9d82-977de267f5aa","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":"8a1ba2a0-e3f7-4822-a75a-fc6946c2ac04","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":"392b65ef-0280-41e9-9d82-977de267f5aa"},{"name":"Get Student Enrollment","id":"9b67b8ef-fe2f-4625-9dd0-69d0dc68de85","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":"a3e6c6a6-37a5-44a0-9c8d-bdf11f1c20e1","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":"9b67b8ef-fe2f-4625-9dd0-69d0dc68de85"},{"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":"135772ba-9689-4d9c-b672-ad080f5fbaae","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":"5bb8541b-7e02-420d-b967-724add8a8c7e","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":"135772ba-9689-4d9c-b672-ad080f5fbaae"},{"name":"Get Student Class Login","id":"68b2d824-4f33-4fbb-b8b1-204a101acd7e","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":"68b2d824-4f33-4fbb-b8b1-204a101acd7e"},{"name":"Get Proctor List for Student","id":"2b6b3ca6-c8a7-4e7e-9758-c9f1d5eb1d93","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":"2b6b3ca6-c8a7-4e7e-9758-c9f1d5eb1d93"},{"name":"Get Proctor ","id":"205f8390-701e-47a3-81a4-1ebb6cbae491","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":"205f8390-701e-47a3-81a4-1ebb6cbae491"},{"name":"Get Products for Program(s)","id":"d8ef3047-da04-4423-a2a3-fa66d97c283b","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":"15d00261-2c18-42de-a912-b350339881a5","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":"d8ef3047-da04-4423-a2a3-fa66d97c283b"},{"name":"Get Courses for Student(s)","id":"33dc1123-d2be-435b-806d-492d3e2ac2eb","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":"05789f01-fe5f-4268-9ff7-0d0eb333ccb4","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":"33dc1123-d2be-435b-806d-492d3e2ac2eb"},{"name":"Get Courses for Program(s)","id":"b4851509-94a5-4ecf-a1d7-1ea1f6b99749","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":"e85baee8-bdb3-471c-baef-d9f002ab8600","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":"b4851509-94a5-4ecf-a1d7-1ea1f6b99749"},{"name":"Get Course Progress Information","id":"5f323296-f50d-4d11-b795-df5022007aad","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":"30d5723f-aed6-4339-9ae2-89ff204dc317","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":"5f323296-f50d-4d11-b795-df5022007aad"},{"name":"Register student","id":"6f146d5b-a829-45bb-a78f-e5f73a5334a1","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\"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>International phone number</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":"6f146d5b-a829-45bb-a78f-e5f73a5334a1"},{"name":"Save Order","id":"a00eb868-7688-46d7-ac78-ecefb3112f1a","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":"{\"id\":3012,\"parent_id\":0,\"status\":\"processing\",\"currency\":\"USD\",\"version\":\"6.3.1\",\"prices_include_tax\":false,\"date_created\":\"2022-06-11T04:36:07\",\"date_modified\":\"2022-06-11T04:37:08\",\"discount_total\":\"105.00\",\"discount_tax\":\"0.00\",\"shipping_total\":\"0.00\",\"shipping_tax\":\"0.00\",\"cart_tax\":\"0.00\",\"total\":\"295.00\",\"total_tax\":\"0.00\",\"customer_id\":0,\"order_key\":\"wc_order_eHSD2mdcvohdW\",\"billing\":{\"first_name\":\"Rachael\",\"last_name\":\"Waters\",\"company\":\"\",\"address_1\":\"2448 Lake Oaks Parkway\",\"address_2\":\"\",\"city\":\"New Orleans\",\"state\":\"LA\",\"postcode\":\"70122\",\"country\":\"US\",\"email\":\"rachaelvwaters@outlook.com\",\"phone\":\"5049578170\",\"billing_details\":\"\",\"tech_requirements\":\"\",\"semester_requirements\":\"\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"\",\"phone\":\"\"},\"payment_method\":\"authnet\",\"payment_method_title\":\"Payment Method\",\"transaction_id\":\"63761424291\",\"customer_ip_address\":\"172.58.168.14\",\"customer_user_agent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.5 Mobile\\/15E148 Safari\\/604.1\",\"created_via\":\"checkout\",\"customer_note\":\"\",\"date_completed\":null,\"date_paid\":\"2022-06-11T04:37:08\",\"cart_hash\":\"867b97c863d51b82215b1e5d221ba298\",\"number\":\"3012\",\"meta_data\":[{\"id\":89440,\"key\":\"_billing_details\",\"value\":\"\"},{\"id\":89442,\"key\":\"thwcfe_ship_to_billing\",\"value\":\"1\"},{\"id\":89443,\"key\":\"student_first\",\"value\":\"Ty\\u2019Jae\"},{\"id\":89444,\"key\":\"student_last\",\"value\":\"Hurst\"},{\"id\":89445,\"key\":\"student_email\",\"value\":\"tymanv77@gmail.com\"},{\"id\":89446,\"key\":\"student_school\",\"value\":\"St. Augustine\"},{\"id\":89447,\"key\":\"student_grade_level\",\"value\":\"12th\"},{\"id\":89448,\"key\":\"student_dob_month\",\"value\":\"8\"},{\"id\":89449,\"key\":\"student_dob_day\",\"value\":\"21\"},{\"id\":89450,\"key\":\"student_dob_year\",\"value\":\"2004\"},{\"id\":89451,\"key\":\"student_gender\",\"value\":\"Male\"},{\"id\":89452,\"key\":\"student_country\",\"value\":\"United States\"},{\"id\":89453,\"key\":\"student_address\",\"value\":\"2448 Lake Oaks Parkway\"},{\"id\":89454,\"key\":\"student_city\",\"value\":\"New Orleans\"},{\"id\":89455,\"key\":\"student_state\",\"value\":\"LA\"},{\"id\":89456,\"key\":\"student_zip\",\"value\":\"70122\"},{\"id\":89457,\"key\":\"school_id\",\"value\":\"56\"},{\"id\":89458,\"key\":\"student_parent_first\",\"value\":\"Rachael\"},{\"id\":89459,\"key\":\"student_parent_last\",\"value\":\"Waters\"},{\"id\":89460,\"key\":\"student_parentemail\",\"value\":\"rachaelvwaters@outlook.com\"},{\"id\":89461,\"key\":\"student_parentphone\",\"value\":\"5049578170\"},{\"id\":89462,\"key\":\"credit_recovery_affirm\",\"value\":\"1\"},{\"id\":89463,\"key\":\"start_date\",\"value\":\"06\\/13\\/2022\"},{\"id\":89464,\"key\":\"terms_and_conditions\",\"value\":\"1\"},{\"id\":89465,\"key\":\"is_vat_exempt\",\"value\":\"no\"},{\"id\":89466,\"key\":\"_authnet_charge_id\",\"value\":\"63761424291\"},{\"id\":89467,\"key\":\"_authnet_cc_last4\",\"value\":\"6011\"},{\"id\":89468,\"key\":\"_authnet_charge_captured\",\"value\":\"yes\"},{\"id\":89469,\"key\":\"Authorize.Net Payment ID\",\"value\":\"63761424291\"},{\"id\":89478,\"key\":\"_new_order_email_sent\",\"value\":\"true\"}],\"line_items\":[{\"id\":1232,\"name\":\"Pre-Calculus B: Credit Recovery\",\"product_id\":2145,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"400.00\",\"subtotal_tax\":\"0.00\",\"total\":\"295.00\",\"total_tax\":\"0.00\",\"taxes\":[],\"meta_data\":[],\"sku\":\"CRHSPCALB\",\"price\":295,\"parent_name\":null}],\"tax_lines\":[],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[{\"id\":1233,\"code\":\"514\",\"discount\":\"105\",\"discount_tax\":\"0\",\"meta_data\":[{\"id\":8613,\"key\":\"coupon_data\",\"value\":{\"id\":2378,\"code\":\"514\",\"amount\":\"26.25\",\"status\":\"publish\",\"date_created\":{\"date\":\"2022-01-19 16:00:20.000000\",\"timezone_type\":1,\"timezone\":\"+00:00\"},\"date_modified\":{\"date\":\"2022-06-02 15:46:45.000000\",\"timezone_type\":1,\"timezone\":\"+00:00\"},\"date_expires\":null,\"discount_type\":\"percent\",\"description\":\"Saint Augustine High School\",\"usage_count\":40,\"individual_use\":true,\"product_ids\":[],\"excluded_product_ids\":[],\"usage_limit\":0,\"usage_limit_per_user\":0,\"limit_usage_to_x_items\":null,\"free_shipping\":false,\"product_categories\":[],\"excluded_product_categories\":[],\"exclude_sale_items\":false,\"minimum_amount\":\"\",\"maximum_amount\":\"\",\"email_restrictions\":[],\"virtual\":false,\"meta_data\":[{\"id\":62253,\"key\":\"_wc_url_coupons_unique_url\",\"value\":\"catholic-virtual\\/514\"},{\"id\":62254,\"key\":\"_wc_url_coupons_product_ids\",\"value\":[]},{\"id\":62255,\"key\":\"_wc_url_coupons_redirect_page\",\"value\":\"2398\"},{\"id\":62256,\"key\":\"_wc_url_coupons_redirect_page_type\",\"value\":\"page\"},{\"id\":62257,\"key\":\"_wc_url_coupons_defer_apply\",\"value\":\"\"}]},\"display_key\":\"coupon_data\",\"display_value\":{\"id\":2378,\"code\":\"514\",\"amount\":\"26.25\",\"status\":\"publish\",\"date_created\":{\"date\":\"2022-01-19 16:00:20.000000\",\"timezone_type\":1,\"timezone\":\"+00:00\"},\"date_modified\":{\"date\":\"2022-06-02 15:46:45.000000\",\"timezone_type\":1,\"timezone\":\"+00:00\"},\"date_expires\":null,\"discount_type\":\"percent\",\"description\":\"Saint Augustine High School\",\"usage_count\":40,\"individual_use\":true,\"product_ids\":[],\"excluded_product_ids\":[],\"usage_limit\":0,\"usage_limit_per_user\":0,\"limit_usage_to_x_items\":null,\"free_shipping\":false,\"product_categories\":[],\"excluded_product_categories\":[],\"exclude_sale_items\":false,\"minimum_amount\":\"\",\"maximum_amount\":\"\",\"email_restrictions\":[],\"virtual\":false,\"meta_data\":[{\"id\":62253,\"key\":\"_wc_url_coupons_unique_url\",\"value\":\"catholic-virtual\\/514\"},{\"id\":62254,\"key\":\"_wc_url_coupons_product_ids\",\"value\":[]},{\"id\":62255,\"key\":\"_wc_url_coupons_redirect_page\",\"value\":\"2398\"},{\"id\":62256,\"key\":\"_wc_url_coupons_redirect_page_type\",\"value\":\"page\"},{\"id\":62257,\"key\":\"_wc_url_coupons_defer_apply\",\"value\":\"\"}]}}]}],\"refunds\":[],\"date_created_gmt\":\"2022-06-11T04:36:07\",\"date_modified_gmt\":\"2022-06-11T04:37:08\",\"date_completed_gmt\":null,\"date_paid_gmt\":\"2022-06-11T04:37:08\",\"student_info\":{\"student_first\":\"Ty\\u2019Jae\",\"student_last\":\"Hurst\",\"student_email\":\"tymanv77@gmail.com\",\"student_school\":\"St. Augustine\",\"student_grade_level\":\"12th\",\"student_dob_month\":\"8\",\"student_dob_day\":\"21\",\"student_dob_year\":\"2004\",\"student_gender\":\"Male\",\"student_country\":\"United States\",\"student_address\":\"2448 Lake Oaks Parkway\",\"student_city\":\"New Orleans\",\"student_state\":\"LA\",\"student_zip\":\"70122\",\"school_id\":\"56\",\"additional_parent_header\":\"\",\"additional_parent_lable\":\"\",\"student_parent_first\":\"Rachael\",\"student_parent_last\":\"Waters\",\"student_parentemail\":\"rachaelvwaters@outlook.com\",\"student_parentphone\":\"5049578170\"},\"credit_recovery\":{\"credit_recovery_affirm\":\"1\",\"cr_details1\":\"\",\"cr_details2\":\"\",\"cr_details3\":\"\",\"cr_details4\":\"\",\"start_date\":\"06\\/13\\/2022\",\"space\":\"\"},\"terms_and_conditions\":{\"terms_and_conditions\":\"1\"},\"currency_symbol\":\"$\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/myhudsonglobal.com\\/wp-json\\/wc\\/v3\\/orders\\/3012\"}],\"collection\":[{\"href\":\"https:\\/\\/myhudsonglobal.com\\/wp-json\\/wc\\/v3\\/orders\"}]}}"},"url":"https://www.fvhsonline.com/api/v1/order","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>International phone number</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":["api","v1","order"],"host":["www","fvhsonline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a00eb868-7688-46d7-ac78-ecefb3112f1a"},{"name":"Enroll Student in Program","id":"35ac3523-ed93-430e-95f8-e37b056d9ab5","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":"[\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":"3548f79b-9343-476b-a48d-5b85b419d60d","name":"Enroll Program for Student","originalRequest":{"method":"POST","header":[{"key":"X-api-key","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"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":"35ac3523-ed93-430e-95f8-e37b056d9ab5"},{"name":"Add Courses for Student","id":"7bbfffbf-f49f-45b2-9ea3-dff2d596f6c9","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":"7bbfffbf-f49f-45b2-9ea3-dff2d596f6c9"},{"name":"Add Proctor for Student","id":"e2f3a73a-fa5b-476e-b19b-d09b71f049ac","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. A 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>International phone format</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":"e2f3a73a-fa5b-476e-b19b-d09b71f049ac"},{"name":"Add Agent (new Company)","id":"2ef5f798-3544-4d9c-a028-ca2134917262","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\"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\": \"xyz-school.com\"\r\n\t\t},\r\n\t\t\"options\": {\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}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>documentation will be supplied shortly</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"fca36e1b-b17a-44f0-8558-929db1ebefc5","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\"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\": \"xyz-school.com\"\r\n\t\t},\r\n\t\t\"options\": {\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}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ef5f798-3544-4d9c-a028-ca2134917262"},{"name":"Add Agent (existing Company)","id":"9a6827de-1086-4995-85fb-8824b408e3f9","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\"options\": {\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}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>documentation will be supplied shortly</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"3dacc4bb-5549-4735-8caf-298a2035a2b9","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\"options\": {\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}\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":"9a6827de-1086-4995-85fb-8824b408e3f9"},{"name":"Add Agent (default Company)","id":"8d6ffc1b-4311-4d22-a862-d3c0f963d078","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\": \"default\",\r\n\t\t\"options\": {\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}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent","description":"<p>documentation will be supplied shortly</p>\n","urlObject":{"protocol":"{{proto}}","path":["agent"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"edf62f74-a24c-4872-a0bf-e7398a75aafc","name":"Add Agent (default 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\": \"default\",\r\n\t\t\"options\": {\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}\r\n]\r\n"},"url":"{{proto}}://{{env}}/agent"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d6ffc1b-4311-4d22-a862-d3c0f963d078"},{"name":"Update Student Information","id":"ddea3039-70ed-40f3-9e54-31ba063398ca","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 Alpha-2 Code (e.g 'CN')</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>varchar</td>\n<td>50</td>\n<td>International phone number</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>2</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>2</td>\n<td>Can be 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>4</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":"191ba25c-847f-436a-b134-d8943baa4a7a","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":"ddea3039-70ed-40f3-9e54-31ba063398ca"},{"name":"Update Proctor Information","id":"65567d3b-f0bd-4f5d-b837-3817adf091a7","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>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 Alpha-2 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>International phone format</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","{{idproctor}}"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"cfd75305-9a7f-4fa2-b844-2b9a2b6d71da","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":"65567d3b-f0bd-4f5d-b837-3817adf091a7"},{"name":"Update Course Start End Dates for Student","id":"78896fdb-a64a-4723-a7cd-6ac81c4dc90c","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":"42ba0ae5-20c5-40ef-b3de-290d54e140f4","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":"78896fdb-a64a-4723-a7cd-6ac81c4dc90c"}],"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":[""]}}]}