Question
1
Replies
30
Views

Accenture
ES
Posted: November 5, 2018
Last activity: November 8, 2018
Last activity: 8 Nov 2018 13:21 EST
Closed
Solved
PCF GetProductOfferDetails REST service payload
I'm trying to build a correct invocation to REST service GetProductOfferDetails exposed by PCF. I'm trying it in Postman or other rest client prior to build it in Pega.
I am not able to find in documentation or code what a proper and correct payload would be. I know for sure it contains a Product Offering ID, but not sure on the format, I'm trying with this jason:
{
'ProductId':'PO-7071',
'EntityType':'Full'
}
Can anyone help on this? Thanks.