WebService_MeetingSchedule


Click here for a complete list of operations.

SaveSchedule

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
schedule_id:
user_id:
schedule_no:
status:
room_id:
start_on:
end_on:
title:
message:
prepared_by:
RequestID:

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 /bak/WebServices/WebService_MeetingSchedule.asmx HTTP/1.1
Host: api-emeeting.nptdc.gov.mm
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveSchedule"

<?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>
    <SaveSchedule xmlns="http://tempuri.org/">
      <schedule_id>string</schedule_id>
      <user_id>string</user_id>
      <schedule_no>string</schedule_no>
      <status>string</status>
      <room_id>string</room_id>
      <start_on>string</start_on>
      <end_on>string</end_on>
      <title>string</title>
      <message>string</message>
      <prepared_by>string</prepared_by>
      <RequestID>string</RequestID>
    </SaveSchedule>
  </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>
    <SaveScheduleResponse xmlns="http://tempuri.org/">
      <SaveScheduleResult>string</SaveScheduleResult>
    </SaveScheduleResponse>
  </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 /bak/WebServices/WebService_MeetingSchedule.asmx HTTP/1.1
Host: api-emeeting.nptdc.gov.mm
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>
    <SaveSchedule xmlns="http://tempuri.org/">
      <schedule_id>string</schedule_id>
      <user_id>string</user_id>
      <schedule_no>string</schedule_no>
      <status>string</status>
      <room_id>string</room_id>
      <start_on>string</start_on>
      <end_on>string</end_on>
      <title>string</title>
      <message>string</message>
      <prepared_by>string</prepared_by>
      <RequestID>string</RequestID>
    </SaveSchedule>
  </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>
    <SaveScheduleResponse xmlns="http://tempuri.org/">
      <SaveScheduleResult>string</SaveScheduleResult>
    </SaveScheduleResponse>
  </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 /bak/WebServices/WebService_MeetingSchedule.asmx/SaveSchedule?schedule_id=string&user_id=string&schedule_no=string&status=string&room_id=string&start_on=string&end_on=string&title=string&message=string&prepared_by=string&RequestID=string HTTP/1.1
Host: api-emeeting.nptdc.gov.mm
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://tempuri.org/">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 /bak/WebServices/WebService_MeetingSchedule.asmx/SaveSchedule HTTP/1.1
Host: api-emeeting.nptdc.gov.mm
Content-Type: application/x-www-form-urlencoded
Content-Length: length

schedule_id=string&user_id=string&schedule_no=string&status=string&room_id=string&start_on=string&end_on=string&title=string&message=string&prepared_by=string&RequestID=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://tempuri.org/">string</string>