POST api/PolicySXD/ToLoadSkipList
Documentation for 'ToLoadSkipList'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
tLONos | Documentation for 'tLONos'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "userID": "sample string 1", "Password": "sample string 2", "skipDate": "sample string 3", "OfficeID": "sample string 4" }
application/xml, text/xml
Sample:
<toLoadOfficeNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AHRWebERP.Models"> <OfficeID>sample string 4</OfficeID> <Password>sample string 2</Password> <skipDate>sample string 3</skipDate> <userID>sample string 1</userID> </toLoadOfficeNo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />