Go!Press
Force handle press report generation for customer
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Press
Force handle press report generation for customer
undefined
POST
/
api
/
v1
/
press
/
report
/
{customer_id}
/
forcegen
curl --request POST \
--url https://api.algoreg.com/api/v1/press/report/{customer_id}/forcegen \
--header 'Authorization: Bearer <token>'
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
Path parameters
Response body
No content.”
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
curl --request POST \
--url https://api.algoreg.com/api/v1/press/report/{customer_id}/forcegen \
--header 'Authorization: Bearer <token>'
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}