The generalFormRequest ATL COM module manages
and fills out a PDF based form system
and fills out a PDF based form system
API browser of generalFormRequest450 COM module
IGeneralFormRequestManager::DestructForms property | |||
---|---|---|---|
This property has a Restful Webservice representation only! Destructs/invalidates this IForms interface instance. The counterpart property to generate an IForms interface instance is IGeneralFormRequestManager::GetForms. |
|||
Restful webservice calling syntax | |||
[PUT] | /baseURL/IGeneralFormRequestManager/PutDestructForms | ||
[JSON input data] | pIGeneralFormRequestManager: eDestructForms: |
longValue, //interface address longValue |
|
[HTTP result status] | 200 | Return status 200 signals a successful method call | |
204 | Return status 204 (noContent) signals that the end of an iteration is reached | ||
>= 400 | Return status >= 400 signals an unsuccessful function call. The returned JSON{errorCode: code, errorText:"text"} supplies the error message the same as GetAbortInfo() would do. | ||
Remarks | |||
This property has a Restful Webservice representation only! |
|||