Get Line Items

get

/damageClaims/{claimGid}/lineItems

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 : damageClaims.lineItems
Type: object
Show Source
Nested Schema : costs
Type: object
Show Source
Nested Schema : damagedVolume
Volume of damaged portion.
Match All
Show Source
Nested Schema : damagedWeight
Weight of damaged portion.
Match All
Show Source
Nested Schema : declaredValue
Declared value of the entire amount of goods represented on the line; the system will populate this when creating a claim from objects in GC3 if the declared value is available.
Match All
Show Source
Nested Schema : newCylinderDiam
For cylindrical objects, the new diameter of the object.
Match All
Show Source
Nested Schema : newVolume
New volume after reconditioning activities
Match All
Show Source
Nested Schema : newWeight
New weight after reconditioning activities.
Match All
Show Source
Nested Schema : origCylCoreDiam
For cylindrical objects, the hollow core diameter that should not be counted as damaged product in damage calculations.
Match All
Show Source
Nested Schema : origCylinderDiam
For cylindrical objects, the original diameter prior to damage.
Match All
Show Source
Nested Schema : originalVolume
Total or original volume for the line item (undamaged + damaged goods).
Match All
Show Source
Nested Schema : originalWeight
Total or original weight for the line item (undamaged + damaged goods).
Match All
Show Source
Nested Schema : pricePerUnit
Sales value of goods per unit specified (for a $10/lb. value, this field represents the $10 part); used in the damage value calculation.
Match All
Show Source
Nested Schema : refnums
Type: object
Show Source
Nested Schema : removedCylDepth
For cylindrical objects, the depth from the outer edge of the cylinder that was removed.
Match All
Show Source
Nested Schema : removedVolume
Volume of portion that was removed as part of reconditioning.
Match All
Show Source
Nested Schema : removedWeight
Weight of portion that was removed as part of reconditioning.
Match All
Show Source
Nested Schema : sizeOfLoss
The calculated total of all claim line item costs for this claim line item.
Match All
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : damageClaims.lineItems.costs
Type: object
Show Source
Nested Schema : cost
The cost amount.
Match All
Show Source
Nested Schema : currencyType
Type: object
Show Source
Nested Schema : amountType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : damageClaims.lineItems.refnums
Type: object
Show Source
Back to Top