SubmitCalenderValues response message
- Last UpdatedAug 29, 2023
- 1 minute read
This is an example of the full structure of a SubmitCalendarValues response message.
<?xml version="1.0" encoding="utf-16"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SubmitCalendarValuesResponseMessage xmlns="http://www.citect.com/Ampla/Data/2008/06">
<SubmitCalendarValuesResponse>
<Count>99</Count>
</SubmitCalendarValuesResponse>
</SubmitCalendarValuesResponseMessage>
</s:Body>
</s:Envelope>
Response parameters: SubmitCalendarValuesResponse
Contains the details of the submit calendar values reponse.
<SubmitCalendarValuesResponse>
<Count>99</Count>
</SubmitCalendarValuesResponse>
|
Parameter |
Description |
|---|---|
|
Count |
Returns the number of successfully submitted calendar values. This is a numeric value. |