POST api/Marketer/UpdateOfferDate
Update Offer list
Request Information
URI Parameters
None.
Body Parameters
MlOfferDetailsName | description | Type | Additional information |
---|---|---|---|
OfferSysID | integer |
None. |
|
OfferName | string |
None. |
|
OfferFromDate | string |
None. |
|
OfferToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OfferFromDate": "sample string 3", "OfferName": "sample string 2", "OfferSysID": 1, "OfferToDate": "sample string 4" }
application/xml, text/xml
Sample:
<mlMarketer.MlOfferDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <OfferFromDate>sample string 3</OfferFromDate> <OfferName>sample string 2</OfferName> <OfferSysID>1</OfferSysID> <OfferToDate>sample string 4</OfferToDate> </mlMarketer.MlOfferDetails>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |