1. Web service DeleteDatas

    Article: AN0002066Updated:

    This method deletes record from a partcular class. The set up is same like with the method DeleteData, the only difference is that the a list of objects OGData is used as an input. Deletion can then be performed for more records at the same time.

    The only limit is that within one call records in one class only can be deleted.

     

    Definice

    OGDataResult DeleteDatas(OGData[] datas)

×