PUT {language}/company/updatePhilippinesCompanyStatutory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

UpdatePhilippinesCompanyStatutoryRequest
NameDescriptionTypeAdditional 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": "04854344-7db6-4b6a-ac81-9cc1c67f236f",
  "CompanyId": "de4de140-4884-4520-919f-669fc099f5ae",
  "EffectiveMonthYear": "2025-04-28T00:31:07.2793287+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": "c9acabd0-f203-4795-838e-11af961ffee0",
  "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">c9acabd0-f203-4795-838e-11af961ffee0</RequestId>
  <BiWeeklyMinimumWage>10.1</BiWeeklyMinimumWage>
  <CompanyId>de4de140-4884-4520-919f-669fc099f5ae</CompanyId>
  <DailyMinimumWage>4.1</DailyMinimumWage>
  <EffectiveMonthYear>2025-04-28T00:31:07.2793287+00:00</EffectiveMonthYear>
  <Id>04854344-7db6-4b6a-ac81-9cc1c67f236f</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.