ApexERPHost

<back to all web services

GetIpvslRollD01

Requires Authentication
The following routes are available for this service:
GET/HR/IpvslRollD01_DAL
GetIpvslRollD01 Parameters:
NameParameterData TypeRequiredDescription
Stptabidqueryint?No
Ryearqueryint?No
Rmonthqueryint?No
GetIpvslRollD01Response Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<tfIpvslRollD01_DTO>No
tfIpvslRollD01_DTO Parameters:
NameParameterData TypeRequiredDescription
RollidformintNo
DepidformintNo
PostidformintNo
Tabidformint?No
MgridformintNo
PrtypeformintNo
DdateformDateTimeNo
RyearformintNo
RmonthformintNo
RollnumformintNo
Flagformbool?No
TpformintNo
VgformdecimalNo
Tax1formdecimalNo
Tax1kformdecimalNo
Tax1vformdecimalNo
PlaceidformintNo
StptabidformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /HR/IpvslRollD01_DAL HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetIpvslRollD01Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.HRService">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <Result>
    <tfIpvslRollD01_DTO>
      <Rollid>0</Rollid>
      <Depid>0</Depid>
      <Postid>0</Postid>
      <Tabid>0</Tabid>
      <Mgrid>0</Mgrid>
      <Prtype>0</Prtype>
      <Ddate>0001-01-01T00:00:00</Ddate>
      <Ryear>0</Ryear>
      <Rmonth>0</Rmonth>
      <Rollnum>0</Rollnum>
      <Flag>false</Flag>
      <Tp>0</Tp>
      <Vg>0</Vg>
      <Tax1>0</Tax1>
      <Tax1k>0</Tax1k>
      <Tax1v>0</Tax1v>
      <Placeid>0</Placeid>
      <Stptabid>0</Stptabid>
    </tfIpvslRollD01_DTO>
  </Result>
</GetIpvslRollD01Response>