Get Service Providers

get

/tenders/{iTransactionNo}/serviceProviders

Request

Path Parameters
Query Parameters
  • Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
  • Comma-delimited string of field names that you wanted returned in a GET request.
  • Positive integer value that specifies the maximum number of items returned by the server.
  • Non-negative integer values that specifies the index of the first item to be returned. The offset index begins at 0. By default, the offset is 0, which returns all items starting from the first item in the collection.
  • Comma-separated string of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
  • Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
  • Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

Default Response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders
Type: object
Show Source
Nested Schema : bidAmount
The amount of the bid indicated by this service provider
Match All
Show Source
Nested Schema : bids
Type: object
Show Source
Nested Schema : comments
Type: object
Show Source
Nested Schema : equipments
Type: object
Show Source
Nested Schema : pickupTime
Original value is from shipment, if servprov changes pickup time, it is stored in this column.
Match All
Show Source
Nested Schema : refnums
Type: object
Show Source
Nested Schema : responseTime
No description.
Match All
Show Source
Nested Schema : spotAdjustedCost
Stores the calculated adjusted cost for the spot bid using the spot rate adjustment factor on the service provider.
Match All
Show Source
Nested Schema : spotRates
Type: object
Show Source
Nested Schema : transactionTime
The date of the tender collaboration either tender sent, accept, withdrawal, etc or the last tender spot bid
Match All
Show Source
Nested Schema : currencyType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders.bids
Type: object
Show Source
Nested Schema : bidAmount
The amount of the bid indicated by this service provider. This attribute is marked as Create-Only.
Match All
Show Source
Nested Schema : deliveryEta
The delivery or dropoff date of the shipment stop.
Match All
Show Source
Nested Schema : pickupDate
The pickup date of the shipment. This attribute is marked as Create-Only.
Match All
Show Source
Nested Schema : transitTime
The transit time for the shipment. This attribute is marked as Create-Only.
Match All
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : amountType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders.comments
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders.equipments
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders.refnums
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tenders.serviceProviders.spotRates
Type: object
Show Source
Nested Schema : chargeAmount1
The charge amount for this spot cost.
Match All
Show Source
Nested Schema : chargeAmount2
No description.
Match All
Show Source
Nested Schema : chargeAmount3
No description.
Match All
Show Source
Back to Top