POST api/AffiliatesConfig/DecomAffiliate
Request Information
URI Parameters
None.
Body Parameters
DecomAffiliateName | Description | Type | Additional information |
---|---|---|---|
AppID | integer |
Required |
|
AffID | integer |
Required |
|
MakeNewGhost | boolean |
Required |
|
GhostAffID | integer |
None. |
|
CTXUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppID": 1, "AffID": 2, "MakeNewGhost": true, "GhostAffID": 4, "CTXUser": "sample string 5" }
text/html
Sample:
{"AppID":1,"AffID":2,"MakeNewGhost":true,"GhostAffID":4,"CTXUser":"sample string 5"}
application/xml, text/xml
Sample:
<DecomAffiliate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models"> <AffID>2</AffID> <AppID>1</AppID> <CTXUser>sample string 5</CTXUser> <GhostAffID>4</GhostAffID> <MakeNewGhost>true</MakeNewGhost> </DecomAffiliate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.