All the available Tender proposal fields are documented Attributes documentation

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 Answers, maximum is 200
Bad parameter in answers
Payload malformed: {error}
RFP is declined, you cannot update delete or create an answer.
RFP is closed, you cannot update delete or create an answer.
The product(s) {gtin} must be shared first with the retailer to be attached to a proposal
Duplicate answers for the product : {product_gtin}
Duplicate answers for the product / hierarchy product : {product_gtin} / {hierarchy_gtin}
403 You don't have the permission to perform this action
404 Answer not found for this business unit
business unit not found for this supplier
answer(s) not found for this supplier
500 Internal server error
Language
Authorization
Header
Click Try It! to start a request and see the response here!