POST {language}/report/IRASReport/InsertDetailIRASInfomation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertDeatilIRASInfomationRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IRasInfomationId | globally unique identifier |
None. |
|
OrdinaryAdditionalWages | decimal number |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
DatePaid | date |
None. |
|
RefundEmployerContribution | decimal number |
None. |
|
EmployerInterest | decimal number |
None. |
|
RefundDateForEmployer | date |
None. |
|
RefundEmployeeContribution | decimal number |
None. |
|
EmployeeInterest | decimal number |
None. |
|
RefundDateForEmployee | date |
None. |
|
Ischecked | boolean |
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:
{ "Id": "4c440d59-4174-492f-a26d-17750b5c4992", "IRasInfomationId": "569e8e63-b55a-46c8-b359-22ac326b7f2d", "OrdinaryAdditionalWages": 3.1, "From": "2025-04-27T23:32:05.6070152+00:00", "To": "2025-04-27T23:32:05.6070152+00:00", "DatePaid": "2025-04-27T23:32:05.6070152+00:00", "RefundEmployerContribution": 4.1, "EmployerInterest": 5.1, "RefundDateForEmployer": "2025-04-27T23:32:05.6070152+00:00", "RefundEmployeeContribution": 6.1, "EmployeeInterest": 7.1, "RefundDateForEmployee": "2025-04-27T23:32:05.6070152+00:00", "Ischecked": true, "RequestId": "2c0a3e9a-d72b-4ce7-a4c4-0a44ea6e615c", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<InsertDeatilIRASInfomationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests.Insert"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">2c0a3e9a-d72b-4ce7-a4c4-0a44ea6e615c</RequestId> <DatePaid>2025-04-27T23:32:05.6070152+00:00</DatePaid> <EmployeeInterest>7.1</EmployeeInterest> <EmployerInterest>5.1</EmployerInterest> <From>2025-04-27T23:32:05.6070152+00:00</From> <IRasInfomationId>569e8e63-b55a-46c8-b359-22ac326b7f2d</IRasInfomationId> <Id>4c440d59-4174-492f-a26d-17750b5c4992</Id> <Ischecked>true</Ischecked> <OrdinaryAdditionalWages>3.1</OrdinaryAdditionalWages> <RefundDateForEmployee>2025-04-27T23:32:05.6070152+00:00</RefundDateForEmployee> <RefundDateForEmployer>2025-04-27T23:32:05.6070152+00:00</RefundDateForEmployer> <RefundEmployeeContribution>6.1</RefundEmployeeContribution> <RefundEmployerContribution>4.1</RefundEmployerContribution> <To>2025-04-27T23:32:05.6070152+00:00</To> </InsertDeatilIRASInfomationRequest>
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.