POST api/TblFollowedBies/IsActiveUpdateFollow
Request Information
URI Parameters
None.
Body Parameters
TblFollowedBy| Name | Description | Type | Additional information |
|---|---|---|---|
| FollowedByID | integer |
None. |
|
| FollowedByName | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Creationdate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModificationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FollowedByID": 1,
"FollowedByName": "sample string 2",
"IsActive": "sample string 3",
"CreatedBy": 1,
"Creationdate": "2025-11-07T23:41:58.1358229-08:00",
"ModifiedBy": 1,
"ModificationDate": "2025-11-07T23:41:58.1358229-08:00"
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}