Legal

  • Agreement Start

POST /api/v1/Transfer/EasyAdressDefinitionAdd

This service returns all contract information required to be approved and notified in the relevant contract type.

Parameters Required Type Description
accountId Yes String Account Id value
documents Yes Object
id Yes Integer Document ID value
isAccepted Yes boolean Status Information
version Yes boolean Version Information
Parameters Type Description
resultObject Object
id Integer Document ID value
acceptedDate String History
status String Status
statusCode String Status Code
resultInfo Object
isSuccess boolean Success status
code String Code
description String Description
message String Message
innerInfo String Inner Information
mapCodeForLastUser String -
statistics String -
{
    "accountId": "8a8dafbc-540b-4cf6-8878-fecde10b05af",
    "documents": [
      {
        "id": 18,
        "isAccepted": true,
        "version": "0.0.3"
      }
    ]
}
{
    "resultObject": {
        "documents": [
          {
            "id": 18,
            "acceptedDate": "2024-09-02T17:10:51.5630000",
            "status": "Succes.",
            "statusCode": 1
          }
        ]
    }
    "resultInfo": {
        "isSuccess": true,
        "code": "0000",
        "description": "Successed",
        "message": "",
        "innerInfo": null,
        "mapCodeForLastUser": null,
        "statistics": null
    }
}