POST api/Family/UpdateFamily

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

None.

value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "snum": 1,
  "fnum": 2,
  "fname": "sample string 3",
  "CreatedBy": 1,
  "CreatedDate": "2025-11-08T05:25:00.6100512-06:00",
  "UpdatedBy": 1,
  "LastUpdated": "2025-11-08T05:25:00.6100512-06:00",
  "Program": "sample string 4"
}

application/xml, text/xml

Sample:
<Family xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSV.Core.DTO">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-11-08T05:25:00.6100512-06:00</CreatedDate>
  <LastUpdated>2025-11-08T05:25:00.6100512-06:00</LastUpdated>
  <Program>sample string 4</Program>
  <UpdatedBy>1</UpdatedBy>
  <fname>sample string 3</fname>
  <fnum>2</fnum>
  <snum>1</snum>
</Family>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Family'.