Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make:defaults fails for ArticlePlainTextContent,Version,DocumentPlainTextContent,InventoryStockedItemsAdd,InventoryStockedItemsRemove,InventoryStockedItemsTransfer,Modules #13

Open
optmsp opened this issue Jul 7, 2022 · 0 comments

Comments

@optmsp
Copy link

optmsp commented Jul 7, 2022

Hi there! I am working on adding a few updates to autotask-client-generator (including queries via POST to get around the GET url size limitation). In working with the generator, I've found that the following classes error out during make:defaults. Is this a known issue? Should they generally be excluded? Or is this a new problem?

I did add a --exclude=EXCLUDE so I could exclude these during the generation phase. So.. I guess that's one new feature right there. :)

I tried this against both the Autotask dev ww2 server and against a prod server ww5. Both with the same result.

Here is an example using ArticlePlainTextContent:

Generating classes for ActionTypes
Generating classes for AdditionalInvoiceFieldValues
Generating classes for Appointments
Generating classes for ArticleAttachments
Generating classes for ArticleConfigurationItemCategoryAssociations
Generating classes for ArticleNotes
Generating classes for ArticlePlainTextContent
There was an error creating that endpoint: Client error: `GET https://webservices5.autotask.net/ATServicesRest/v1.0/ArticlePlainTextContents/entityInformation` resulted in a `404 Not Found` response:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml (truncated...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant