npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@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

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.

Output

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.

Output

  • output array
    • items string

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
    • EDTInstanceId required string: The EDT Instance Id of the kit calling this method.

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.

Output

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

Output

AftermarketServices_UpdateUserStatus

No Documentation Found.

agco_ats.AftermarketServices_UpdateUserStatus({
  "userStatus": {
    "VoucherCode": "",
    "DealerCode": ""
  }
}, context)

Input

Output

  • output boolean

Authentication_PutManageTokens

No Documentation Found.

agco_ats.Authentication_PutManageTokens({
  "UserID": 0,
  "tokenOptions": {}
}, context)

Input

Output

Output schema unknown

Authentication_Default

No Documentation Found.

agco_ats.Authentication_Default({
  "credentials": {
    "username": "",
    "password": ""
  }
}, context)

Input

Output

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

Output

Output schema unknown

Authentication_ResetPasword

No Documentation Found.

agco_ats.Authentication_ResetPasword({
  "passwordReset": {
    "Token": "",
    "NewPassword": ""
  }
}, context)

Input

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.

Output

AuthorizationCodeDefinitions_PostAuthorizationCodeDefinition

No Documentation Found.

agco_ats.AuthorizationCodeDefinitions_PostAuthorizationCodeDefinition({
  "authorizationCodeDefinition": {
    "Name": ""
  }
}, context)

Input

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.

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.

Output

AuthorizationCodeDefinitions_PutAuthorizationCodeDefinition

No Documentation Found.

agco_ats.AuthorizationCodeDefinitions_PutAuthorizationCodeDefinition({
  "id": "",
  "authorizationCodeDefinition": {
    "Name": ""
  }
}, context)

Input

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.

Output

AuthorizationCodes_PostAuthorizationCode

No Documentation Found.

agco_ats.AuthorizationCodes_PostAuthorizationCode({
  "authorizationCode": {}
}, context)

Input

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.

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.

Output

AuthorizationCodes_PutAuthorizationCode

No Documentation Found.

agco_ats.AuthorizationCodes_PutAuthorizationCode({
  "id": 0,
  "authorizationCode": {}
}, context)

Input

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

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.

Output

Bundles_PostBundle

No Documentation Found.

agco_ats.Bundles_PostBundle({
  "bundle": {
    "Description": "",
    "UpdateGroupID": "",
    "BundleNumber": 0
  }
}, context)

Input

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

Output

Output schema unknown

Bundles_GetBundle

No Documentation Found.

agco_ats.Bundles_GetBundle({
  "ID": ""
}, context)

Input

  • input object
    • ID required string: The Bundle ID

Output

Bundles_PutBundle

No Documentation Found.

agco_ats.Bundles_PutBundle({
  "ID": "",
  "bundle": {
    "Description": "",
    "UpdateGroupID": "",
    "BundleNumber": 0
  }
}, context)

Input

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.

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)

Output

  • output array
    • items string

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

Output

api.v2.Clients.ClientID.PackageReports.put

No Documentation Found.

agco_ats.api.v2.Clients.ClientID.PackageReports.put({
  "ClientID": "",
  "packageReport": {}
}, context)

Input

Output

Output schema unknown

PackageReports_Batch

No Documentation Found.

agco_ats.PackageReports_Batch({
  "ClientID": "",
  "packageReports": []
}, context)

Input

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

Output

Clients_Put

No Documentation Found.

agco_ats.Clients_Put({
  "ID": "",
  "client": {}
}, context)

Input

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.

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.

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.

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

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

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.

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

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.

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

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

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.

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

Output

Output schema unknown

ContentSubmissionTypes_GetContentSubmissionTypes

No Documentation Found.

agco_ats.ContentSubmissionTypes_GetContentSubmissionTypes({}, context)

Input

  • input object
    • enabled boolean

Output

ContentSubmissionTypes_PostContentSubmissionType

No Documentation Found.

agco_ats.ContentSubmissionTypes_PostContentSubmissionType({
  "contentSubmissionType": {
    "Name": "",
    "Description": ""
  }
}, context)

Input

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

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

Output

ContentSubmissionTypes_PutContentSubmissionType

No Documentation Found.

agco_ats.ContentSubmissionTypes_PutContentSubmissionType({
  "id": 0,
  "contentSubmissionType": {
    "Name": "",
    "Description": ""
  }
}, context)

Input

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

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

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

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.

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

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.

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.

Output

Dealers_GetDealerbyDealerCode

No Documentation Found.

agco_ats.Dealers_GetDealerbyDealerCode({
  "DealerCode": ""
}, context)

Input

  • input object
    • DealerCode required string: The Dealer Code to Search for

Output

LicenseActivations_Post

No Documentation Found.

agco_ats.LicenseActivations_Post({
  "licenseActivationCreate": {
    "VoucherCode": "",
    "DealerCode": "",
    "PostalCode": "",
    "SystemInfo": ""
  }
}, context)

Input

Output

LicenseActivations_PostRegisterEDTLite

No Documentation Found.

agco_ats.LicenseActivations_PostRegisterEDTLite({
  "edtLiteRegistration": {
    "InstanceID": "",
    "VoucherCode": "",
    "ExpirationDate": ""
  }
}, context)

Input

Output

  • output boolean

LicenseActivations_Put

No Documentation Found.

agco_ats.LicenseActivations_Put({
  "ID": "",
  "licenseActivationUpdate": {
    "LicenseVersion": ""
  }
}, context)

Input

Output

LicenseActivations_PutConfirm

No Documentation Found.

agco_ats.LicenseActivations_PutConfirm({
  "ID": "",
  "licenseActivationConfirm": {
    "LicenseVersion": ""
  }
}, context)

Input

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.

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.

Output

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.

Output

Logs_PostLog

No Documentation Found.

agco_ats.Logs_PostLog({
  "Message": ""
}, context)

Input

  • input object
    • Message required string: Message to enter into the log

Output

  • output string

Logs_GetLog

No Documentation Found.

agco_ats.Logs_GetLog({
  "ID": ""
}, context)

Input

  • input object
    • ID required string: The Log ID

Output

Notifications_PostMail

No Documentation Found.

agco_ats.Notifications_PostMail({
  "Notification": {
    "To_Addresses": [],
    "Subject": "",
    "MessageBody": "",
    "IsBodyHtml": true
  }
}, context)

Input

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.

Output

PackageTypes_Post

No Documentation Found.

agco_ats.PackageTypes_Post({
  "PackageType": {
    "Description": ""
  }
}, context)

Input

Output

  • output string

PackageTypes_Delete

No Documentation Found.

agco_ats.PackageTypes_Delete({
  "ID": ""
}, context)

Input

  • input object
    • ID required string: The Package Type ID

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

Output

PackageTypes_Put

No Documentation Found.

agco_ats.PackageTypes_Put({
  "ID": "",
  "PackageType": {
    "Description": ""
  }
}, context)

Input

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

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.

Output

PackageTypetoBundles_Post

No Documentation Found.

agco_ats.PackageTypetoBundles_Post({
  "PackageTypeToBundle": {
    "BundleID": "",
    "PackageTypeID": "",
    "PackageVersion": 0
  }
}, context)

Input

Output

Output schema unknown

PackageTypetoBundles_Put

No Documentation Found.

agco_ats.PackageTypetoBundles_Put({
  "PackageTypeToBundle": {
    "BundleID": "",
    "PackageTypeID": "",
    "PackageVersion": 0
  }
}, context)

Input

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.

Output

Packages_PostPackage

No Documentation Found.

agco_ats.Packages_PostPackage({
  "package": {
    "PackageTypeID": "",
    "Url": "",
    "CRC": "",
    "Version": 0,
    "Description": "",
    "ReleaseDate": ""
  }
}, context)

Input

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

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

Output

Packages_PutPackage

No Documentation Found.

agco_ats.Packages_PutPackage({
  "ID": "",
  "package": {
    "PackageTypeID": "",
    "Url": "",
    "CRC": "",
    "Version": 0,
    "Description": "",
    "ReleaseDate": ""
  }
}, context)

Input

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.

Output

Permissions_PostPermission

No Documentation Found.

agco_ats.Permissions_PostPermission({
  "permission": {
    "Name": "",
    "DataRequired": ""
  }
}, context)

Input

Output

  • output integer

Permissions_DeletePermission

No Documentation Found.

agco_ats.Permissions_DeletePermission({
  "id": 0
}, context)

Input

  • input object
    • id required integer: Id of Permission

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

Output

Permissions_PutPermission

No Documentation Found.

agco_ats.Permissions_PutPermission({
  "id": 0,
  "permission": {
    "Name": "",
    "DataRequired": ""
  }
}, context)

Input

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.

Output

PriorityPackages_PostPriorityPackages

No Documentation Found.

agco_ats.PriorityPackages_PostPriorityPackages({
  "Package": {
    "ClientID": "",
    "PackageID": ""
  }
}, context)

Input

Output

  • output string

PriorityPackages_DeletePriorityPackages

No Documentation Found.

agco_ats.PriorityPackages_DeletePriorityPackages({
  "ID": ""
}, context)

Input

  • input object
    • ID required string: The Priority Package ID

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

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.

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

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.

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

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.

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.

Output

Reporting_ClientInfo

No Documentation Found.

agco_ats.Reporting_ClientInfo({
  "ClientID": ""
}, context)

Input

  • input object
    • ClientID required string: The Client ID

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.

Output

Reporting_GetClient

No Documentation Found.

agco_ats.Reporting_GetClient({
  "ID": ""
}, context)

Input

  • input object
    • ID required string: The Client ID

Output

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.

Output

Reporting_PackageStatusSummary

No Documentation Found.

agco_ats.Reporting_PackageStatusSummary({
  "PackageID": ""
}, context)

Input

  • input object
    • PackageID required string: The Package ID

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.

Output

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.

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.

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.

Output

Roles_PostRole

No Documentation Found.

agco_ats.Roles_PostRole({
  "role": {
    "Name": "",
    "Description": ""
  }
}, context)

Input

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

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

Output

Roles_PutRole

No Documentation Found.

agco_ats.Roles_PutRole({
  "id": 0,
  "role": {
    "Name": "",
    "Description": ""
  }
}, context)

Input

  • input object

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.

Output

Roles_PutRolePermissions

No Documentation Found.

agco_ats.Roles_PutRolePermissions({
  "id": 0,
  "permissionChanges": []
}, context)

Input

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.

Output

api.v2.Roles.id.Users.put

No Documentation Found.

agco_ats.api.v2.Roles.id.Users.put({
  "id": 0,
  "roleChanges": []
}, context)

Input

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.

Output

UpdateGroupClientRelationships_PostSubscription

No Documentation Found.

agco_ats.UpdateGroupClientRelationships_PostSubscription({
  "subscription": {
    "UpdateGroupID": "",
    "ClientID": ""
  }
}, context)

Input

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.

Output

Output schema unknown

UpdateGroupClientRelationships_GetSubscription

No Documentation Found.

agco_ats.UpdateGroupClientRelationships_GetSubscription({
  "RelationshipID": ""
}, context)

Input

  • input object
    • RelationshipID required string: The RelationshipID.

Output

UpdateGroupClientRelationships_PutSubscription

No Documentation Found.

agco_ats.UpdateGroupClientRelationships_PutSubscription({
  "RelationshipID": "",
  "subscription": {
    "UpdateGroupID": "",
    "ClientID": ""
  }
}, context)

Input

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.

Output

UpdateGroupSubscriptions_PostUpdateGroupSubscription

No Documentation Found.

agco_ats.UpdateGroupSubscriptions_PostUpdateGroupSubscription({
  "UpdateGroupSubscription": {
    "UpdateGroupID": "",
    "PackageTypeID": "",
    "ClientID": "",
    "Include": true
  }
}, context)

Input

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

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

Output

UpdateGroupSubscriptions_PutUpdateGroupSubscription

No Documentation Found.

agco_ats.UpdateGroupSubscriptions_PutUpdateGroupSubscription({
  "UpdateGroupSubscriptionID": 0,
  "UpdateGroupSubscription": {
    "UpdateGroupID": "",
    "PackageTypeID": "",
    "ClientID": "",
    "Include": true
  }
}, context)

Input

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.

Output

UpdateGroups_Post

No Documentation Found.

agco_ats.UpdateGroups_Post({
  "updateGroup": {
    "Description": "",
    "UpdateType": ""
  }
}, context)

Input

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

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

Output

UpdateGroups_Put

No Documentation Found.

agco_ats.UpdateGroups_Put({
  "ID": "",
  "updateGroup": {
    "Description": "",
    "UpdateType": ""
  }
}, context)

Input

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.

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)

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

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

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

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.

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.

Output

Users_Post

No Documentation Found.

agco_ats.Users_Post({
  "user": {}
}, context)

Input

Output

Users_GetCurrentUser

No Documentation Found.

agco_ats.Users_GetCurrentUser(null, context)

Input

This action has no parameters

Output

Users_PutCurrentUser

No Documentation Found.

agco_ats.Users_PutCurrentUser({
  "user": {}
}, context)

Input

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.

Output