PUT api/autopay/transactions/{transactionId}/payDate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionId | string |
Required |
Body Parameters
PayDateUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| PayDate | string |
Required Matching regular expression pattern: ^[0-9-]*$ |
Request Formats
application/json, text/json, application/vnd.VismaMobile.v2+json
Sample:
{
"payDate": "sample string 1"
}
Response Information
Resource Description
HttpResponseMessage| Name | 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. |