post https://apis.supplierxm.salsify.com/rfp/public/v1/business_units//decline
List of errors
All errors will follow this pattern :
{
"message": "You don't have the permission to perform this action",
"status": 403,
"data": {
...
}
}
You will often find more details in the data
object and when there are several errors on a bulk update, you will find the list of errors in the errors
array.
Status | Message |
---|---|
400 | You cannot decline if the rfp has sent answers |
Bad parameter in uuid | |
403 | You don't have the permission to perform this action |
409 | No rfp found for bu {business_unit_uuid} organization {organization_id} |
500 | Internal server error |