PUT {language}/company/updatePhilippinesCompanyStatutory
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdatePhilippinesCompanyStatutoryRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
EffectiveMonthYear | date |
None. |
|
DailyMinimumWage | decimal number |
None. |
|
MonthlyMinimumWage | decimal number |
None. |
|
TaxPayerIdentificationNumber | string |
None. |
|
PhilHealthNumber | string |
None. |
|
SocialSecuritySystemNumber | string |
None. |
|
PagIbigNumber | string |
None. |
|
BiWeeklyMinimumWage | decimal number |
None. |
|
RDOCode | string |
None. |
|
YearlyMinimumWage | 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:
{ "Id": "de808d2e-4156-4f25-b3cf-cd27f1430cd6", "CompanyId": "692ece21-3d94-45fb-a106-83e843f8d25d", "EffectiveMonthYear": "2025-07-13T02:50:40.5207536+00:00", "DailyMinimumWage": 4.1, "MonthlyMinimumWage": 5.1, "TaxPayerIdentificationNumber": "sample string 6", "PhilHealthNumber": "sample string 7", "SocialSecuritySystemNumber": "sample string 8", "PagIbigNumber": "sample string 9", "BiWeeklyMinimumWage": 10.1, "RDOCode": "sample string 11", "YearlyMinimumWage": 12.1, "RequestId": "e25ba819-34a2-4594-a983-23f2e21577f5", "Language": "sample string 14", "LanguageLogin": "sample string 15", "AuthToken": "sample string 16", "ClientId": "sample string 17", "PageIndex": 18, "PageSize": 19 }
application/xml, text/xml
Sample:
<UpdatePhilippinesCompanyStatutoryRequest 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 16</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 15</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">19</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">e25ba819-34a2-4594-a983-23f2e21577f5</RequestId> <BiWeeklyMinimumWage>10.1</BiWeeklyMinimumWage> <CompanyId>692ece21-3d94-45fb-a106-83e843f8d25d</CompanyId> <DailyMinimumWage>4.1</DailyMinimumWage> <EffectiveMonthYear>2025-07-13T02:50:40.5207536+00:00</EffectiveMonthYear> <Id>de808d2e-4156-4f25-b3cf-cd27f1430cd6</Id> <MonthlyMinimumWage>5.1</MonthlyMinimumWage> <PagIbigNumber>sample string 9</PagIbigNumber> <PhilHealthNumber>sample string 7</PhilHealthNumber> <RDOCode>sample string 11</RDOCode> <SocialSecuritySystemNumber>sample string 8</SocialSecuritySystemNumber> <TaxPayerIdentificationNumber>sample string 6</TaxPayerIdentificationNumber> <YearlyMinimumWage>12.1</YearlyMinimumWage> </UpdatePhilippinesCompanyStatutoryRequest>
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.