@datafire/agco_ats
v4.0.0
Published
DataFire integration for AGCO API
Downloads
3
Readme
@datafire/agco_ats
Client library for AGCO API
Installation and Usage
npm install --save @datafire/agco_ats
let agco_ats = require('@datafire/agco_ats').create();
.then(data => {
console.log(data);
});
Description
Actions
AftermarketServices_GetCerts
No Documentation Found.
agco_ats.AftermarketServices_GetCerts(null, context)
Input
This action has no parameters
Output
- output System.Object
AftermarketServices_PutECU
No Documentation Found.
agco_ats.AftermarketServices_PutECU({
"serialNumber": "",
"ECU": {
"SerialNumber": "",
"EngineSerialNumber": "",
"State": ""
},
"EDTInstanceId": ""
}, context)
Input
- input
object
- serialNumber required
string
: The serial number of the ECU. - ECU required AGCOPowerServices.Models.ECU
- EDTInstanceId required
string
: The EDT Instance Id of the kit calling this method.
- serialNumber required
Output
- output AGCOPowerServices.Models.ECU
AftermarketServices_GetEngineIQACodes
No Documentation Found.
agco_ats.AftermarketServices_GetEngineIQACodes({
"serialNumber": "",
"EDTInstanceId": ""
}, context)
Input
- input
object
- serialNumber required
string
: The serial number of the engine. - EDTInstanceId required
string
: The EDT Instance Id of the kit calling this method.
- serialNumber required
Output
- output
array
- items
string
- items
AftermarketServices_PutIQACodes
No Documentation Found.
agco_ats.AftermarketServices_PutIQACodes({
"serialNumber": "",
"IQACodes": [],
"EDTInstanceId": ""
}, context)
Input
- input
object
- serialNumber required
string
: The serial number of the Engine - IQACodes required
array
- items
string
- items
- EDTInstanceId required
string
: The EDT Instance Id of the kit calling this method.
- serialNumber required
Output
- output
boolean
AftermarketServices_GetProductionData
No Documentation Found.
agco_ats.AftermarketServices_GetProductionData({
"serialNumber": "",
"EDTInstanceId": ""
}, context)
Input
- input
object
- serialNumber required
string
: The serial number of the engine. - EDTInstanceId required
string
: The EDT Instance Id of the kit calling this method.
- serialNumber required
Output
- output
array
AftermarketServices_GetConnectionStatus
No Documentation Found.
agco_ats.AftermarketServices_GetConnectionStatus(null, context)
Input
This action has no parameters
Output
- output
boolean
AftermarketServices_GetUserStatus
No Documentation Found.
agco_ats.AftermarketServices_GetUserStatus({
"voucherCode": "",
"dealerCode": ""
}, context)
Input
- input
object
- voucherCode required
string
- dealerCode required
string
- voucherCode required
Output
AftermarketServices_UpdateUserStatus
No Documentation Found.
agco_ats.AftermarketServices_UpdateUserStatus({
"userStatus": {
"VoucherCode": "",
"DealerCode": ""
}
}, context)
Input
- input
object
- userStatus required AGCOPowerServices.Models.UserStatus
Output
- output
boolean
Authentication_PutManageTokens
No Documentation Found.
agco_ats.Authentication_PutManageTokens({
"UserID": 0,
"tokenOptions": {}
}, context)
Input
- input
object
- UserID required
integer
- tokenOptions required API.Models.TokenOptions
- UserID required
Output
Output schema unknown
Authentication_Default
No Documentation Found.
agco_ats.Authentication_Default({
"credentials": {
"username": "",
"password": ""
}
}, context)
Input
- input
object
- credentials required API.Models.Credentials
Output
- output API.Models.AuthenticatedUser
Authentication_IsAlive
No Documentation Found.
agco_ats.Authentication_IsAlive(null, context)
Input
This action has no parameters
Output
Output schema unknown
Authentication_RequestPasswordReset
No Documentation Found.
agco_ats.Authentication_RequestPasswordReset({
"passwordResetRequest": {
"Username": "",
"Url": "",
"ParameterName": ""
}
}, context)
Input
- input
object
- passwordResetRequest required API.Models.PasswordResetRequest
Output
Output schema unknown
Authentication_ResetPasword
No Documentation Found.
agco_ats.Authentication_ResetPasword({
"passwordReset": {
"Token": "",
"NewPassword": ""
}
}, context)
Input
- input
object
- passwordReset required API.Models.PasswordReset
Output
Output schema unknown
api.v2.AuthorizationCodeDefinitions.get
Additional searches: validationFields[Name]=true and dataFields[Name]=true. These can be used to search for authorization code definitions that have the specified data or validation fields.
agco_ats.api.v2.AuthorizationCodeDefinitions.get({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - name
string
: Optional. If specified, filters definitions by name. Starting and ending wildcards (*) supported. - createdByUserID
integer
: Optional. If specified, filters definitions to those created by the given User ID. - deletedByUserID
integer
: Optional. If specified, filters definitions to those deleted by the given User ID. - includeDeleted
boolean
: Optional. Whether to include deleted definitions. 'False' by default.
- limit
Output
AuthorizationCodeDefinitions_PostAuthorizationCodeDefinition
No Documentation Found.
agco_ats.AuthorizationCodeDefinitions_PostAuthorizationCodeDefinition({
"authorizationCodeDefinition": {
"Name": ""
}
}, context)
Input
- input
object
- authorizationCodeDefinition required AuthorizationCodes.Shared.Models.AuthorizationCodeDefinition
Output
- output
string
AuthorizationCodeDefinitions_DeleteAuthorizationCodeDefinition
No Documentation Found.
agco_ats.AuthorizationCodeDefinitions_DeleteAuthorizationCodeDefinition({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the authorization code definition.
- id required
Output
Output schema unknown
api.v2.AuthorizationCodeDefinitions.id.get
No Documentation Found.
agco_ats.api.v2.AuthorizationCodeDefinitions.id.get({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the authorization code definition.
- id required
Output
AuthorizationCodeDefinitions_PutAuthorizationCodeDefinition
No Documentation Found.
agco_ats.AuthorizationCodeDefinitions_PutAuthorizationCodeDefinition({
"id": "",
"authorizationCodeDefinition": {
"Name": ""
}
}, context)
Input
- input
object
- id required
string
: The ID of the authorization code definition. - authorizationCodeDefinition required AuthorizationCodes.Shared.Models.AuthorizationCodeDefinition
- id required
Output
Output schema unknown
AuthorizationCodes_GetAuthorizationCodes
Additional searches: validationParameters[Name]=Value and dataParameters[Name]=Value. These can be used to search for authorization codes that have been generated using specified values for data or validation parameters.
agco_ats.AuthorizationCodes_GetAuthorizationCodes({}, context)
Input
- input
object
- code
string
: Optional. If provided, searches for entities with the provided authorization code. - limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - definitionID
string
: Optional. If specified, filters codes by definition id. - createdByUserID
integer
: Optional. If specified, filters codes to those created by the given User ID. - deletedByUserID
integer
: Optional. If specified, filters codes to those deleted by the given User ID. - includeDeleted
boolean
: Optional. Whether to include deleted codes. 'False' by default.
- code
Output
AuthorizationCodes_PostAuthorizationCode
No Documentation Found.
agco_ats.AuthorizationCodes_PostAuthorizationCode({
"authorizationCode": {}
}, context)
Input
- input
object
- authorizationCode required AuthorizationCodes.Shared.Models.AuthorizationCode
Output
- output
integer
AuthorizationCodes_DeleteAuthorizationCode
No Documentation Found.
agco_ats.AuthorizationCodes_DeleteAuthorizationCode({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The id of the authorization code.
- id required
Output
Output schema unknown
AuthorizationCodes_GetAuthorizationCode
No Documentation Found.
agco_ats.AuthorizationCodes_GetAuthorizationCode({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The id of the authorization code.
- id required
Output
AuthorizationCodes_PutAuthorizationCode
No Documentation Found.
agco_ats.AuthorizationCodes_PutAuthorizationCode({
"id": 0,
"authorizationCode": {}
}, context)
Input
- input
object
- id required
integer
: The id of the authorization code. - authorizationCode required AuthorizationCodes.Shared.Models.AuthorizationCode
- id required
Output
Output schema unknown
Brands_Brands
No Documentation Found.
agco_ats.Brands_Brands(null, context)
Input
This action has no parameters
Output
- output
array
- items
string
- items
Bundles_GetBundles
No Documentation Found.
agco_ats.Bundles_GetBundles({}, context)
Input
- input
object
- UpdateGroupID
string
: Optional. Filter by UpdateGroup ID. - Active
boolean
: Optional. Filter by active status. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- UpdateGroupID
Output
Bundles_PostBundle
No Documentation Found.
agco_ats.Bundles_PostBundle({
"bundle": {
"Description": "",
"UpdateGroupID": "",
"BundleNumber": 0
}
}, context)
Input
- input
object
- bundle required UpdateSystem.Models.Bundle
Output
- output
string
Bundles_DeleteBundle
No Documentation Found.
agco_ats.Bundles_DeleteBundle({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Bundle ID to Delete
- ID required
Output
Output schema unknown
Bundles_GetBundle
No Documentation Found.
agco_ats.Bundles_GetBundle({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Bundle ID
- ID required
Output
- output UpdateSystem.Models.Bundle
Bundles_PutBundle
No Documentation Found.
agco_ats.Bundles_PutBundle({
"ID": "",
"bundle": {
"Description": "",
"UpdateGroupID": "",
"BundleNumber": 0
}
}, context)
Input
- input
object
- ID required
string
: The unique ID of the Bundle - bundle required UpdateSystem.Models.Bundle
- ID required
Output
Output schema unknown
api.v2.Clients.get
No Documentation Found.
agco_ats.api.v2.Clients.get({}, context)
Input
- input
object
- Tag
string
: Optional. Filter clients by Tag. Wildcards are supported (*). - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- Tag
Output
UpdateSystem_GetCachedFiles
No Documentation Found.
agco_ats.UpdateSystem_GetCachedFiles({
"ClientID": "",
"Expired": true
}, context)
Input
- input
object
- ClientID required
string
: The ClientID of the Client - Expired required
boolean
: Only Expired Files (true|false)
- ClientID required
Output
- output
array
- items
string
- items
api.v2.Clients.ClientID.PackageReports.get
No Documentation Found.
agco_ats.api.v2.Clients.ClientID.PackageReports.get({
"ClientID": ""
}, context)
Input
- input
object
- ClientID required
string
: The Client ID
- ClientID required
Output
- output
array
api.v2.Clients.ClientID.PackageReports.put
No Documentation Found.
agco_ats.api.v2.Clients.ClientID.PackageReports.put({
"ClientID": "",
"packageReport": {}
}, context)
Input
- input
object
- ClientID required
string
: The Client ID - packageReport required UpdateSystem.Models.PackageReport
- ClientID required
Output
Output schema unknown
PackageReports_Batch
No Documentation Found.
agco_ats.PackageReports_Batch({
"ClientID": "",
"packageReports": []
}, context)
Input
- input
object
- ClientID required
string
: The Client ID - packageReports required
array
- ClientID required
Output
Output schema unknown
api.v2.Clients.ID.get
No Documentation Found.
agco_ats.api.v2.Clients.ID.get({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Client ID
- ID required
Output
- output UpdateSystem.Models.Client
Clients_Put
No Documentation Found.
agco_ats.Clients_Put({
"ID": "",
"client": {}
}, context)
Input
- input
object
- ID required
string
: The Client ID - client required UpdateSystem.Models.Client
- ID required
Output
Output schema unknown
Clients_GetAvailableSubscriptions
No Documentation Found.
agco_ats.Clients_GetAvailableSubscriptions({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Client ID - UpdateGroupID
string
: Optional. Filter by Update Group. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ID required
Output
Clients_GetSubscriptions
No Documentation Found.
agco_ats.Clients_GetSubscriptions({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Client ID - UpdateGroupID
string
: Optional. Filter by Update Group. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ID required
Output
ContentDefinitions_GetContentDefinitions
Gets a collection of ContentDefinitions. When successful, the response is a PagedResponse of ContentDefinitions. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentDefinitions_GetContentDefinitions({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - userID
integer
: Optional. Filter by UserID.
- limit
Output
ContentDefinitions_PostContentDefinition
Creates a ContentDefinition. The body of the POST is the ContentDefinition to create. The ContentDefinitionID will be assigned on creation of the Job. When successful, the response is the JobID. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentDefinitions_PostContentDefinition({
"contentDefinition": {}
}, context)
Input
- input
object
- contentDefinition required ContentSubmission.Shared.BusinessEntities.ContentDefinition
Output
- output
integer
ContentDefinitions_DeleteContentDefinition
Deletes an ContentDefinition. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentDefinitions_DeleteContentDefinition({
"contentDefinitionID": 0
}, context)
Input
- input
object
- contentDefinitionID required
integer
: The ID of the ContentDefinition to delete
- contentDefinitionID required
Output
Output schema unknown
ContentDefinitions_GetContentDefinition
Gets a ContentDefinition by ID. When successful, the response is the requested ContentDefinition. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentDefinitions_GetContentDefinition({
"contentDefinitionID": 0
}, context)
Input
- input
object
- contentDefinitionID required
integer
: The ID of the ContentDefinition to get.
- contentDefinitionID required
Output
ContentDefinitions_PutContentDefinition
Updates a ContentDefinition. The body of the PUT is the updated ContentDefinition.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentDefinitions_PutContentDefinition({
"contentDefinitionID": 0,
"contentDefinition": {}
}, context)
Input
- input
object
- contentDefinitionID required
integer
: The ID of the ContentDefinition to update - contentDefinition required ContentSubmission.Shared.BusinessEntities.ContentDefinition
- contentDefinitionID required
Output
Output schema unknown
api.v2.ContentReleases.get
Gets a collection of ContentReleaseVersion. When successful, the response is a PagedResponse of ContentReleaseVersion. If unsuccessful, an appropriate ApiError is returned.
agco_ats.api.v2.ContentReleases.get({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - deleted
boolean
: Optional. Filter by deleted. - releaseID
integer
: Optional. Filter by releaseID. - userId
integer
: Optional. Filter by UserID. - contentDefinitionID
integer
: Optional. Filter by ContentDefinitionID. - version
integer
: Optional. Filter by Version.
- limit
Output
ContentRelease_PostContentRelease
Creates a ContentReleaseVersion. The body of the POST is the ContentReleaseVersion to create. The ContentReleaseId will be assigned on creation of the Job. When successful, the response is the contentReleaseId. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentRelease_PostContentRelease({
"contentReleaseVersion": {}
}, context)
Input
- input
object
- contentReleaseVersion required ContentSubmission.Shared.BusinessEntities.ContentReleaseVersion
Output
- output
integer
ContentRelease_DeleteContentReleaseVersionn
Deletes an ContentReleaseVersion. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentRelease_DeleteContentReleaseVersionn({
"ContentReleaseId": 0
}, context)
Input
- input
object
- ContentReleaseId required
integer
: The ID of the ContentReleaseVersion to delete
- ContentReleaseId required
Output
Output schema unknown
api.v2.ContentReleases.ContentReleaseId.get
Gets a ContentReleaseVersion by ID. When successful, the response is the requested ContentReleaseVersion. If unsuccessful, an appropriate ApiError is returned.
agco_ats.api.v2.ContentReleases.ContentReleaseId.get({
"ContentReleaseId": 0
}, context)
Input
- input
object
- ContentReleaseId required
integer
: The ID of the ContentReleaseVersion to get.
- ContentReleaseId required
Output
ContentRelease_PutContentDefinition
Updates a ContentReleaseVersion. The body of the PUT is the updated ContentReleaseVersion.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentRelease_PutContentDefinition({
"ContentReleaseId": 0,
"contentReleaseVersion": {}
}, context)
Input
- input
object
- ContentReleaseId required
integer
: The ID of the ContentReleaseVersion to update - contentReleaseVersion required ContentSubmission.Shared.BusinessEntities.ContentReleaseVersion
- ContentReleaseId required
Output
Output schema unknown
ContentSubmissionTypes_GetContentSubmissionTypes
No Documentation Found.
agco_ats.ContentSubmissionTypes_GetContentSubmissionTypes({}, context)
Input
- input
object
- enabled
boolean
- enabled
Output
- output
array
ContentSubmissionTypes_PostContentSubmissionType
No Documentation Found.
agco_ats.ContentSubmissionTypes_PostContentSubmissionType({
"contentSubmissionType": {
"Name": "",
"Description": ""
}
}, context)
Input
- input
object
- contentSubmissionType required ContentSubmission.Shared.BusinessEntities.ContentSubmissionType
Output
- output
integer
ContentSubmissionTypes_DeleteContentSubmissionType
No Documentation Found.
agco_ats.ContentSubmissionTypes_DeleteContentSubmissionType({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The ID of the Content Submission Type
- id required
Output
Output schema unknown
ContentSubmissionTypes_GetContentSubmissionType
No Documentation Found.
agco_ats.ContentSubmissionTypes_GetContentSubmissionType({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The ID of the Content Submission Type
- id required
Output
ContentSubmissionTypes_PutContentSubmissionType
No Documentation Found.
agco_ats.ContentSubmissionTypes_PutContentSubmissionType({
"id": 0,
"contentSubmissionType": {
"Name": "",
"Description": ""
}
}, context)
Input
- input
object
- id required
integer
: The ID of the Content Submission Type - contentSubmissionType required ContentSubmission.Shared.BusinessEntities.ContentSubmissionType
- id required
Output
Output schema unknown
ContentSubmissions_GetContentSubmissions
Gets a collection of ContentSubmissions. When successful, the response is a PagedResponse of ContentSubmissions. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentSubmissions_GetContentSubmissions({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - userID
integer
: Optional. Filter by UserID. - contentDefinitionID
integer
: Optional. Filter by ContentDefinitionID
- limit
Output
ContentSubmissions_PostContentSubmission
Creates a ContentSubmission. The body of the POST is the ContentSubmission to create. The ContentSubmissionID will be assigned on creation of the Job. When successful, the response is the ContentSubmissionID. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentSubmissions_PostContentSubmission({
"contentSubmission": {}
}, context)
Input
- input
object
- contentSubmission required ContentSubmission.Shared.BusinessEntities.ContentSubmission
Output
- output
integer
ContentSubmissions_DeleteContentSubmission
Deletes an ContentSubmission. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentSubmissions_DeleteContentSubmission({
"contentSubmissionID": 0
}, context)
Input
- input
object
- contentSubmissionID required
integer
: The ID of the ContentSubmission to delete
- contentSubmissionID required
Output
Output schema unknown
ContentSubmissions_GetContentSubmission
Gets a ContentSubmission by ID. When successful, the response is the requested ContentSubmission. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentSubmissions_GetContentSubmission({
"contentSubmissionID": 0
}, context)
Input
- input
object
- contentSubmissionID required
integer
: The ID of the ContentSubmission to get.
- contentSubmissionID required
Output
ContentSubmissions_PutContentSubmission
Updates a ContentSubmission. The body of the PUT is the updated ContentSubmission.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.ContentSubmissions_PutContentSubmission({
"contentSubmissionID": 0,
"contentSubmission": {}
}, context)
Input
- input
object
- contentSubmissionID required
integer
: The ID of the ContentSubmission to update - contentSubmission required ContentSubmission.Shared.BusinessEntities.ContentSubmission
- contentSubmissionID required
Output
Output schema unknown
DealerByCountry_GetCountries
No Documentation Found.
agco_ats.DealerByCountry_GetCountries({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
Dealers_GetDealers
No Documentation Found.
agco_ats.Dealers_GetDealers({}, context)
Input
- input
object
- Brand
string
: The brand to filter by. - ShippingCountry
string
: The country to filter by. - DealerName
string
: The partial Dealer Name to filter by. Wildcard supported (*). - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- Brand
Output
Dealers_GetDealerbyDealerCode
No Documentation Found.
agco_ats.Dealers_GetDealerbyDealerCode({
"DealerCode": ""
}, context)
Input
- input
object
- DealerCode required
string
: The Dealer Code to Search for
- DealerCode required
Output
- output DealerDB.Models.Dealer
LicenseActivations_Post
No Documentation Found.
agco_ats.LicenseActivations_Post({
"licenseActivationCreate": {
"VoucherCode": "",
"DealerCode": "",
"PostalCode": "",
"SystemInfo": ""
}
}, context)
Input
- input
object
- licenseActivationCreate required DealerDB.Models.LicenseActivationCreate
Output
LicenseActivations_PostRegisterEDTLite
No Documentation Found.
agco_ats.LicenseActivations_PostRegisterEDTLite({
"edtLiteRegistration": {
"InstanceID": "",
"VoucherCode": "",
"ExpirationDate": ""
}
}, context)
Input
- input
object
- edtLiteRegistration required DealerDB.Models.EDTLiteRegistration
Output
- output
boolean
LicenseActivations_Put
No Documentation Found.
agco_ats.LicenseActivations_Put({
"ID": "",
"licenseActivationUpdate": {
"LicenseVersion": ""
}
}, context)
Input
- input
object
- ID required
string
: The ID of the license. - licenseActivationUpdate required DealerDB.Models.LicenseActivationUpdate
- ID required
Output
LicenseActivations_PutConfirm
No Documentation Found.
agco_ats.LicenseActivations_PutConfirm({
"ID": "",
"licenseActivationConfirm": {
"LicenseVersion": ""
}
}, context)
Input
- input
object
- ID required
string
: The ID of the license - licenseActivationConfirm required DealerDB.Models.LicenseActivationConfirm
- ID required
Output
Output schema unknown
api.v2.Licenses.get
No Documentation Found.
agco_ats.api.v2.Licenses.get({}, context)
Input
- input
object
- VoucherCode
string
: Optional. Filter by VoucherCode - DealerCode
string
: Optional. Filter by DealerCode - Status
string
(values: Active, Inactive, All): Optional. Filter by Status. By default only active licenses will be returned. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- VoucherCode
Output
api.v2.Licenses.ID.get
No Documentation Found.
agco_ats.api.v2.Licenses.ID.get({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The ID of the license to get.
- ID required
Output
- output DealerDB.Models.License
Logs_GetLogs
No Documentation Found.
agco_ats.Logs_GetLogs({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
Logs_PostLog
No Documentation Found.
agco_ats.Logs_PostLog({
"Message": ""
}, context)
Input
- input
object
- Message required
string
: Message to enter into the log
- Message required
Output
- output
string
Logs_GetLog
No Documentation Found.
agco_ats.Logs_GetLog({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Log ID
- ID required
Output
- output API.Models.Log
Notifications_PostMail
No Documentation Found.
agco_ats.Notifications_PostMail({
"Notification": {
"To_Addresses": [],
"Subject": "",
"MessageBody": "",
"IsBodyHtml": true
}
}, context)
Input
- input
object
- Notification required API.Models.Notification
Output
Output schema unknown
api.v2.PackageTypes.get
No Documentation Found.
agco_ats.api.v2.PackageTypes.get({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
PackageTypes_Post
No Documentation Found.
agco_ats.PackageTypes_Post({
"PackageType": {
"Description": ""
}
}, context)
Input
- input
object
- PackageType required UpdateSystem.Models.PackageType
Output
- output
string
PackageTypes_Delete
No Documentation Found.
agco_ats.PackageTypes_Delete({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Package Type ID
- ID required
Output
Output schema unknown
api.v2.PackageTypes.ID.get
No Documentation Found.
agco_ats.api.v2.PackageTypes.ID.get({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Package Type ID
- ID required
Output
PackageTypes_Put
No Documentation Found.
agco_ats.PackageTypes_Put({
"ID": "",
"PackageType": {
"Description": ""
}
}, context)
Input
- input
object
- ID required
string
: The ID of the Package Type - PackageType required UpdateSystem.Models.PackageType
- ID required
Output
Output schema unknown
PackageTypetoBundles_Delete
No Documentation Found.
agco_ats.PackageTypetoBundles_Delete({
"BundleID": "",
"PackageTypeID": ""
}, context)
Input
- input
object
- BundleID required
string
: The BundleID - PackageTypeID required
string
: The PackageTypeID
- BundleID required
Output
Output schema unknown
PackageTypetoBundles_Get
No Documentation Found.
agco_ats.PackageTypetoBundles_Get({}, context)
Input
- input
object
- BundleID
string
: Optional. Filter by BundleID. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- BundleID
Output
PackageTypetoBundles_Post
No Documentation Found.
agco_ats.PackageTypetoBundles_Post({
"PackageTypeToBundle": {
"BundleID": "",
"PackageTypeID": "",
"PackageVersion": 0
}
}, context)
Input
- input
object
- PackageTypeToBundle required UpdateSystem.Models.PackageTypeIDtoBundle
Output
Output schema unknown
PackageTypetoBundles_Put
No Documentation Found.
agco_ats.PackageTypetoBundles_Put({
"PackageTypeToBundle": {
"BundleID": "",
"PackageTypeID": "",
"PackageVersion": 0
}
}, context)
Input
- input
object
- PackageTypeToBundle required UpdateSystem.Models.PackageTypeIDtoBundle
Output
Output schema unknown
Packages_GetPackages
No Documentation Found.
agco_ats.Packages_GetPackages({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
Packages_PostPackage
No Documentation Found.
agco_ats.Packages_PostPackage({
"package": {
"PackageTypeID": "",
"Url": "",
"CRC": "",
"Version": 0,
"Description": "",
"ReleaseDate": ""
}
}, context)
Input
- input
object
- package required UpdateSystem.Models.Package
Output
- output
string
Packages_DeletePackage
No Documentation Found.
agco_ats.Packages_DeletePackage({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Package ID to Delete
- ID required
Output
Output schema unknown
Packages_GetPackage
No Documentation Found.
agco_ats.Packages_GetPackage({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Package ID to Search for
- ID required
Output
- output UpdateSystem.Models.Package
Packages_PutPackage
No Documentation Found.
agco_ats.Packages_PutPackage({
"ID": "",
"package": {
"PackageTypeID": "",
"Url": "",
"CRC": "",
"Version": 0,
"Description": "",
"ReleaseDate": ""
}
}, context)
Input
- input
object
- ID required
string
: The unique ID of the Package - package required UpdateSystem.Models.Package
- ID required
Output
Output schema unknown
Permissions_GetPermissions
No Documentation Found.
agco_ats.Permissions_GetPermissions({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0. - name
string
: Filter by permission name. Supports ending wildcard (*). Optional.
- limit
Output
Permissions_PostPermission
No Documentation Found.
agco_ats.Permissions_PostPermission({
"permission": {
"Name": "",
"DataRequired": ""
}
}, context)
Input
- input
object
- permission required API.Models.Permission
Output
- output
integer
Permissions_DeletePermission
No Documentation Found.
agco_ats.Permissions_DeletePermission({
"id": 0
}, context)
Input
- input
object
- id required
integer
: Id of Permission
- id required
Output
Output schema unknown
Permissions_GetPermission
No Documentation Found.
agco_ats.Permissions_GetPermission({
"id": 0
}, context)
Input
- input
object
- id required
integer
: Id of Permission
- id required
Output
- output API.Models.Permission
Permissions_PutPermission
No Documentation Found.
agco_ats.Permissions_PutPermission({
"id": 0,
"permission": {
"Name": "",
"DataRequired": ""
}
}, context)
Input
- input
object
- id required
integer
: Id of Permission - permission required API.Models.Permission
- id required
Output
Output schema unknown
PriorityPackages_GetPriorityPackages
No Documentation Found.
agco_ats.PriorityPackages_GetPriorityPackages({}, context)
Input
- input
object
- ClientID
string
: Optional. Filter priority packages by ClientID. - Status
string
(values: Active, Completed, All): Optional. Filter returned packages by status. By default only active packages will be returned. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ClientID
Output
PriorityPackages_PostPriorityPackages
No Documentation Found.
agco_ats.PriorityPackages_PostPriorityPackages({
"Package": {
"ClientID": "",
"PackageID": ""
}
}, context)
Input
- input
object
- Package required UpdateSystem.Models.PriorityPackage
Output
- output
string
PriorityPackages_DeletePriorityPackages
No Documentation Found.
agco_ats.PriorityPackages_DeletePriorityPackages({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Priority Package ID
- ID required
Output
Output schema unknown
PriorityPackages_GetPriorityPackage
No Documentation Found.
agco_ats.PriorityPackages_GetPriorityPackage({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Priority Package ID
- ID required
Output
Release_GetReleases
Gets a collection of Release. When successful, the response is a PagedResponse of Release. If unsuccessful, an appropriate ApiError is returned.
agco_ats.Release_GetReleases({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - visible
boolean
: Optional. Filter by visible.
- limit
Output
Release_PostRelease
Creates a Release. The body of the POST is the Release to create. The ReleaseId will be assigned on creation of the Job. When successful, the response is the Release Id. If unsuccessful, an appropriate ApiError is returned.
agco_ats.Release_PostRelease({
"release": {}
}, context)
Input
- input
object
- release required ContentSubmission.Shared.BusinessEntities.Release
Output
- output
integer
Release_GetRelease
Gets a Release by ID. When successful, the response is the requested Release. If unsuccessful, an appropriate ApiError is returned.
agco_ats.Release_GetRelease({
"ReleaseId": 0
}, context)
Input
- input
object
- ReleaseId required
integer
: The ID of the Release to get.
- ReleaseId required
Output
Release_PutContentDefinition
Updates a Release. The body of the PUT is the updated Release.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.Release_PutContentDefinition({
"releaseId": 0,
"release": {}
}, context)
Input
- input
object
- releaseId required
integer
: The ID of the Release to update - release required ContentSubmission.Shared.BusinessEntities.Release
- releaseId required
Output
Output schema unknown
Reporting_BundleStatusSummary
No Documentation Found.
agco_ats.Reporting_BundleStatusSummary({
"BundleID": ""
}, context)
Input
- input
object
- BundleID required
string
: The BundleID - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- BundleID required
Output
Reporting_BundlesInUpdateGroup
No Documentation Found.
agco_ats.Reporting_BundlesInUpdateGroup({
"ID": "",
"IncludeInactive": true
}, context)
Input
- input
object
- ID required
string
: The UpdateGroupID - IncludeInactive required
boolean
: Include Inactive Bundles (true|false) - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ID required
Output
Reporting_ClientInfo
No Documentation Found.
agco_ats.Reporting_ClientInfo({
"ClientID": ""
}, context)
Input
- input
object
- ClientID required
string
: The Client ID
- ClientID required
Output
Reporting_CurrentPackagesInUpdateGroup
No Documentation Found.
agco_ats.Reporting_CurrentPackagesInUpdateGroup({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The UpdateGroupID - SubscriptionTypeFilter
string
(values: RequiredOnly, Default, All): Optional. The subscription type filter to use. By default the Default packages (Required and IncludeByDefault) will be returned.
- ID required
Output
- output
array
Reporting_GetClient
No Documentation Found.
agco_ats.Reporting_GetClient({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The Client ID
- ID required
Output
- output UpdateSystem.Models.Client
Reporting_GetSubscriptions
No Documentation Found.
agco_ats.Reporting_GetSubscriptions({}, context)
Input
- input
object
- ClientID
string
: Optional. Filter by Client ID - UpdateGroupID
string
: Optional. Filter by Update Group ID - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ClientID
Output
Reporting_PackageStatusSummary
No Documentation Found.
agco_ats.Reporting_PackageStatusSummary({
"PackageID": ""
}, context)
Input
- input
object
- PackageID required
string
: The Package ID
- PackageID required
Output
Reporting_RegisteredClients
No Documentation Found.
agco_ats.Reporting_RegisteredClients({}, context)
Input
- input
object
- UpdateGroupID
string
: Optional. The Update Group ID. If not provided, all clients will be returned. - ClientID
string
: Optional. Filter where ClientID matches a value. Wildcards are supported (*). - Tag
string
: Optional. Filter where Tag matches a value. Wildcards are supported (*). - ReportResult
string
: Optional. Filter where ReportResult matches a value. Wildcards are supported (*). - ReportResultIsValid
boolean
: Optional. When 'true' filters results where ReportResult equals ReportResultExpected. When 'false' filters results where ValueToValidate does not equal ReportResults. - ReportValue
string
: Optional. Filter where ReportValue matches a value. Wildcards are supported (*). - LastCheckInBefore
string
: Optional. Filter where LastCheckIn occured before the provided date. - LastCheckInAfter
string
: Optional. Filter where LastCheckIn occured after the provided date. - OrderBy
string
: Optional. Specify the order in which results should be returned. Use this format: [FieldName] [ASC|ASCENDING|DESC|DESCENDING],... - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- UpdateGroupID
Output
- output API.PagedResponse[UpdateSystem.Models.ClientStatus,UpdateSystem.Models.PagedClientStatusMetadata]
Reporting_UpdateGroups
No Documentation Found.
agco_ats.Reporting_UpdateGroups({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
Reporting_UpdateMetrics
No Documentation Found.
agco_ats.Reporting_UpdateMetrics({
"UpdateGroupID": ""
}, context)
Input
- input
object
- UpdateGroupID required
string
: The UpdateType in which clients must be for the report to include them. - bundleNumber
integer
: Optional. Tells us which chart to show based upon filter.
- UpdateGroupID required
Output
Roles_GetRoles
No Documentation Found.
agco_ats.Roles_GetRoles({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0. - name
string
: Optional. Finds a role with the given name.
- limit
Output
Roles_PostRole
No Documentation Found.
agco_ats.Roles_PostRole({
"role": {
"Name": "",
"Description": ""
}
}, context)
Input
- input
object
- role required API.Models.Role
Output
- output
integer
Roles_DeleteRole
No Documentation Found.
agco_ats.Roles_DeleteRole({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The role's id
- id required
Output
Output schema unknown
Roles_GetRole
No Documentation Found.
agco_ats.Roles_GetRole({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The role's id
- id required
Output
- output API.Models.Role
Roles_PutRole
No Documentation Found.
agco_ats.Roles_PutRole({
"id": 0,
"role": {
"Name": "",
"Description": ""
}
}, context)
Input
- input
object
- id required
integer
: The role's id - role required API.Models.Role
- id required
Output
Output schema unknown
Roles_GetRolePermissions
No Documentation Found.
agco_ats.Roles_GetRolePermissions({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The id of the Role - name
string
: Filter by permission name. Optional. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- id required
Output
Roles_PutRolePermissions
No Documentation Found.
agco_ats.Roles_PutRolePermissions({
"id": 0,
"permissionChanges": []
}, context)
Input
- input
object
- id required
integer
: The id of the Role - permissionChanges required
array
- id required
Output
Output schema unknown
UserPermissions_GetUsers
No Documentation Found.
agco_ats.UserPermissions_GetUsers({
"id": 0
}, context)
Input
- input
object
- id required
integer
: The Role's ID - limit
integer
: The page limit. The default page limit is 10. - offset
integer
: The page offset. The default page offset is 0.
- id required
Output
api.v2.Roles.id.Users.put
No Documentation Found.
agco_ats.api.v2.Roles.id.Users.put({
"id": 0,
"roleChanges": []
}, context)
Input
- input
object
- id required
integer
: The Role's ID - roleChanges required
array
- id required
Output
Output schema unknown
UpdateGroupClientRelationships_GetSubscriptions
No Documentation Found.
agco_ats.UpdateGroupClientRelationships_GetSubscriptions({}, context)
Input
- input
object
- ClientID
string
: Optional. Filter by Client ID - UpdateGroupID
string
: Optional. Filter by Update Group ID - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ClientID
Output
UpdateGroupClientRelationships_PostSubscription
No Documentation Found.
agco_ats.UpdateGroupClientRelationships_PostSubscription({
"subscription": {
"UpdateGroupID": "",
"ClientID": ""
}
}, context)
Input
- input
object
- subscription required UpdateSystem.Models.UpdateGroupClientRelationship
Output
- output
string
UpdateGroupClientRelationships_PutSubscriptionByClientIDUpdateGroupID
No Documentation Found.
agco_ats.UpdateGroupClientRelationships_PutSubscriptionByClientIDUpdateGroupID({
"ClientID": "",
"UpdateGroupID": "",
"Active": true
}, context)
Input
- input
object
- ClientID required
string
: The Client ID. This can be a client ID that has not been registered yet. - UpdateGroupID required
string
: The Update Group ID - Active required
boolean
: Subscribe the client to the Update Group.
- ClientID required
Output
Output schema unknown
UpdateGroupClientRelationships_GetSubscription
No Documentation Found.
agco_ats.UpdateGroupClientRelationships_GetSubscription({
"RelationshipID": ""
}, context)
Input
- input
object
- RelationshipID required
string
: The RelationshipID.
- RelationshipID required
Output
UpdateGroupClientRelationships_PutSubscription
No Documentation Found.
agco_ats.UpdateGroupClientRelationships_PutSubscription({
"RelationshipID": "",
"subscription": {
"UpdateGroupID": "",
"ClientID": ""
}
}, context)
Input
- input
object
- RelationshipID required
string
: The relationship id of the UpdateGroupClientRelationship - subscription required UpdateSystem.Models.UpdateGroupClientRelationship
- RelationshipID required
Output
Output schema unknown
UpdateGroupSubscriptions_GetUpdateGroupSubscriptions
No Documentation Found.
agco_ats.UpdateGroupSubscriptions_GetUpdateGroupSubscriptions({}, context)
Input
- input
object
- UpdateGroupID
string
: Optional. Filter by Update Group ID. - PackageTypeID
string
: Optional. Filter by Package Type ID. - ClientID
string
: Optional. Filter by Client ID. - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- UpdateGroupID
Output
UpdateGroupSubscriptions_PostUpdateGroupSubscription
No Documentation Found.
agco_ats.UpdateGroupSubscriptions_PostUpdateGroupSubscription({
"UpdateGroupSubscription": {
"UpdateGroupID": "",
"PackageTypeID": "",
"ClientID": "",
"Include": true
}
}, context)
Input
- input
object
- UpdateGroupSubscription required UpdateSystem.Models.UpdateGroupSubscription
Output
- output
integer
UpdateGroupSubscriptions_DeleteUpdateGroupSubscription
No Documentation Found.
agco_ats.UpdateGroupSubscriptions_DeleteUpdateGroupSubscription({
"UpdateGroupSubscriptionID": 0
}, context)
Input
- input
object
- UpdateGroupSubscriptionID required
integer
: The Update Group Subscription ID to delete
- UpdateGroupSubscriptionID required
Output
Output schema unknown
UpdateGroupSubscriptions_GetUpdateGroupSubscription
No Documentation Found.
agco_ats.UpdateGroupSubscriptions_GetUpdateGroupSubscription({
"UpdateGroupSubscriptionID": 0
}, context)
Input
- input
object
- UpdateGroupSubscriptionID required
integer
: The Update Group Subscription ID
- UpdateGroupSubscriptionID required
Output
UpdateGroupSubscriptions_PutUpdateGroupSubscription
No Documentation Found.
agco_ats.UpdateGroupSubscriptions_PutUpdateGroupSubscription({
"UpdateGroupSubscriptionID": 0,
"UpdateGroupSubscription": {
"UpdateGroupID": "",
"PackageTypeID": "",
"ClientID": "",
"Include": true
}
}, context)
Input
- input
object
- UpdateGroupSubscriptionID required
integer
: The Update Group Subscription ID - UpdateGroupSubscription required UpdateSystem.Models.UpdateGroupSubscription
- UpdateGroupSubscriptionID required
Output
Output schema unknown
api.v2.UpdateGroups.get
No Documentation Found.
agco_ats.api.v2.UpdateGroups.get({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- limit
Output
UpdateGroups_Post
No Documentation Found.
agco_ats.UpdateGroups_Post({
"updateGroup": {
"Description": "",
"UpdateType": ""
}
}, context)
Input
- input
object
- updateGroup required UpdateSystem.Models.UpdateGroup
Output
- output
string
UpdateGroups_Delete
No Documentation Found.
agco_ats.UpdateGroups_Delete({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The ID of the Update Group to Delete
- ID required
Output
Output schema unknown
api.v2.UpdateGroups.ID.get
No Documentation Found.
agco_ats.api.v2.UpdateGroups.ID.get({
"ID": ""
}, context)
Input
- input
object
- ID required
string
: The ID of the Update Group
- ID required
Output
UpdateGroups_Put
No Documentation Found.
agco_ats.UpdateGroups_Put({
"ID": "",
"updateGroup": {
"Description": "",
"UpdateType": ""
}
}, context)
Input
- input
object
- ID required
string
: ID of the Update Group - updateGroup required UpdateSystem.Models.UpdateGroup
- ID required
Output
Output schema unknown
UpdateGroups_GetUpdateGroupBundles
No Documentation Found.
agco_ats.UpdateGroups_GetUpdateGroupBundles({
"ID": "",
"IncludeInactive": true
}, context)
Input
- input
object
- ID required
string
: The UpdateGroupID - IncludeInactive required
boolean
: Include Inactive Bundles (true|false) - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- ID required
Output
UpdateSystem_GetCheckin
No Documentation Found.
agco_ats.UpdateSystem_GetCheckin({
"ClientID": "",
"Preview": true
}, context)
Input
- input
object
- ClientID required
string
: The Client ID to check-in. If this is a new client ID it will be added to Clients. - Preview required
boolean
: Get Pkgs w\o updating Datetimes(true|false)
- ClientID required
Output
UserContentDefinitions_GetUserContentDefinitions
Gets a collection of UserContentDefinitions. When successful, the response is a PagedResponse of UserContentDefinitions. If unsuccessful, an appropriate ApiError is returned.
agco_ats.UserContentDefinitions_GetUserContentDefinitions({}, context)
Input
- input
object
- limit
integer
: Optional. The page limit. If not specified, the default page limit is 10. - offset
integer
: Optional. The page offset. If not specified, the default page offset is 0. - userID
integer
: Optional. Filter by UserID. - contentDefinitionID
integer
: Optional. Filter by ContentDefinitionID
- limit
Output
UserContentDefinitions_PostUserContentDefinition
Creates a UserContentDefinition. The body of the POST is the UserContentDefinition to create. The UserContentDefinitionID will be assigned on creation of the Job. When successful, the response is the UserContentDefinitionID. If unsuccessful, an appropriate ApiError is returned.
agco_ats.UserContentDefinitions_PostUserContentDefinition({
"userContentDefinition": {}
}, context)
Input
- input
object
- userContentDefinition required ContentSubmission.Shared.BusinessEntities.UserContentDefinition
Output
- output
integer
UserContentDefinitions_DeleteUserContentDefinition
Deletes an UserContentDefinition. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.
agco_ats.UserContentDefinitions_DeleteUserContentDefinition({
"userContentDefinitionID": 0
}, context)
Input
- input
object
- userContentDefinitionID required
integer
: The ID of the UserContentDefinition to delete
- userContentDefinitionID required
Output
Output schema unknown
UserContentDefinitions_GetUserContentDefinition
Gets a UserContentDefinition by ID. When successful, the response is the requested UserContentDefinition. If unsuccessful, an appropriate ApiError is returned.
agco_ats.UserContentDefinitions_GetUserContentDefinition({
"userContentDefinitionID": 0
}, context)
Input
- input
object
- userContentDefinitionID required
integer
: The ID of the UserContentDefinition to get.
- userContentDefinitionID required
Output
api.v2.Users.get
No Documentation Found.
agco_ats.api.v2.Users.get({}, context)
Input
- input
object
- username
string
: Optional. Search by username. Supports beginning and ending wildcards (*). - email
string
: Optional. Search by email. Supports beginning and ending wildcards (*). - name
string
: Optional. Search by name. Supports beginning and ending wildcards (*). - limit
integer
: Optional. The page limit. The default page limit is 10. - offset
integer
: Optional. The page offset. The default page offset is 0.
- username
Output
Users_Post
No Documentation Found.
agco_ats.Users_Post({
"user": {}
}, context)
Input
- input
object
- user required API.Models.User
Output
- output API.Models.User
Users_GetCurrentUser
No Documentation Found.
agco_ats.Users_GetCurrentUser(null, context)
Input
This action has no parameters
Output
- output API.Models.User
Users_PutCurrentUser
No Documentation Found.
agco_ats.Users_PutCurrentUser({
"user": {}
}, context)
Input
- input
object
- user required API.Models.User
Output
Output schema unknown
api.v2.Users.Current.Permissions.get
No Documentation Found.
agco_ats.api.v2.Users.Current.Permissions.get({}, context)
Input
- input
object
- Permission
string
: Filter by permission name. Supports ending wildcard (*). Optional. - limit
integer
: The page limit. The default page limit is 10. - offset
integer
: The page offset. The default page offset is 0.
- Permission