GET api/FTE
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:27:14.5855256-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:27:14.5855256-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
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.