PATCH api/Users/UpdateUserEndDate
Request Information
URI Parameters
None.
Body Parameters
UpdateUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | string |
Required Min length: 1 |
|
| ExternalId | string |
Required Min length: 1 |
|
| NewEndDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"Account": "sample string 1",
"ExternalId": "sample string 2",
"NewEndDate": "2026-01-13T02:50:13.7585367Z"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.