POST {language}/salary/analyzeMalaysiaInfoCompanyInfractructure
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
AnalyzeInfoCompanyRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
FromDatePrePP | date |
None. |
|
ToDatePrePP | date |
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:
{ "CompanyId": "d383421d-3f0d-487f-9b5b-89257d21e1a7", "Country": "sample string 2", "FromDate": "2025-04-28T00:36:15.1296016+00:00", "ToDate": "2025-04-28T00:36:15.1296016+00:00", "FromDatePrePP": "2025-04-28T00:36:15.1296016+00:00", "ToDatePrePP": "2025-04-28T00:36:15.1296016+00:00", "RequestId": "cf7fe0fb-a6bc-4670-91c3-6f11e35733e3", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<AnalyzeInfoCompanyRequest 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 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">cf7fe0fb-a6bc-4670-91c3-6f11e35733e3</RequestId> <CompanyId>d383421d-3f0d-487f-9b5b-89257d21e1a7</CompanyId> <Country>sample string 2</Country> <FromDate>2025-04-28T00:36:15.1296016+00:00</FromDate> <FromDatePrePP>2025-04-28T00:36:15.1296016+00:00</FromDatePrePP> <ToDate>2025-04-28T00:36:15.1296016+00:00</ToDate> <ToDatePrePP>2025-04-28T00:36:15.1296016+00:00</ToDatePrePP> </AnalyzeInfoCompanyRequest>
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.