PUT api/FTE/UpdateFTENote

Request Information

URI Parameters

None.

Body Parameters

FTENoteModel
NameDescriptionTypeAdditional information
CompanyID

integer

None.

CountryID

integer

None.

TherapeuticCategoryID

integer

None.

PeriodID

integer

None.

LastUpdate

date

None.

UpdateNote

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "CountryID": 2,
  "TherapeuticCategoryID": 3,
  "PeriodID": 4,
  "LastUpdate": "2024-11-21T16:20:45.6043485-05:00",
  "UpdateNote": "sample string 6"
}

application/xml, text/xml

Sample:
<FTENoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models">
  <CompanyID>1</CompanyID>
  <CountryID>2</CountryID>
  <LastUpdate>2024-11-21T16:20:45.6043485-05:00</LastUpdate>
  <PeriodID>4</PeriodID>
  <TherapeuticCategoryID>3</TherapeuticCategoryID>
  <UpdateNote>sample string 6</UpdateNote>
</FTENoteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.