PUT api/FTE/UpdateLastUpdate
Request Information
URI Parameters
None.
Body Parameters
FTEModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CountryID | integer |
None. |
|
CompanyID | integer |
None. |
|
BrandID | integer |
None. |
|
SalesforceGroupID | integer |
None. |
|
SalesForceNameID | integer |
None. |
|
TherapeuticCategoryID | integer |
None. |
|
FTR | decimal number |
None. |
|
ShowFTR | boolean |
None. |
|
Weak | boolean |
None. |
|
PeriodID | integer |
None. |
|
AdminLogID | integer |
None. |
|
UserID | integer |
None. |
|
LastUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "CountryID": 2, "CompanyID": 3, "BrandID": 4, "SalesforceGroupID": 5, "SalesForceNameID": 6, "TherapeuticCategoryID": 7, "FTR": 8.1, "ShowFTR": true, "Weak": true, "PeriodID": 11, "AdminLogID": 12, "UserID": 13, "LastUpdate": "2024-11-21T16:28:43.8678156-05:00" }
application/xml, text/xml
Sample:
<FTEModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models"> <AdminLogID>12</AdminLogID> <BrandID>4</BrandID> <CompanyID>3</CompanyID> <CountryID>2</CountryID> <FTR>8.1</FTR> <ID>1</ID> <LastUpdate>2024-11-21T16:28:43.8678156-05:00</LastUpdate> <PeriodID>11</PeriodID> <SalesForceNameID>6</SalesForceNameID> <SalesforceGroupID>5</SalesforceGroupID> <ShowFTR>true</ShowFTR> <TherapeuticCategoryID>7</TherapeuticCategoryID> <UserID>13</UserID> <Weak>true</Weak> </FTEModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.