Save the award decision for supplier responses
post
https://<i>servername</i>/fscmRestApi/supplierNegotiations/11.13.18.05/awardSupplierNegotiationResponses/{auctionHeaderId}/AwardSupplierResponse
Request
Path Parameters
-
auctionHeaderId(required): integer(int64)
Value that uniquely identifies the negotiation.
Supported Media Types
- application/json
Nested Schema : BuyerInfo
Type:
Show Source
object
-
Buyer: string
Name of the buyer.
-
BuyerId: integer
(int64)
Value that uniquely identifies the buyer.
Nested Schema : type
Type:
Show Source
object
-
awardSupplierResponses: array
awardSupplierResponses
List of supplier responses to be awarded
Nested Schema : awardSupplierResponses
Type:
array
List of supplier responses to be awarded
Show Source
Nested Schema : AwardSupplierResponse
Type:
Show Source
object
-
AwardDecisionFlag: boolean
Contains one of the following values: true or false. If true, the response is awarded. If false, then the response is rejected. The default value is false.
-
AwardInternalNote: string
Internal note to the buyer regarding the award decision.
-
AwardNoteToSupplier: string
Note to the supplier regarding the award decision.
-
ResponseNumber: integer
(int64)
Value that uniquely identifies the response.
Response
Supported Media Types
- application/json
200 Response
If the request is successful, then this action returns a confirmation message indicating that the award decision for the negotiation was updated.
Root Schema : schema
Type:
string