OnTime SOAP API
OnTime SOAP API / SOAP Methods Resource Group / /sites/{company-id}/ws/soap_v1.svc/CreateFileAttachmentProxy (Method)
In This Topic
    Method/sites/{company-id}/ws/soap_v1.svc/CreateFileAttachmentProxy
    In This Topic
    Description
    Creates an empty FileAttachment record.
    Request (Isoap_v1_CreateFileAttachmentProxy_InputMessage)

    The request body is of type CreateFileAttachmentProxy.

    Request Body Parameters

    NameDescriptionData Type
     xml:string
     xml:base64Binary

    Overview

    Sequence
    fileName optional xs:string
    contents optional xs:base64Binary
    200 Response (Isoap_v1_CreateFileAttachmentProxy_OutputMessage)

    The response body is of type CreateFileAttachmentProxyResponse.

    Response Body Parameters

    NameDescriptionData Type
     FileAttachment

    Overview

    Sequence
    Sequence
    Contents optional xs:base64Binary
    FileName optional xs:string
    Timestamp optional xs:dateTime
    See Also