GET api/mock/calculator?ClientCode={ClientCode}&ShopCode={ShopCode}&PromotionCredits={PromotionCredits}

Get Mock Product Calculator State

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientCode

Identifies integration client

string

Required

Matching regular expression pattern: ^([A-Za-z0-9]{3,10})$

shopCode

Identifies integration shop

string

Matching regular expression pattern: ^([A-Za-z0-9]{3,10})$

promotionCredits

string

None.

Body Parameters

None.

Response Information

Resource Description

returns Mock State containing product calculator configuration and credit products

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.