The generalCreditRequest ATL COM module for
generating electronic and paper based credit requests
generating electronic and paper based credit requests
API browser of generalCreditRequest450 COM module
IGeneralCreditRequestManager::CreateGeneralCreditRequestManager property | |||
---|---|---|---|
This property has a Restful Webservice representation only! Creates an instance of the main IGeneralCreditRequestManager interface. To delete/invalidate this interface instance, the counterpart property PutDestructGeneralCreditRequestManager must be explicitly called, since the pIGeneralCreditRequestManager address has a global scope and is not automatically destructed. |
|||
Restful webservice calling syntax | |||
[GET] | /baseURL/IGeneralCreditRequestManager/GetCreateGeneralCreditRequestManager?param | ||
[param] | pIGeneralCreditRequestManager= | longValue |
|
[JSON result data] | pIGeneralCreditRequestManager: | 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! |
|||