POST api/Application/AddedNtcpResellerSoftware
Request Information
URI Parameters
None.
Body Parameters
Collection of AddNewSoftwareName | Description | Type | Additional information |
---|---|---|---|
ResellerId | integer |
None. |
|
ApplicationId | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ResellerId": 1, "ApplicationId": "sample string 2" }, { "ResellerId": 1, "ApplicationId": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfApplicationController.AddNewSoftware xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NextrustWebAPI.Controllers"> <ApplicationController.AddNewSoftware> <ApplicationId>sample string 2</ApplicationId> <ResellerId>1</ResellerId> </ApplicationController.AddNewSoftware> <ApplicationController.AddNewSoftware> <ApplicationId>sample string 2</ApplicationId> <ResellerId>1</ResellerId> </ApplicationController.AddNewSoftware> </ArrayOfApplicationController.AddNewSoftware>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.