Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Warranty To Supplier Claims (POST)
Warranty to Supplier Claims API clones the existing warranty claim and its hierarchy such
as claim items, claim coverage, and claim coverage payment details.
- Resource
-
1/connect/warranty/supplier-claim - Available version
- 61.0
- HTTP methods
- POST
- JSON example
-
1{ 2"claimIds":["0ZkSB00000002TF0AY"], 3"contextDefinition":"ClaimDetails__stdctx", 4"contextMapping":"ClaimDetailsMapping", 5"conversionType":"Supplier Recovery Claim", 6"supplierRecoveryProducts":[{"product2Id":"01tSB000000PXLlYAO","salesContractLineId":"0sLSB00000001Ab2AI"}] 7} - Properties
-
Name Type Description Required or Optional Available Version claimIds String[] The IDs of the claim records of the claim type Warranty Claim. Required 61.0 contextDefinition String The developer name of the context definition that contains the structure of a warranty claim. Optional 61.0 contextMapping String The name of the context mapping associated with the context definition. Optional 61.0 conversionType String The type of conversion. Optional 61.0 supplierRecoveryProducts Supplier Recovery Contract Input [] The products associated with the supplier recovery claim. Optional 61.0 - Properties of Supplier Recovery Contract Input
-
Name Type Description Required or Optional Available Version product2Id String The ID of the product that’s the causal part in the claim coverage. This product is a part of the supplier recovery contract. Required if Supplier Recovery Contract Input property is passed in Connect API. 61.0 salesContractLineId String The ID of the sales contract line for supplier recovery. The sales contract line is created if the product it contains is the same as the product that's specified in the Product object.
Required if Supplier Recovery Contract Input property is passed in Connect API. 61.0
- Response body for POST
- Warranty To Supplier Claims Output