POST api/autopay/transactions/{transactionId}/warnings/verify
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionId | string |
Required |
Body Parameters
TransactionWarningUpdateName | Description | Type | Additional information |
---|---|---|---|
Warning | WarningType |
Required |
Request Formats
application/json, text/json, application/vnd.VismaMobile.v2+json
Sample:
{ "warning": "NewCreditor" }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |