POST api/autopay/transactions/approve

Request Information

URI Parameters

None.

Body Parameters

Approval
NameDescriptionTypeAdditional information
TransactionIds

Collection of string

Required

TwoFaOptions

ITwoFaOptions

Required

Request Formats

application/json, text/json, application/vnd.VismaMobile.v2+json

Sample:
{
  "transactionIds": [
    "sample string 1",
    "sample string 2"
  ],
  "twoFaOptions": null
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.