Save the award decision for supplier response lines
post
https://<i>servername</i>/fscmRestApi/supplierNegotiations/11.13.18.05/awardSupplierNegotiationResponses/{auctionHeaderId}/AwardSupplierResponseLine
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
-
awardSupplierResponseLines: array
awardSupplierResponseLines
List of supplier response lines to be awarded
Nested Schema : awardSupplierResponseLines
Type:
array
List of supplier response lines to be awarded
Show Source
Nested Schema : AwardSupplierResponseLine
Type:
Show Source
object
-
Line: string
Value that identifies the negotiation line.
-
LineId: integer
(int64)
Value that uniquely identifies the negotiation line.
-
NoteToAcceptedSuppliers: string
Note to the accepted suppliers regarding the award decision.
-
NoteToRejectedSuppliers: string
Note to the rejected suppliers regarding the award decision.
-
supplierResponseLines: array
supplierResponseLines
List of supplier response lines
Nested Schema : SupplierResponseLine
Type:
Show Source
object
-
AgreementQuantity: number
Value that identifies the quantity that was agreed to when awarding to a supplier and the outcome is an agreement.
-
AwardDecisionFlag: boolean
Contains one of the following values: true or false. If true, the response line is awarded. If false, then the response line 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.
-
AwardQuantity: number
Value that identifies the quantity that was awarded to the response line when the outcome is a purchase order.
-
ResponseLine: string
Value that identifies the response line.
-
ResponseLineId: integer
(int64)
Value that uniquely identifies the response line.
-
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