POST api/Center/UpdateVendorEmployee/{veid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
veid

integer

Required

Body Parameters

VendorEmployee
NameDescriptionTypeAdditional information
veid

integer

None.

vendorid

string

None.

empid

string

None.

employeename

string

None.

designation

string

None.

status

string

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

contactno

string

None.

Request Formats

application/json, text/json

Sample:
{
  "veid": 1,
  "vendorid": "sample string 2",
  "empid": "sample string 3",
  "employeename": "sample string 4",
  "designation": "sample string 5",
  "status": "sample string 6",
  "createby": "sample string 7",
  "createon": "2025-05-10T11:01:41.1831675+05:30",
  "updateby": "sample string 8",
  "updateon": "2025-05-10T11:01:41.1831675+05:30",
  "contactno": "sample string 9"
}

application/xml, text/xml

Sample:
<VendorEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <contactno>sample string 9</contactno>
  <createby>sample string 7</createby>
  <createon>2025-05-10T11:01:41.1831675+05:30</createon>
  <designation>sample string 5</designation>
  <empid>sample string 3</empid>
  <employeename>sample string 4</employeename>
  <status>sample string 6</status>
  <updateby>sample string 8</updateby>
  <updateon>2025-05-10T11:01:41.1831675+05:30</updateon>
  <veid>1</veid>
  <vendorid>sample string 2</vendorid>
</VendorEmployee>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>