[Progress Communities] [Progress OpenEdge ABL] Forum Post: OData Post to Create a Taxon

  • Thread starter llivezey@axcess-financial.com
  • Start date
Status
Not open for further replies.
L

llivezey@axcess-financial.com

Guest
I am trying to create a new taxon in Postman, and I'm wondering if this endpoint is actually to create a new entity under that taxon. So what i'm trying to create is: Ohio -> Cincinnati Where I have the states and i'm trying to write a program to add cities. The url: The body: { "Title": "Cincinnati", "Description": "Description", "UrlName": "/cincinnati", "Name": "Cincinnati", "TaxonomyId": "ad800504-71a8-4669-b4f0-b58853786336", "ParentId": "48901807-2140-46a0-bfb5-5c2e5ffc27ba" } Response: { "error": { "code": "Unknown", "message": "TaxonomyId does not exist" } } I'm wondering why the documentation is asking for a TaxonomyId if I'm trying to create one. I also tried it without that: { "error": { "code": "Unknown", "message": "Taxonomy Id is required" } }

Continue reading...
 
Status
Not open for further replies.
Top