NoticeOfRejectionLetterOutInformalRepTMA2004


Click here for a complete list of operations.

NoticeOfrejectionLetterOutInformalRepresentation

Receives RequestInfo class object which contains required information to perform the Notice Of Rejection Letter Out Informal Representationaction. In return it will return ResponseInfo class object which will tell whether an operation was successfull, if not it will return ErrorCode and ErrorMessage.

Test

The test form is only available for requests from the local machine.

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 /ClareWS/NoticeOfRejectionLetterOutInformalRepTMA2004.asmx HTTP/1.1
Host: clarews.globetechparking.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.gTicket.com/NoticeOfrejectionLetterOutInformalRepresentation"

<?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>
    <NoticeOfrejectionLetterOutInformalRepresentation xmlns="http://www.gTicket.com/">
      <NoticeOfRejectionletterOutInformal_x0020_RepresentationRequestInfo>
        <intTicketID>int</intTicketID>
        <intAttendantId>int</intAttendantId>
        <dtEventDateTime>dateTime</dtEventDateTime>
        <intStageID>int</intStageID>
        <ntxtEventNotes>string</ntxtEventNotes>
        <ntxtTicketCorrespodenceTextForMerge>string</ntxtTicketCorrespodenceTextForMerge>
        <nvCorrespondenceName>string</nvCorrespondenceName>
        <nvCorrespondenceAddr1>string</nvCorrespondenceAddr1>
        <nvCorrespondenceAddr2>string</nvCorrespondenceAddr2>
        <nvCorrespondenceAddr3>string</nvCorrespondenceAddr3>
        <nvCorrespondenceAddr4>string</nvCorrespondenceAddr4>
        <nvCorrespondenceAddr5>string</nvCorrespondenceAddr5>
        <nvCorrespondencePostCode>string</nvCorrespondencePostCode>
        <nvSignatoryName>string</nvSignatoryName>
        <nvSignatoryTitle>string</nvSignatoryTitle>
        <nvSignatoryPhoneNumber>string</nvSignatoryPhoneNumber>
        <intReasonID>int</intReasonID>
        <nvEventDateTime>string</nvEventDateTime>
        <bitAddress>boolean</bitAddress>
        <intAssignedTo>int</intAssignedTo>
        <nvOriginalFileName>string</nvOriginalFileName>
        <VBStoredData>string</VBStoredData>
        <intStoredMIMEType>int</intStoredMIMEType>
        <intOutputMIMEType>int</intOutputMIMEType>
        <ntxtLetterContent>string</ntxtLetterContent>
      </NoticeOfRejectionletterOutInformal_x0020_RepresentationRequestInfo>
    </NoticeOfrejectionLetterOutInformalRepresentation>
  </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>
    <NoticeOfrejectionLetterOutInformalRepresentationResponse xmlns="http://www.gTicket.com/">
      <NoticeOfRejectionletterOutInformalRepresentationResponseInfo>
        <ErrorCode>string</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </NoticeOfRejectionletterOutInformalRepresentationResponseInfo>
    </NoticeOfrejectionLetterOutInformalRepresentationResponse>
  </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 /ClareWS/NoticeOfRejectionLetterOutInformalRepTMA2004.asmx HTTP/1.1
Host: clarews.globetechparking.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>
    <NoticeOfrejectionLetterOutInformalRepresentation xmlns="http://www.gTicket.com/">
      <NoticeOfRejectionletterOutInformal_x0020_RepresentationRequestInfo>
        <intTicketID>int</intTicketID>
        <intAttendantId>int</intAttendantId>
        <dtEventDateTime>dateTime</dtEventDateTime>
        <intStageID>int</intStageID>
        <ntxtEventNotes>string</ntxtEventNotes>
        <ntxtTicketCorrespodenceTextForMerge>string</ntxtTicketCorrespodenceTextForMerge>
        <nvCorrespondenceName>string</nvCorrespondenceName>
        <nvCorrespondenceAddr1>string</nvCorrespondenceAddr1>
        <nvCorrespondenceAddr2>string</nvCorrespondenceAddr2>
        <nvCorrespondenceAddr3>string</nvCorrespondenceAddr3>
        <nvCorrespondenceAddr4>string</nvCorrespondenceAddr4>
        <nvCorrespondenceAddr5>string</nvCorrespondenceAddr5>
        <nvCorrespondencePostCode>string</nvCorrespondencePostCode>
        <nvSignatoryName>string</nvSignatoryName>
        <nvSignatoryTitle>string</nvSignatoryTitle>
        <nvSignatoryPhoneNumber>string</nvSignatoryPhoneNumber>
        <intReasonID>int</intReasonID>
        <nvEventDateTime>string</nvEventDateTime>
        <bitAddress>boolean</bitAddress>
        <intAssignedTo>int</intAssignedTo>
        <nvOriginalFileName>string</nvOriginalFileName>
        <VBStoredData>string</VBStoredData>
        <intStoredMIMEType>int</intStoredMIMEType>
        <intOutputMIMEType>int</intOutputMIMEType>
        <ntxtLetterContent>string</ntxtLetterContent>
      </NoticeOfRejectionletterOutInformal_x0020_RepresentationRequestInfo>
    </NoticeOfrejectionLetterOutInformalRepresentation>
  </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>
    <NoticeOfrejectionLetterOutInformalRepresentationResponse xmlns="http://www.gTicket.com/">
      <NoticeOfRejectionletterOutInformalRepresentationResponseInfo>
        <ErrorCode>string</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </NoticeOfRejectionletterOutInformalRepresentationResponseInfo>
    </NoticeOfrejectionLetterOutInformalRepresentationResponse>
  </soap12:Body>
</soap12:Envelope>