The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
As a ... customer
I need ... UPDATE interface accept partial update request
So that ... a specific column of a promotion can be updated while others remains unchanged.
Assumptions:
currently, our program only accept complete UPDATE request
our program should support partial UPDATE request
Acceptance Criteria:
partial UPDATE request is accept by out program
As a ... customer I need ... UPDATE interface accept partial update request So that ... a specific column of a promotion can be updated while others remains unchanged.
Assumptions:
Acceptance Criteria: partial UPDATE request is accept by out program