POST SaveVendorsTeam_API?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

VendorsTeam_BO
NameDescriptionTypeAdditional information
Sp_SqlAction

string

None.

VTID

integer

None.

Vid

integer

None.

Vcode

string

None.

Vname

string

None.

EmpName

string

None.

Designation

string

None.

Active

string

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sp_SqlAction": "sample string 1",
  "VTID": 2,
  "Vid": 3,
  "Vcode": "sample string 4",
  "Vname": "sample string 5",
  "EmpName": "sample string 6",
  "Designation": "sample string 7",
  "Active": "sample string 8",
  "UserName": "sample string 9"
}

application/xml, text/xml

Sample:
<VendorsTeam_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers">
  <Active>sample string 8</Active>
  <Designation>sample string 7</Designation>
  <EmpName>sample string 6</EmpName>
  <Sp_SqlAction>sample string 1</Sp_SqlAction>
  <UserName>sample string 9</UserName>
  <VTID>2</VTID>
  <Vcode>sample string 4</Vcode>
  <Vid>3</Vid>
  <Vname>sample string 5</Vname>
</VendorsTeam_BO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VendorsTeam_BO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.