SchoolService


Click here for a complete list of operations.

CurriculumTopic_dateupdate

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
UserID:
Boardclass:
Subject:
Planstr:
CurriculumTopicID:
TopicName:
TopicLevel:
IsActive:
Type:
Description:
ModifiedBy:
Showall:
strFromStartDate:
strToStartDate:
FromSequenceNo:
ToSequenceNo:
Lectures:
Lecturesperweek:
Lecturesperday:
Workingdays:
Workingdaysfrom:
Workingdaysto:
strFromdate:
strTodate:
Lecturedays:
PeriodTypeId:
Tagfield1:
Tagfield2:
Tagfield3:
Tagfield4:
Tagfield5:
AsonDate:
SchoolyearID:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ICBWS/SchoolService.asmx HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://vedantech.in/CurriculumTopic_dateupdate"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CurriculumTopic_dateupdate xmlns="http://vedantech.in/">
      <UserID>int</UserID>
      <Boardclass>string</Boardclass>
      <Subject>string</Subject>
      <Planstr>string</Planstr>
      <CurriculumTopicID>int</CurriculumTopicID>
      <TopicName>string</TopicName>
      <TopicLevel>int</TopicLevel>
      <IsActive>boolean</IsActive>
      <Type>unsignedByte</Type>
      <Description>string</Description>
      <ModifiedBy>int</ModifiedBy>
      <Showall>boolean</Showall>
      <strFromStartDate>string</strFromStartDate>
      <strToStartDate>string</strToStartDate>
      <FromSequenceNo>int</FromSequenceNo>
      <ToSequenceNo>int</ToSequenceNo>
      <Lectures>int</Lectures>
      <Lecturesperweek>int</Lecturesperweek>
      <Lecturesperday>int</Lecturesperday>
      <Workingdays>int</Workingdays>
      <Workingdaysfrom>string</Workingdaysfrom>
      <Workingdaysto>string</Workingdaysto>
      <strFromdate>string</strFromdate>
      <strTodate>string</strTodate>
      <Lecturedays>string</Lecturedays>
      <PeriodTypeId>int</PeriodTypeId>
      <Tagfield1>string</Tagfield1>
      <Tagfield2>string</Tagfield2>
      <Tagfield3>string</Tagfield3>
      <Tagfield4>string</Tagfield4>
      <Tagfield5>string</Tagfield5>
      <AsonDate>boolean</AsonDate>
      <SchoolyearID>int</SchoolyearID>
    </CurriculumTopic_dateupdate>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CurriculumTopic_dateupdateResponse xmlns="http://vedantech.in/">
      <CurriculumTopic_dateupdateResult>string</CurriculumTopic_dateupdateResult>
    </CurriculumTopic_dateupdateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ICBWS/SchoolService.asmx HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CurriculumTopic_dateupdate xmlns="http://vedantech.in/">
      <UserID>int</UserID>
      <Boardclass>string</Boardclass>
      <Subject>string</Subject>
      <Planstr>string</Planstr>
      <CurriculumTopicID>int</CurriculumTopicID>
      <TopicName>string</TopicName>
      <TopicLevel>int</TopicLevel>
      <IsActive>boolean</IsActive>
      <Type>unsignedByte</Type>
      <Description>string</Description>
      <ModifiedBy>int</ModifiedBy>
      <Showall>boolean</Showall>
      <strFromStartDate>string</strFromStartDate>
      <strToStartDate>string</strToStartDate>
      <FromSequenceNo>int</FromSequenceNo>
      <ToSequenceNo>int</ToSequenceNo>
      <Lectures>int</Lectures>
      <Lecturesperweek>int</Lecturesperweek>
      <Lecturesperday>int</Lecturesperday>
      <Workingdays>int</Workingdays>
      <Workingdaysfrom>string</Workingdaysfrom>
      <Workingdaysto>string</Workingdaysto>
      <strFromdate>string</strFromdate>
      <strTodate>string</strTodate>
      <Lecturedays>string</Lecturedays>
      <PeriodTypeId>int</PeriodTypeId>
      <Tagfield1>string</Tagfield1>
      <Tagfield2>string</Tagfield2>
      <Tagfield3>string</Tagfield3>
      <Tagfield4>string</Tagfield4>
      <Tagfield5>string</Tagfield5>
      <AsonDate>boolean</AsonDate>
      <SchoolyearID>int</SchoolyearID>
    </CurriculumTopic_dateupdate>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CurriculumTopic_dateupdateResponse xmlns="http://vedantech.in/">
      <CurriculumTopic_dateupdateResult>string</CurriculumTopic_dateupdateResult>
    </CurriculumTopic_dateupdateResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /ICBWS/SchoolService.asmx/CurriculumTopic_dateupdate?UserID=string&Boardclass=string&Subject=string&Planstr=string&CurriculumTopicID=string&TopicName=string&TopicLevel=string&IsActive=string&Type=string&Description=string&ModifiedBy=string&Showall=string&strFromStartDate=string&strToStartDate=string&FromSequenceNo=string&ToSequenceNo=string&Lectures=string&Lecturesperweek=string&Lecturesperday=string&Workingdays=string&Workingdaysfrom=string&Workingdaysto=string&strFromdate=string&strTodate=string&Lecturedays=string&PeriodTypeId=string&Tagfield1=string&Tagfield2=string&Tagfield3=string&Tagfield4=string&Tagfield5=string&AsonDate=string&SchoolyearID=string HTTP/1.1
Host: cvsl.edulrn.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://vedantech.in/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /ICBWS/SchoolService.asmx/CurriculumTopic_dateupdate HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserID=string&Boardclass=string&Subject=string&Planstr=string&CurriculumTopicID=string&TopicName=string&TopicLevel=string&IsActive=string&Type=string&Description=string&ModifiedBy=string&Showall=string&strFromStartDate=string&strToStartDate=string&FromSequenceNo=string&ToSequenceNo=string&Lectures=string&Lecturesperweek=string&Lecturesperday=string&Workingdays=string&Workingdaysfrom=string&Workingdaysto=string&strFromdate=string&strTodate=string&Lecturedays=string&PeriodTypeId=string&Tagfield1=string&Tagfield2=string&Tagfield3=string&Tagfield4=string&Tagfield5=string&AsonDate=string&SchoolyearID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://vedantech.in/">string</string>