POST V2/savecode/{COMcode}/personnel
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5PersonnelDataModelName | Description | Type | Additional information |
---|---|---|---|
PERautoNo | integer |
None. |
|
PERcode | string |
None. |
|
PERdep | string |
None. |
|
PERtaxnos | string |
None. |
|
PERnameT | string |
None. |
|
PERnameE | string |
None. |
|
PERbdate | date |
None. |
|
PERworkS | date |
None. |
|
PERworkF | date |
None. |
|
PERadd1 | string |
None. |
|
PERadd2 | string |
None. |
|
PERadd3 | string |
None. |
|
PERtel | string |
None. |
|
PERpositn | string |
None. |
|
PERstatus | integer |
None. |
|
PERnchild | integer |
None. |
|
PERcisstudy | integer |
None. |
|
PERnotstudy | integer |
None. |
|
PERsalary | decimal number |
None. |
|
PERlock | integer |
None. |
|
PERhide | integer |
None. |
|
PERmemo | string |
None. |
|
PERrefWE | string |
None. |
|
PEReditDT | date |
None. |
|
PEReditMF | string |
None. |
|
PERconnect | integer |
None. |
|
PERemail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PERautoNo": 1, "PERcode": "sample string 2", "PERdep": "sample string 3", "PERtaxnos": "sample string 4", "PERnameT": "sample string 5", "PERnameE": "sample string 6", "PERbdate": "2025-07-18T05:47:46.3847322+07:00", "PERworkS": "2025-07-18T05:47:46.3847322+07:00", "PERworkF": "2025-07-18T05:47:46.3847322+07:00", "PERadd1": "sample string 10", "PERadd2": "sample string 11", "PERadd3": "sample string 12", "PERtel": "sample string 13", "PERpositn": "sample string 14", "PERstatus": 15, "PERnchild": 16, "PERcisstudy": 17, "PERnotstudy": 18, "PERsalary": 19.0, "PERlock": 20, "PERhide": 21, "PERmemo": "sample string 22", "PERrefWE": "sample string 23", "PEReditDT": "2025-07-18T05:47:46.3847322+07:00", "PEReditMF": "sample string 25", "PERconnect": 26, "PERemail": "sample string 27" }
application/xml, text/xml
Sample:
<M5PersonnelDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <PERadd1>sample string 10</PERadd1> <PERadd2>sample string 11</PERadd2> <PERadd3>sample string 12</PERadd3> <PERautoNo>1</PERautoNo> <PERbdate>2025-07-18T05:47:46.3847322+07:00</PERbdate> <PERcisstudy>17</PERcisstudy> <PERcode>sample string 2</PERcode> <PERconnect>26</PERconnect> <PERdep>sample string 3</PERdep> <PEReditDT>2025-07-18T05:47:46.3847322+07:00</PEReditDT> <PEReditMF>sample string 25</PEReditMF> <PERemail>sample string 27</PERemail> <PERhide>21</PERhide> <PERlock>20</PERlock> <PERmemo>sample string 22</PERmemo> <PERnameE>sample string 6</PERnameE> <PERnameT>sample string 5</PERnameT> <PERnchild>16</PERnchild> <PERnotstudy>18</PERnotstudy> <PERpositn>sample string 14</PERpositn> <PERrefWE>sample string 23</PERrefWE> <PERsalary>19</PERsalary> <PERstatus>15</PERstatus> <PERtaxnos>sample string 4</PERtaxnos> <PERtel>sample string 13</PERtel> <PERworkF>2025-07-18T05:47:46.3847322+07:00</PERworkF> <PERworkS>2025-07-18T05:47:46.3847322+07:00</PERworkS> </M5PersonnelDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.