POST api/TblLocations/IsActiveUpdateLocation

Request Information

URI Parameters

None.

Body Parameters

TblLocation
NameDescriptionTypeAdditional information
LocationID

integer

None.

LocationName

string

None.

ModificationDate

date

None.

ModificationBy

integer

None.

CreationDate

date

None.

CreatedBy

integer

None.

IsActive

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationID": 1,
  "LocationName": "sample string 2",
  "ModificationDate": "2025-11-07T23:40:23.0206748-08:00",
  "ModificationBy": 1,
  "CreationDate": "2025-11-07T23:40:23.0206748-08:00",
  "CreatedBy": 1,
  "IsActive": "sample string 3"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.