POST api/Enroll/InsertNtcpResellerSoftware
Request Information
URI Parameters
None.
Body Parameters
ntcp_reseller_software| Name | Description | Type | Additional information |
|---|---|---|---|
| reseller_id | integer |
None. |
|
| manufacturer_id | integer |
None. |
|
| application_id | integer |
None. |
|
| id | integer |
None. |
|
| dealer_num | string |
None. |
|
| varstatus | string |
None. |
|
| as_of | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"reseller_id": 1,
"manufacturer_id": 1,
"application_id": 1,
"id": 1,
"dealer_num": "sample string 2",
"varstatus": "sample string 3",
"as_of": "sample string 4"
}
application/xml, text/xml
Sample:
<ntcp_reseller_software xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DataContext"> <application_id>1</application_id> <as_of>sample string 4</as_of> <dealer_num>sample string 2</dealer_num> <id>1</id> <manufacturer_id>1</manufacturer_id> <reseller_id>1</reseller_id> <varstatus>sample string 3</varstatus> </ntcp_reseller_software>
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.