POST api/ShortUrlAccountByAccountId
Request Information
URI Parameters
None.
Body Parameters
ShortUrlAccounts| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ApplicationUserId | string |
String length: inclusive between 0 and 128 |
|
| IsActive | boolean |
None. |
|
| ExpiresOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ApplicationUserId": "sample string 2",
"IsActive": true,
"ExpiresOn": "2026-04-10T18:48:57.0867524-07:00"
}
application/xml, text/xml
Sample:
<ShortUrlAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dn8esBusiness.Core.Models"> <ApplicationUserId>sample string 2</ApplicationUserId> <ExpiresOn>2026-04-10T18:48:57.0867524-07:00</ExpiresOn> <Id>1</Id> <IsActive>true</IsActive> </ShortUrlAccounts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.