POST api/KhuyenMai/DeletePromotionNotIn
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"KEY": 2,
"ID_NOT_IN": "sample string 3",
"MOTA": "sample string 4",
"THUONGHIEU_CHINH": "sample string 5",
"NHANHANG": "sample string 6",
"INUSE": true,
"ID": 8,
"MAKH": "sample string 9",
"MACL": "sample string 10"
}
application/xml, text/xml
Sample:
<PromotionNotInModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <ID>8</ID> <ID_NOT_IN>sample string 3</ID_NOT_IN> <INUSE>true</INUSE> <KEY>2</KEY> <MACL>sample string 10</MACL> <MAKH>sample string 9</MAKH> <MOTA>sample string 4</MOTA> <NHANHANG>sample string 6</NHANHANG> <THUONGHIEU_CHINH>sample string 5</THUONGHIEU_CHINH> <UserID>sample string 1</UserID> </PromotionNotInModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>