HubSpot.NET icon indicating copy to clipboard operation
HubSpot.NET copied to clipboard

Create Deals with Line Items

Open jmawebtech opened this issue 4 years ago • 1 comments

Describe the bug When I create a deal, I see no way to add line items. The DealHubSpotModel has no line items under associations.

Repro Steps Instantiate the DealHubSpotModel. There is no place for add line items.

Expected behavior Under DealHubSpotModel, I expect to see a line items property.

Screenshots

image

Anything else?* Let us know if there is anything else you think we should know that would help us solve your problem?

jmawebtech avatar Dec 22 '20 15:12 jmawebtech

Hi,

I tried to implement part of the code, but I don't have time right now:

https://github.com/jmawebtech/HubSpot.NET

When I call Products.Example(hapiApi) in program.cs, I get a list of products. I can only get ID to map. What am I doing wrong? I didn't get around to testing line items. Can you add the code? It's hard to have deals without their associated line items.

I see no code that allows you to associate deals with contacts and line items. How do I add it? I wish that their was documentation on adding more endpoints for developers.

jmawebtech avatar Dec 22 '20 18:12 jmawebtech