Hi!
Im trying to create QuoteItems records via API REST
(/api/v1/QuoteItem)
Response: 403 Forbidden
Log:
Espo.ERROR: (403) Quote Item can be created only within Quote record.; POST .../api/v1/QuoteItem; line: 25, file: .../application/Espo/Modules/Advanced/Controllers/QuoteItem.php [] []
I want to remove that restriction in order to create records from a connected app via api rest.
How can i achieve this?
Thank you!
Im trying to create QuoteItems records via API REST
(/api/v1/QuoteItem)
Response: 403 Forbidden
Log:
Espo.ERROR: (403) Quote Item can be created only within Quote record.; POST .../api/v1/QuoteItem; line: 25, file: .../application/Espo/Modules/Advanced/Controllers/QuoteItem.php [] []
I want to remove that restriction in order to create records from a connected app via api rest.
How can i achieve this?
Thank you!
Comment