OnTime SOAP API
OnTime SOAP API / SOAP Methods Resource Group / /sites/{company-id}/ws/soap_v1.svc/CreateOrderFileAttachment (Method)
In This Topic
    Method/sites/{company-id}/ws/soap_v1.svc/CreateOrderFileAttachment
    In This Topic
    Description
    Attaches a FileAttachment to an existing Order.
    Request (Isoap_v1_CreateOrderFileAttachment_InputMessage)

    The request body is of type CreateOrderFileAttachment.

    Request Body Parameters

    NameDescriptionData Type
     xml:string
     FileAttachment

    Overview

    Sequence
    trackingNumber optional xs:string
    Sequence
    Contents optional xs:base64Binary
    FileName optional xs:string
    Timestamp optional xs:dateTime
    200 Response (Isoap_v1_CreateOrderFileAttachment_OutputMessage)

    The response body is of type CreateOrderFileAttachmentResponse.

    Response Body Parameters

    NameDescriptionData Type
     FileAttachment

    Overview

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