POST {language}/exportImport/importSalaryFCP

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

SalaryFCPRequest
NameDescriptionTypeAdditional information
SignUpEmail

string

None.

CompanyName

string

None.

EmployeeID

string

None.

Month

integer

None.

Year

integer

None.

Allowances

Collection of FormulaRequestModel

None.

Deductions

Collection of FormulaRequestModel

None.

Formulas

Collection of FormulaRequestModel

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SignUpEmail": "sample string 1",
  "CompanyName": "sample string 2",
  "EmployeeID": "sample string 3",
  "Month": 4,
  "Year": 5,
  "Allowances": [
    {
      "Name": "sample string 1",
      "Value": 2.1
    },
    {
      "Name": "sample string 1",
      "Value": 2.1
    }
  ],
  "Deductions": [
    {
      "Name": "sample string 1",
      "Value": 2.1
    },
    {
      "Name": "sample string 1",
      "Value": 2.1
    }
  ],
  "Formulas": [
    {
      "Name": "sample string 1",
      "Value": 2.1
    },
    {
      "Name": "sample string 1",
      "Value": 2.1
    }
  ],
  "RequestId": "c69facd8-5bd8-4d9c-a7c4-77d37e3f3404",
  "Language": "sample string 7",
  "LanguageLogin": "sample string 8",
  "AuthToken": "sample string 9",
  "ClientId": "sample string 10",
  "PageIndex": 11,
  "PageSize": 12
}

application/xml, text/xml

Sample:
<SalaryFCPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">c69facd8-5bd8-4d9c-a7c4-77d37e3f3404</RequestId>
  <Allowances xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models">
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
  </Allowances>
  <CompanyName>sample string 2</CompanyName>
  <Deductions xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models">
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
  </Deductions>
  <EmployeeID>sample string 3</EmployeeID>
  <Formulas xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models">
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
    <d2p1:FormulaRequestModel>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:FormulaRequestModel>
  </Formulas>
  <Month>4</Month>
  <SignUpEmail>sample string 1</SignUpEmail>
  <Year>5</Year>
</SalaryFCPRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.