Newer Version Available

This content describes an older version of this product. View Latest

Warranty To Supplier Claims

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. Small, 61.0 61.0
contextDefinition String The developer name of the context definition that contains the structure of a warranty claim. Small, 61.0 61.0
contextMapping String The name of the context mapping associated with the context definition. Small, 61.0 61.0
conversionType String The type of conversion. Small, 61.0 61.0
supplierRecoveryProducts Supplier Recovery Contract Input [] The products associated with the supplier recovery claim. Small, 61.0 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. Small, 61.0 61.0
salesContractLineId String The ID of the sales contract line for supplier recovery. Small, 61.0 61.0
Response body for POST
Warranty To Supplier Claims Output