Discount Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/DiscountTypes/{id}?maintenanceMode={maintenanceMode} Get the details of a discount type by id.
GET Method: Get, URL: ReferenceData/DiscountTypes/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a discount type by id.

GetAll ReferenceData/DiscountTypes?maintenanceMode={maintenanceMode} Get all discount types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/DiscountTypes?maintenanceMode={maintenanceMode} Test

Get all discount types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/DiscountTypes/Summary Get a summary representation of all discount types.
GET Method: GetSummaries, URL: ReferenceData/DiscountTypes/Summary Test

Get a summary representation of all discount types.

Create ReferenceData/DiscountTypes Create a new discount type.
POST Method: Create, URL: ReferenceData/DiscountTypes Test

Create a new discount type.

Update ReferenceData/DiscountTypes/{id} Update an existing discount type.
PUT Method: Update, URL: ReferenceData/DiscountTypes/{id} Test

Update an existing discount type.

Delete ReferenceData/DiscountTypes/{id} Delete an existing discount type.
DELETE Method: Delete, URL: ReferenceData/DiscountTypes/{id} Test

Delete an existing discount type.