GET api/products/private/access/{accessId}?clientId={clientId}&productSource={productSource}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accessId | string |
Required |
|
| clientId | string |
Required |
|
| productSource | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientProductName | string |
None. |
|
| ClientCampaignCode | string |
None. |
|
| PublicName | string |
None. |
|
| PublicDescription | string |
None. |
|
| BindingPeriod | string |
None. |
|
| Notice | string |
None. |
|
| ShowCommunicationOperatorFee | boolean |
None. |
|
| RegularPrice | decimal number |
None. |
|
| RetailPrice | decimal number |
None. |
|
| RetailStartPrice | decimal number |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| CampaignPrice | decimal number |
None. |
|
| CampaignPeriod | integer |
None. |
|
| IsMarketingCampaign | boolean |
None. |
|
| CommunicationOperatorFee | decimal number |
None. |
|
| CommunicationOperatorFeeStartPrice | decimal number |
None. |
|
| ProviderName | string |
None. |
|
| ServiceType | integer |
None. |
|
| VAT | integer |
None. |
|
| ImageType | string |
None. |
|
| RetailPriceDisplay | string |
None. |
|
| RetailStartPriceDisplay | string |
None. |
|
| CommunicationOperatorFeeDisplay | string |
None. |
|
| CommunicationOperatorFeeStartPriceDisplay | string |
None. |
|
| ServiceTypeDisplayName | string |
None. |
|
| ProductPriceCampaigns | Collection of KeyName |
None. |
|
| ProductPriceCampaignFallbackId | string |
None. |
|
| SortIndex | integer |
None. |
|
| IsCompany | boolean |
None. |
|
| IsDisabled | boolean |
None. |
|
| Up | integer |
None. |
|
| Down | integer |
None. |
|
| ServiceTargetGroupEnumId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "83515c90-41a5-4805-bc73-c303987fd5ee",
"ClientProductName": "sample string 2",
"ClientCampaignCode": "sample string 3",
"PublicName": "sample string 4",
"PublicDescription": "sample string 5",
"BindingPeriod": "sample string 6",
"Notice": "sample string 7",
"ShowCommunicationOperatorFee": true,
"RegularPrice": 9.0,
"RetailPrice": 10.0,
"RetailStartPrice": 11.0,
"CampaignId": "18a194ad-df6f-45fe-b27d-71978cad23b8",
"CampaignPrice": 12.0,
"CampaignPeriod": 13,
"IsMarketingCampaign": true,
"CommunicationOperatorFee": 15.0,
"CommunicationOperatorFeeStartPrice": 16.0,
"ProviderName": "sample string 17",
"ServiceType": 18,
"VAT": 19,
"ImageType": "sample string 20",
"RetailPriceDisplay": "10,00 kr",
"RetailStartPriceDisplay": "11,00 kr",
"CommunicationOperatorFeeDisplay": "15,00 kr",
"CommunicationOperatorFeeStartPriceDisplay": "16,00 kr",
"ServiceTypeDisplayName": "Okänd kategori. Enum: 18",
"ProductPriceCampaigns": [
{
"Key": "sample string 1",
"Name": "sample string 2"
},
{
"Key": "sample string 1",
"Name": "sample string 2"
}
],
"ProductPriceCampaignFallbackId": "sample string 21",
"SortIndex": 22,
"IsCompany": true,
"IsDisabled": true,
"Up": 25,
"Down": 26,
"ServiceTargetGroupEnumId": 27
},
{
"Id": "83515c90-41a5-4805-bc73-c303987fd5ee",
"ClientProductName": "sample string 2",
"ClientCampaignCode": "sample string 3",
"PublicName": "sample string 4",
"PublicDescription": "sample string 5",
"BindingPeriod": "sample string 6",
"Notice": "sample string 7",
"ShowCommunicationOperatorFee": true,
"RegularPrice": 9.0,
"RetailPrice": 10.0,
"RetailStartPrice": 11.0,
"CampaignId": "18a194ad-df6f-45fe-b27d-71978cad23b8",
"CampaignPrice": 12.0,
"CampaignPeriod": 13,
"IsMarketingCampaign": true,
"CommunicationOperatorFee": 15.0,
"CommunicationOperatorFeeStartPrice": 16.0,
"ProviderName": "sample string 17",
"ServiceType": 18,
"VAT": 19,
"ImageType": "sample string 20",
"RetailPriceDisplay": "10,00 kr",
"RetailStartPriceDisplay": "11,00 kr",
"CommunicationOperatorFeeDisplay": "15,00 kr",
"CommunicationOperatorFeeStartPriceDisplay": "16,00 kr",
"ServiceTypeDisplayName": "Okänd kategori. Enum: 18",
"ProductPriceCampaigns": [
{
"Key": "sample string 1",
"Name": "sample string 2"
},
{
"Key": "sample string 1",
"Name": "sample string 2"
}
],
"ProductPriceCampaignFallbackId": "sample string 21",
"SortIndex": 22,
"IsCompany": true,
"IsDisabled": true,
"Up": 25,
"Down": 26,
"ServiceTargetGroupEnumId": 27
}
]