None.
Name | Description | Type | Additional information |
---|---|---|---|
EmpCode | string |
None. |
|
EmpName | string |
None. |
|
Phone | string |
None. |
|
Note | string |
None. |
{ "EmpCode": "sample string 1", "EmpName": "sample string 2", "Phone": "sample string 3", "Note": "sample string 4" }
<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>
Sample not available.
None.