POST {language}/benefitAndReimbursement/{companyId}/expenseClaimHistoryAndReport
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
|
companyId | globally unique identifier |
Required |
Body Parameters
GetExpenseClaimHistoryReportRequestName | Description | Type | Additional information |
---|---|---|---|
ClaimTypeName | string |
None. |
|
ClaimFromDate | date |
None. |
|
ClaimToDate | date |
None. |
|
EmployeeId | globally unique identifier |
None. |
|
ClaimId | globally unique identifier |
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:
{ "ClaimTypeName": "sample string 1", "ClaimFromDate": "2025-04-28T00:41:55.5500333+00:00", "ClaimToDate": "2025-04-28T00:41:55.5500333+00:00", "EmployeeId": "61311ce9-f9c1-4361-a575-c00947bfd0de", "ClaimId": "08270830-ae52-4d2d-8dea-01b8236508e6", "RequestId": "5c5a6c3e-1443-481b-9cfc-3c0d2f19066a", "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:
<GetExpenseClaimHistoryReportRequest 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">5c5a6c3e-1443-481b-9cfc-3c0d2f19066a</RequestId> <ClaimFromDate>2025-04-28T00:41:55.5500333+00:00</ClaimFromDate> <ClaimId>08270830-ae52-4d2d-8dea-01b8236508e6</ClaimId> <ClaimToDate>2025-04-28T00:41:55.5500333+00:00</ClaimToDate> <ClaimTypeName>sample string 1</ClaimTypeName> <EmployeeId>61311ce9-f9c1-4361-a575-c00947bfd0de</EmployeeId> </GetExpenseClaimHistoryReportRequest>
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.