put https://apis.supplierxm.salsify.com/rfp/public/v1/rfps
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 | Too many RFPs, maximum is 1000 |
|
Error during rfps bulk upserting You will find the list of errors in the `data.errors` array |
|
| Bad parameter in rfps | |
| Payload malformed: {error} | |
| 403 | You don't have the permission to perform this action |
| 404 | business unit(s) not found |
| RFP(s) {rfp_uuids} not found rfp(s) not found |
|
| 409 | Duplicate rfp for business unit and supplier |
| RFP does not contain this supplier | |
| RFP does not contain this business unit | |
| 500 | Internal server error |
