ApexERPHost

<back to all web services

SaveSlRollD

Requires Authentication
The following routes are available for this service:
POST/HR/SlRollD
SaveSlRollD Parameters:
NameParameterData TypeRequiredDescription
IudbodyintNo
RollIdbodyint?No
IsDaysbodyboolNo
StptabIdsbodyList<int>No
DetsbodyList<SlRollD>No
SlRollD Parameters:
NameParameterData TypeRequiredDescription
RolldIdformintNo
RollIdformintNo
TabIdformint?No
StptabIdformintNo
DepIdformintNo
PostIdformintNo
PlaceIdformint?No
AccIdformstringNo
V1formdecimal?No
V2formdecimal?No
V3formdecimal?No
V4formdecimal?No
V1Tformdecimal?No
V2Tformdecimal?No
V3Tformdecimal?No
V4Tformdecimal?No
DaySPformint?No
DaySFformint?No
Tax1formdecimal?No
Tax2formdecimal?No
VSSformdecimal?No
VTSformdecimal?No
K1formdecimal?No
K2formdecimal?No
CrTimeformDateTime?No
VPformdecimal?No
IsPayformbool?No
Flagformint?No
Tax1Kformdecimal?No
Tax1Vformdecimal?No
AccformintNo
BankIdformintNo
PostTypeformint?No
V1Pformbool?No
V2Pformbool?No
SaveSlRollDResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformboolNo

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.

POST /HR/SlRollD HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<SaveSlRollD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.HRService">
  <Iud>0</Iud>
  <RollId>0</RollId>
  <IsDays>false</IsDays>
  <StptabIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </StptabIds>
  <Dets>
    <SlRollD>
      <RolldId>0</RolldId>
      <RollId>0</RollId>
      <TabId>0</TabId>
      <StptabId>0</StptabId>
      <DepId>0</DepId>
      <PostId>0</PostId>
      <PlaceId>0</PlaceId>
      <AccId>String</AccId>
      <V1>0</V1>
      <V2>0</V2>
      <V3>0</V3>
      <V4>0</V4>
      <V1T>0</V1T>
      <V2T>0</V2T>
      <V3T>0</V3T>
      <V4T>0</V4T>
      <DaySP>0</DaySP>
      <DaySF>0</DaySF>
      <Tax1>0</Tax1>
      <Tax2>0</Tax2>
      <VSS>0</VSS>
      <VTS>0</VTS>
      <K1>0</K1>
      <K2>0</K2>
      <CrTime>0001-01-01T00:00:00</CrTime>
      <VP>0</VP>
      <IsPay>false</IsPay>
      <Flag>0</Flag>
      <Tax1K>0</Tax1K>
      <Tax1V>0</Tax1V>
      <Acc>0</Acc>
      <BankId>0</BankId>
      <PostType>0</PostType>
      <V1P>false</V1P>
      <V2P>false</V2P>
    </SlRollD>
  </Dets>
</SaveSlRollD>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SaveSlRollDResponse 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>false</Result>
</SaveSlRollDResponse>