PUT api/autopay/transactions/{transactionId}/note
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionId | string |
Required |
Body Parameters
TransactionNoteUpdateName | Description | Type | Additional information |
---|---|---|---|
Text | string |
Required Max length: 150 |
Request Formats
application/json, text/json, application/vnd.VismaMobile.v2+json
Sample:
{ "text": "sample string 1" }
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. |