Perform the Accept or Decline action for multiple Tender Groups
post
/custom-actions/acceptDeclineTenderGroup/tenders/
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
objectRequest parameters for the accept or decline Tender Group action.
Show Source
-
acceptanceCode(required): string
Acceptance code A for Accept action and D for Decline action
-
declineReasonCode: string
Reason for declining the tender
-
pks: array
pks
Pass the tender group ID(s) pks to perform accept/decline tender for one or more records when the tender group ID is not passed in the URL.
-
refnums: object
refnums
Reference Number Qualifier and Value to be added when accepting single shipment group tender.
-
remarks: object
remarks
Remarks to be added when accepting single shipment group tender.
-
servprovGid: string
Service provider ID of the Shipment Group
Nested Schema : pks
Type:
arrayPass the tender group ID(s) pks to perform accept/decline tender for one or more records when the tender group ID is not passed in the URL.
Show Source
Nested Schema : refnums
Type:
objectReference Number Qualifier and Value to be added when accepting single shipment group tender.
Show Source
Nested Schema : remarks
Type:
objectRemarks to be added when accepting single shipment group tender.
Show Source
Nested Schema : items
Type:
Show Source
object-
refnumQual(required): string
Reference Number Qualifier GID
-
refnumValue(required): string
Reference Number Value
Nested Schema : items
Type:
Show Source
object-
remarkQual(required): string
Remark Qualifier GID
-
remarkText(required): string
Remark Text
Response
Supported Media Types
- application/json
200 Response
Default Response.
Root Schema : acceptDeclineTenderGroupResponse
Type:
objectResponse after accept or decline the tender group.
Show Source
-
items: array
items
Accepte or Decline response for tender.
Nested Schema : resultItem
Type:
Show Source
object-
shipGroupPk: string
Target shipment group.
-
shipmentPk: string
Pk of the shipment for the target group.
400 Response
Error Response.
Root Schema : errorResponse
Type:
Show Source
object-
detail(required): string
Provides more information about the error.
-
status(required): number
HTTP status code.
-
title(required): string
Provides a short summary message.
500 Response
Internal Error Response.
Root Schema : errorResponse500
Type:
Show Source
object-
detail(required): string
Provides more information about the error.
-
status(required): number
HTTP status code.
-
title(required): string
Provides a short summary message.