Create a New Registered Invoice Imaging Document
    • 27 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Create a New Registered Invoice Imaging Document

    • Dark
      Light

    Article summary

    Post
    /ecm-rest-api/jersey/v1/UploadData/uploadApRegInvoice
    Security
    HTTP
    Type basic

    Basic authentication

    Body parameters
    object
    fileDetails
    string
    Example{ "srcUuid": "BD8E14EAF8452691E05316821FAC4947", "docTypeUuid": "BD8E14EAEE882691E05316821FAC4947", "headerFlysheet": "Registered Invoice header", "headerData": { "Apri_Comp_Code": "001", "Apri_Ven_Code": "0330", "Apri_Group_Code": "AP", "Apri_Inv_Code": "14002.012DS2", "Apri_Inv_Date": "19-JAN-19", "Apri_Valid_Flag": "Y", "Apri_Desc": "Discount for Early Payment of Invoice", "Apri_Orig_Amt": "100", "Apri_Amt": "100" }, "detailFlysheet": "Registered Invoice Details", "detailData": [ { "Aprdist_Line_Num": "1", "Aprdist_Type_Code": "G", "Aprdist_Comp_Code": "001", "Aprdist_User_Field2": "00", "Aprdist_User_Field3": "79010", "Aprdist_Wm_Code": "NA", "Aprdist_Debit_Amt": "100" } ] }
    document-content-file
    string (binary)
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/json
    example-0

    Successful Response

    {
      "message": " Successfully Uploaded : Capture.PNG with UUID - 0282C4A9CC9F5B4EE06316821FAC4F7D"
    }
    example-1

    Successful Response

    {
      "message": " Successfully Uploaded : LCPTracker(7).xlsx with UUID - 04557AB709153556E06316821FACCA98"
    }
    object