The ATL COM module miscValidator provides methods to
browse, search & validate records of varied tariffs
						browse, search & validate records of varied tariffs
	
API browser of miscValidator200 COM module
							
							
						
|  IMiscValidator::DestructMiscValidator property |  | ||
|---|---|---|---|
| This property has a Restful Webservice representation only! Destructs/invalidates a main instance of the IMiscValidator interface. Please note, that all dependent, active interface instances generated with IMiscValidator::GetCreateValidate, IMiscValidator::GetCreateChapter and/or IMiscSearch::GetCreateSearch under this main instances, are automatically destructed as well. The counterpart property to generate a main interface instance is IMiscValidator::GetCreateMiscValidator. | |||
|  | |||
|  Restful webservice calling syntax | |||
| [PUT] | /baseURL/IMiscValidator/PutDestructMiscValidator | ||
| [JSON input data] | pIMiscValidator: | longValue,    //interface address | |
| [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! | |||
|  | |||
