GET api/promozionicarrello/PrivateSale/{_id}

Get Private Sale

Request Information

Parameters

NameDescriptionAdditional information
_id
Private Sale ID

Define this parameter in the request URI.

Response Information

Response body formats

text/json, application/json

Sample:
{                                                                
    "id": "20020",                                           
    "nome": "Private Sale Numero Quattro",                   
    "teaser": "PS4",                                         
    "descrizione": "Descrizione Private Sale Numero Quattro",
    "data_inizio": "20150610",                               
    "data_fine": "20150810",                                 
    "id_tipologia": 36,                                        
    "tipologia": "Private Sale",                             
    "id_tipo_sconto": 2,                                       
    "tipo_sconto": "Percentuale",                            
    "id_comportamento": 1,                                     
    "comportamento": "Sconto",                               
    "valore": "20.00",                                       
    "skus": [                                                  
        "5939769",                                             
        "5939776"                                              
    ],                                                           
    "smart_group": "6728",                                   
    "attiva": false                                            
}

text/xml, application/xml

Sample: