XML - PostStudentStatus
Request XML
<PostStudentStatus>
<MethodParameters>
<request>
<RequestHeader>
<Headers attr0="ObjectArray" isNull="false">
<ObjectArray0 actualtype="Object
" basetype="Object" isNull="false"> System.Object</ObjectArray0>
</Headers>
<AnyAttr attr0="XmlAttributeArray" isNull="false">
<XmlAttributeArray0>System.Xml.XmlAttribute</XmlAttributeArray0>
</AnyAttr>
</RequestHeader>
<PostStudentStatusRequest>
<PostStudentStatuss attr0="PostStudentStatusInMsgArray" isNull="false">
<PostStudentStatusInMsgArray0>
<StudentId>813607</StudentId>
<AdEnrollId>697169</AdEnrollId>
<NewSySchoolStatusId>68</NewSySchoolStatusId>
<EffectiveDate>2/26/2015 12:00:00 AM</EffectiveDate>
<ReturnDate>1/1/1901 12:00:00 AM</ReturnDate>
<DropType>False</DropType>
<LDA>1/1/2015 12:00:00 AM</LDA>
<Comment isNull="false" />
<MessageState isNull="false" />
<MessageId>-1</MessageId>
<CustomAttributes isNull="true" />
<CorrelationId>-1</CorrelationId>
<SkipSemanticValidation>False</SkipSemanticValidation>
</PostStudentStatusInMsgArray0>
</PostStudentStatuss>
<TokenId>...Authentication token...</TokenId>
</PostStudentStatusRequest>
</request>
</MethodParameters>
</PostStudentStatus>
Response XML
<PostStudentStatus>
<MethodParameters>
<PostStudentStatusResponse1>
<ResponseHeader>
<Headers attr0="ObjectArray"isNull="false"/>
<AnyAttr isNull="true"/>
</ResponseHeader>
<PostStudentStatusResponse>
<PostStudentStatuss attr0="PostStudentStatusOutMsgArray"isNull="false">
<PostStudentStatusOutMsgArray0>
<AdEnrollId>697169</AdEnrollId>
<PostStudentStatusMessageResult>Enrollment school status is successfully changed to - AR</PostStudentStatusMessageResult>
<MessageResult isNull="false"/>
<MessageStatus>OK</MessageStatus>
<MessageErrorCode isNull="false"/>
<MessageId>0</MessageId>
<CustomAttributes isNull="true"/>
<CorrelationId>-1</CorrelationId>
<SkipSemanticValidation>False</SkipSemanticValidation>
</PostStudentStatusOutMsgArray0>
</PostStudentStatuss>
<Status>OK</Status>
<TrxResult>OK</TrxResult>
<TokenId>...Authentication token...</TokenId>
</PostStudentStatusResponse>
</PostStudentStatusResponse1>
</MethodParameters>
</PostStudentStatus>