Aukro WebAPI
doGetFilledPostBuyForms
This method allows for loading identifiers of after-sales forms previously completed by a logged-in user (arranged chronologically - the latest on top). It can be used e.g. for pre-filling out a new form with data selected earlier by the user.
-
sessionId | String | required
User's session identifier received using the doLogin(Enc) method. -
paymentType | Integer | required
Payment method for which all delivery and payment option forms are to be returned (mask: 1 - PayU, 2 -standard transfer, 4 - COD). -
userRole | Integer | required
Role of a logged-in user in a context of loaded forms (1 - seller, 2 - buyer). -
fillingTimeFrom | Long
Start date of time range (in the Unix time format) to load a list of filled-out after-sale forms. -
fillingTimeTo | Long
End date of time range (in the Unix time format) to stop loading a list of filled-out after-sale forms.
-
filledPostBuyForms | FilledPostBuyFormsStruct | required
Structure with identifiers of after-sale forms that have been filled out-
transactionIds | Long[]
Transaction ID array. Details of each transaction can be obtained using doGetPostBuyFormsDataForSellers methods.
-
transactionIds | Long[]
-
ERR_INCORRECT_PAYMENT_TYPE
Incorrect payment method identifier. -
ERR_INCORRECT_USER_ROLE
Incorrect or empty role of a logged user. -
ERR_NEW_PAYMENT_INTERNAL_ERROR
Internal system error due to loading PayU transactions. -
ERR_NO_SESSION / ERR_SESSION_EXPIRED
Invalid session identifier or the session has expired. -
ERR_WEBAPI_KEY_INACTIVE
The session-generating WebAPI key has been deactivated (the owner did not accept the User Agreement).