04-09-2018 06:55 AM
Good afternoon,
I'm trying to access products / services through the WebAPI, but I'm not happy with the result so far. Try as I might, I can't get it to show the custom fields. All I get are the standard fields.
{ "id": "someID",
"name": "someName",
"cost": 0,
"createDate": "2018-03-01T11:12:50+01:00",
"discount": 0,
"discountPrice": 1.9,
"editDate": "2018-03-23T15:53:05+01:00",
"itemNumber": "someItemNumber",
"opportunityID": "someOppID",
"price": 1.9,
"productID": "00000000-0000-0000-0000-000000000000",
"quantity": 1,
"total": 1.9 },
The items were added by simply clicking "Add item" within the Opp, so not throught the product list.
Any help much appreciated.
04-18-2018 10:58 AM
Released a new API v.1.0.265.0 that will fix this issue: However, if you are on Act Premium cloud, it will be released Friday night.
You can download from these sites:
https://www.act.com/download/download-act!-premium-v19
https://www.act.com/download/download-act!-premium-v20
The Type (item_type) is included in the customFields now, the API was not able to add it to a model, but it will always show in custom fields.
04-09-2018 07:19 AM
04-16-2018 12:25 AM
04-16-2018 02:11 AM
04-16-2018 11:50 PM
04-17-2018 02:12 AM
04-17-2018 03:31 AM
04-18-2018 10:58 AM
Released a new API v.1.0.265.0 that will fix this issue: However, if you are on Act Premium cloud, it will be released Friday night.
You can download from these sites:
https://www.act.com/download/download-act!-premium-v19
https://www.act.com/download/download-act!-premium-v20
The Type (item_type) is included in the customFields now, the API was not able to add it to a model, but it will always show in custom fields.
04-27-2018 07:50 AM