POST {language}/report/vietnamReportD02TS

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

InsertVietnamReportD02TSRequest
NameDescriptionTypeAdditional information
EmployeeId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

PaymentPeriodId

globally unique identifier

None.

PaymentPeriodOld

globally unique identifier

None.

InsuranceSalaryOld

decimal number

None.

InsuranceSalary

decimal number

None.

PhuongAn

string

None.

ERInsurancePayRate

decimal number

None.

EEInsurancePayRate

decimal number

None.

TotalInsurancePaidOld

decimal number

None.

TotalInsurancePayNew

decimal number

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:
{
  "EmployeeId": "46a5f1a0-4dfe-495c-88d3-ca8fed323d9d",
  "CompanyId": "37454895-f849-4503-98c7-81d0cb612f58",
  "PaymentPeriodId": "c31aa96b-54d8-4a16-802d-58aa9c77fd5b",
  "PaymentPeriodOld": "4fd561f2-743b-441b-a520-db4919c70409",
  "InsuranceSalaryOld": 5.1,
  "InsuranceSalary": 6.1,
  "PhuongAn": "sample string 7",
  "ERInsurancePayRate": 8.1,
  "EEInsurancePayRate": 9.1,
  "TotalInsurancePaidOld": 10.1,
  "TotalInsurancePayNew": 11.1,
  "RequestId": "6d348af2-4341-4f25-a4a6-6c9d5ee30507",
  "Language": "sample string 13",
  "LanguageLogin": "sample string 14",
  "AuthToken": "sample string 15",
  "ClientId": "sample string 16",
  "PageIndex": 17,
  "PageSize": 18
}

application/xml, text/xml

Sample:
<InsertVietnamReportD02TSRequest 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 15</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">6d348af2-4341-4f25-a4a6-6c9d5ee30507</RequestId>
  <CompanyId>37454895-f849-4503-98c7-81d0cb612f58</CompanyId>
  <EEInsurancePayRate>9.1</EEInsurancePayRate>
  <ERInsurancePayRate>8.1</ERInsurancePayRate>
  <EmployeeId>46a5f1a0-4dfe-495c-88d3-ca8fed323d9d</EmployeeId>
  <InsuranceSalary>6.1</InsuranceSalary>
  <InsuranceSalaryOld>5.1</InsuranceSalaryOld>
  <PaymentPeriodId>c31aa96b-54d8-4a16-802d-58aa9c77fd5b</PaymentPeriodId>
  <PaymentPeriodOld>4fd561f2-743b-441b-a520-db4919c70409</PaymentPeriodOld>
  <PhuongAn>sample string 7</PhuongAn>
  <TotalInsurancePaidOld>10.1</TotalInsurancePaidOld>
  <TotalInsurancePayNew>11.1</TotalInsurancePayNew>
</InsertVietnamReportD02TSRequest>

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.