POST api/StaffManner/CreateOrUpdateStaffManner
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lstData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"FullName": "sample string 1",
"ConnectId": "sample string 2",
"StaffId": "sample string 3",
"Month": 4,
"Year": 5,
"Status": 6,
"IsKPI": 7,
"CreatedDate": "2026-04-12T17:49:11.7429883+07:00",
"CreatedUser": "sample string 9",
"InUse": 10,
"UpdatedDate": "2026-04-12T17:49:11.7429883+07:00",
"UpdatedUser": "sample string 11",
"DeletedUser": "sample string 12",
"DeletedDate": "2026-04-12T17:49:11.7429883+07:00"
},
{
"FullName": "sample string 1",
"ConnectId": "sample string 2",
"StaffId": "sample string 3",
"Month": 4,
"Year": 5,
"Status": 6,
"IsKPI": 7,
"CreatedDate": "2026-04-12T17:49:11.7429883+07:00",
"CreatedUser": "sample string 9",
"InUse": 10,
"UpdatedDate": "2026-04-12T17:49:11.7429883+07:00",
"UpdatedUser": "sample string 11",
"DeletedUser": "sample string 12",
"DeletedDate": "2026-04-12T17:49:11.7429883+07:00"
},
{
"FullName": "sample string 1",
"ConnectId": "sample string 2",
"StaffId": "sample string 3",
"Month": 4,
"Year": 5,
"Status": 6,
"IsKPI": 7,
"CreatedDate": "2026-04-12T17:49:11.7429883+07:00",
"CreatedUser": "sample string 9",
"InUse": 10,
"UpdatedDate": "2026-04-12T17:49:11.7429883+07:00",
"UpdatedUser": "sample string 11",
"DeletedUser": "sample string 12",
"DeletedDate": "2026-04-12T17:49:11.7429883+07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfStaffMannerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
<StaffMannerModel>
<CreatedDate>2026-04-12T17:49:11.7429883+07:00</CreatedDate>
<CreatedUser>sample string 9</CreatedUser>
<DeletedDate>2026-04-12T17:49:11.7429883+07:00</DeletedDate>
<DeletedUser>sample string 12</DeletedUser>
<InUse>10</InUse>
<UpdatedDate>2026-04-12T17:49:11.7429883+07:00</UpdatedDate>
<UpdatedUser>sample string 11</UpdatedUser>
<IsKPI>7</IsKPI>
<Month>4</Month>
<StaffId>sample string 3</StaffId>
<Status>6</Status>
<Year>5</Year>
<ConnectId>sample string 2</ConnectId>
<FullName>sample string 1</FullName>
</StaffMannerModel>
<StaffMannerModel>
<CreatedDate>2026-04-12T17:49:11.7429883+07:00</CreatedDate>
<CreatedUser>sample string 9</CreatedUser>
<DeletedDate>2026-04-12T17:49:11.7429883+07:00</DeletedDate>
<DeletedUser>sample string 12</DeletedUser>
<InUse>10</InUse>
<UpdatedDate>2026-04-12T17:49:11.7429883+07:00</UpdatedDate>
<UpdatedUser>sample string 11</UpdatedUser>
<IsKPI>7</IsKPI>
<Month>4</Month>
<StaffId>sample string 3</StaffId>
<Status>6</Status>
<Year>5</Year>
<ConnectId>sample string 2</ConnectId>
<FullName>sample string 1</FullName>
</StaffMannerModel>
<StaffMannerModel>
<CreatedDate>2026-04-12T17:49:11.7429883+07:00</CreatedDate>
<CreatedUser>sample string 9</CreatedUser>
<DeletedDate>2026-04-12T17:49:11.7429883+07:00</DeletedDate>
<DeletedUser>sample string 12</DeletedUser>
<InUse>10</InUse>
<UpdatedDate>2026-04-12T17:49:11.7429883+07:00</UpdatedDate>
<UpdatedUser>sample string 11</UpdatedUser>
<IsKPI>7</IsKPI>
<Month>4</Month>
<StaffId>sample string 3</StaffId>
<Status>6</Status>
<Year>5</Year>
<ConnectId>sample string 2</ConnectId>
<FullName>sample string 1</FullName>
</StaffMannerModel>
</ArrayOfStaffMannerModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>