POST api/PayrollLocation/UpdateLocations
Request Information
URI Parameters
None.
Body Parameters
PayrollLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| LOCNCODE | string |
None. |
|
| LOCATION | string |
None. |
|
| LCADDRESS1 | string |
None. |
|
| LCADDRESS2 | string |
None. |
|
| LCADDRESS3 | string |
None. |
|
| StateNo | string |
None. |
|
| WEEKOFF | string |
None. |
|
| WEEKOFF1 | string |
None. |
|
| pNightHours | string |
None. |
|
| fullDayHours | string |
None. |
|
| halfDayHours | string |
None. |
|
| EmpID | integer |
None. |
|
| ECode | string |
None. |
|
| MODUSER | string |
None. |
|
| modtime | date |
None. |
|
| LALIASCODE | string |
None. |
|
| LOCNALIAS | string |
None. |
|
| PreFixCode | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| LocationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"LOCNCODE": "sample string 2",
"LOCATION": "sample string 3",
"LCADDRESS1": "sample string 4",
"LCADDRESS2": "sample string 5",
"LCADDRESS3": "sample string 6",
"StateNo": "sample string 7",
"WEEKOFF": "sample string 8",
"WEEKOFF1": "sample string 9",
"pNightHours": "sample string 10",
"fullDayHours": "sample string 11",
"halfDayHours": "sample string 12",
"EmpID": 13,
"ECode": "sample string 14",
"MODUSER": "sample string 15",
"modtime": "2026-02-22T10:13:38.4274179+05:30",
"LALIASCODE": "sample string 16",
"LOCNALIAS": "sample string 17",
"PreFixCode": "sample string 18",
"Latitude": "sample string 19",
"Longitude": "sample string 20",
"LocationName": "sample string 21"
}
text/html, application/octet-stream
Sample:
{"Action":"sample string 1","LOCNCODE":"sample string 2","LOCATION":"sample string 3","LCADDRESS1":"sample string 4","LCADDRESS2":"sample string 5","LCADDRESS3":"sample string 6","StateNo":"sample string 7","WEEKOFF":"sample string 8","WEEKOFF1":"sample string 9","pNightHours":"sample string 10","fullDayHours":"sample string 11","halfDayHours":"sample string 12","EmpID":13,"ECode":"sample string 14","MODUSER":"sample string 15","modtime":"2026-02-22T10:13:38.4274179+05:30","LALIASCODE":"sample string 16","LOCNALIAS":"sample string 17","PreFixCode":"sample string 18","Latitude":"sample string 19","Longitude":"sample string 20","LocationName":"sample string 21"}
application/xml, text/xml
Sample:
<PayrollLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Attendance.Payroll.Models.BE"> <Action>sample string 1</Action> <ECode>sample string 14</ECode> <EmpID>13</EmpID> <LALIASCODE>sample string 16</LALIASCODE> <LCADDRESS1>sample string 4</LCADDRESS1> <LCADDRESS2>sample string 5</LCADDRESS2> <LCADDRESS3>sample string 6</LCADDRESS3> <LOCATION>sample string 3</LOCATION> <LOCNALIAS>sample string 17</LOCNALIAS> <LOCNCODE>sample string 2</LOCNCODE> <Latitude>sample string 19</Latitude> <LocationName>sample string 21</LocationName> <Longitude>sample string 20</Longitude> <MODUSER>sample string 15</MODUSER> <PreFixCode>sample string 18</PreFixCode> <StateNo>sample string 7</StateNo> <WEEKOFF>sample string 8</WEEKOFF> <WEEKOFF1>sample string 9</WEEKOFF1> <fullDayHours>sample string 11</fullDayHours> <halfDayHours>sample string 12</halfDayHours> <modtime>2026-02-22T10:13:38.4274179+05:30</modtime> <pNightHours>sample string 10</pNightHours> </PayrollLocation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/octet-stream, application/xml, text/xml
Sample:
Sample not available.