Perform decline action for one or more Tenders
post
/custom-actions/acceptDecline/tenders/
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Request parameters for the accept or decline action.
Show Source
-
acceptanceCode(required): string
Acceptance code A for Accept action and D for Decline action
-
bidAmount:
bidAmount
Bid amount provided by the service provider when accepting the broadcast tender
-
declineReasonCode: string
Reason for declining the tender
-
isRetender: boolean
Retender to the another service provider when declining the tender
-
pks: array
pks
Pass the collab ID(s) pks to perform decline tender for one or more records when the collad ID is not passed in the URL.
-
servprovGid: string
Service provider ID when accepting/declining the broadcast tender
Nested Schema : bidAmount
Bid amount provided by the service provider when accepting the broadcast tender
Match All
Show Source
Nested Schema : pks
Type:
array
Pass the collab ID(s) pks to perform decline tender for one or more records when the collad ID is not passed in the URL.
Nested Schema : currencyType
Type:
Show Source
object
-
currency: string
ISO 4217 currency code
-
value: number
Numeric value that specifies a currency
Response
Supported Media Types
- application/json
200 Response
Default Response.
Root Schema : acceptDeclineResponse
Type:
object
Response after accept or decline the tender.
Show Source
-
items: array
items
Accepte or Decline response for tender.
Nested Schema : resultItem
Type:
Show Source
object
-
endTime:
endTime
The end time.
-
equipmentGroup: string
The equipment group.
-
rateOffering: string
The rate offering.
-
serviceProviderID: string
The service provider ID.
-
shipmentPk: string
The primary key for the shipment.
-
startTime:
startTime
The start time.
-
totalActualCost:
totalActualCost
The total actual cost.
-
totalWeightedCost:
totalWeightedCost
The total weighted cost.
-
transportMode: string
The transport mode.
Nested Schema : dateTimeType
Type:
Show Source
object
-
timezone: string
Timezone in Olson database format
-
value: string
(date-time)
Date in ISO 8601 format
Nested Schema : currencyType
Type:
Show Source
object
-
currency: string
ISO 4217 currency code
-
value: number
Numeric value that specifies a currency