POST jxc_api/ErpEmployee/QuickAdd

Request Information

URI Parameters

None.

Body Parameters

ErpEmployeeQuickAddModel
NameDescriptionTypeAdditional information
EmpCode

string

None.

EmpName

string

None.

Phone

string

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpCode": "sample string 1",
  "EmpName": "sample string 2",
  "Phone": "sample string 3",
  "Note": "sample string 4"
}

application/xml, text/xml

Sample:
<ErpEmployeeQuickAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models.Employee">
  <EmpCode>sample string 1</EmpCode>
  <EmpName>sample string 2</EmpName>
  <Note>sample string 4</Note>
  <Phone>sample string 3</Phone>
</ErpEmployeeQuickAddModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.