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": "11f320ee-2cf6-4b04-a095-641d4af57d20", "IRasInfomationId": "4d5f2c8d-b4c2-40c8-891d-cf95c35366e0", "OrdinaryAdditionalWages": 3.1, "From": "2025-07-13T06:37:18.7169166+00:00", "To": "2025-07-13T06:37:18.7169166+00:00", "DatePaid": "2025-07-13T06:37:18.7169166+00:00", "RefundEmployerContribution": 4.1, "EmployerInterest": 5.1, "RefundDateForEmployer": "2025-07-13T06:37:18.7169166+00:00", "RefundEmployeeContribution": 6.1, "EmployeeInterest": 7.1, "RefundDateForEmployee": "2025-07-13T06:37:18.7169166+00:00", "Ischecked": true, "RequestId": "bd16a2bf-2514-4e7d-b4f3-3934919ae71a", "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">bd16a2bf-2514-4e7d-b4f3-3934919ae71a</RequestId> <DatePaid>2025-07-13T06:37:18.7169166+00:00</DatePaid> <EmployeeInterest>7.1</EmployeeInterest> <EmployerInterest>5.1</EmployerInterest> <From>2025-07-13T06:37:18.7169166+00:00</From> <IRasInfomationId>4d5f2c8d-b4c2-40c8-891d-cf95c35366e0</IRasInfomationId> <Id>11f320ee-2cf6-4b04-a095-641d4af57d20</Id> <Ischecked>true</Ischecked> <OrdinaryAdditionalWages>3.1</OrdinaryAdditionalWages> <RefundDateForEmployee>2025-07-13T06:37:18.7169166+00:00</RefundDateForEmployee> <RefundDateForEmployer>2025-07-13T06:37:18.7169166+00:00</RefundDateForEmployer> <RefundEmployeeContribution>6.1</RefundEmployeeContribution> <RefundEmployerContribution>4.1</RefundEmployerContribution> <To>2025-07-13T06:37:18.7169166+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.