POST {language}/report/vietnamReportD02TS
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertVietnamReportD02TSRequestName | Description | Type | Additional 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": "f6dc6a67-92d6-4f6d-bee5-365c15902855", "CompanyId": "e7b33215-ad47-4739-91cf-8b4d046a6d0d", "PaymentPeriodId": "a4d3c6cc-6a42-40d7-80ae-cea008701d99", "PaymentPeriodOld": "886fd6af-0a99-4ee6-8d3d-ffabfca8d127", "InsuranceSalaryOld": 5.1, "InsuranceSalary": 6.1, "PhuongAn": "sample string 7", "ERInsurancePayRate": 8.1, "EEInsurancePayRate": 9.1, "TotalInsurancePaidOld": 10.1, "TotalInsurancePayNew": 11.1, "RequestId": "fa77a0ea-7648-4820-9ed3-65c781e4aa00", "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">fa77a0ea-7648-4820-9ed3-65c781e4aa00</RequestId> <CompanyId>e7b33215-ad47-4739-91cf-8b4d046a6d0d</CompanyId> <EEInsurancePayRate>9.1</EEInsurancePayRate> <ERInsurancePayRate>8.1</ERInsurancePayRate> <EmployeeId>f6dc6a67-92d6-4f6d-bee5-365c15902855</EmployeeId> <InsuranceSalary>6.1</InsuranceSalary> <InsuranceSalaryOld>5.1</InsuranceSalaryOld> <PaymentPeriodId>a4d3c6cc-6a42-40d7-80ae-cea008701d99</PaymentPeriodId> <PaymentPeriodOld>886fd6af-0a99-4ee6-8d3d-ffabfca8d127</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.