POST api/Application/AddResellerInfoAdditional
Request Information
URI Parameters
None.
Body Parameters
NtcpResellerInfoAdditionalTblName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ResellerId | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Salutation | string |
None. |
|
Title | string |
None. |
|
Phone | string |
None. |
|
Extension | string |
None. |
|
Mobile | string |
None. |
|
string |
None. |
||
Rep | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ResellerId": 2, "FirstName": "sample string 3", "LastName": "sample string 4", "Salutation": "sample string 5", "Title": "sample string 6", "Phone": "sample string 7", "Extension": "sample string 8", "Mobile": "sample string 9", "Email": "sample string 10", "Rep": true }
application/xml, text/xml
Sample:
<NtcpResellerInfoAdditionalTbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel"> <Email>sample string 10</Email> <Extension>sample string 8</Extension> <FirstName>sample string 3</FirstName> <Id>1</Id> <LastName>sample string 4</LastName> <Mobile>sample string 9</Mobile> <Phone>sample string 7</Phone> <Rep>true</Rep> <ResellerId>2</ResellerId> <Salutation>sample string 5</Salutation> <Title>sample string 6</Title> </NtcpResellerInfoAdditionalTbl>
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.