post https://productcatalog.ppe.amdocs-dbs.cloud/productOfferingRelationship
Log in to see full request history
Responses
201
409Entity already exists.
201
409Entity already exists.
xxxxxxxxxx
41curl --request POST \
--url https://productcatalog.ppe.amdocs-dbs.cloud/productOfferingRelationship \
--header 'content-type: application/json' \
--data '
{
"productOffering": {
"productSpecification": {
"@referredType": "ProductSpecification",
"targetProductSchema": {
"@type": "TargetProductSchema"
}
},
"resourceCandidate": {
"@referredType": "ResourceCandidate"
},
"serviceCandidate": {
"@referredType": "ServiceCandidate"
},
"serviceLevelAgreement": {
"@referredType": "SLA"
}
},
"productOffering2": {
"productSpecification": {
"@referredType": "ProductSpecification",
"targetProductSchema": {
"@type": "TargetProductSchema"
}
},
Try It!
to start a request and see the response here!