POST {language}/company/insertPhilippinesCompanyStatutory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

InsertPhilippinesCompanyStatutoryRequest
NameDescriptionTypeAdditional information
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:
{
  "CompanyId": "366e9a18-b0c6-4e3f-bbfa-59f5b8c4fc6c",
  "EffectiveMonthYear": "2025-07-14T07:18:32.0158582+00:00",
  "DailyMinimumWage": 3.1,
  "MonthlyMinimumWage": 4.1,
  "TaxPayerIdentificationNumber": "sample string 5",
  "PhilHealthNumber": "sample string 6",
  "SocialSecuritySystemNumber": "sample string 7",
  "PagIbigNumber": "sample string 8",
  "BiWeeklyMinimumWage": 9.1,
  "RDOCode": "sample string 10",
  "YearlyMinimumWage": 11.1,
  "RequestId": "7a43d161-424e-49d7-90dc-ff7413838d9e",
  "Language": "sample string 13",
  "LanguageLogin": "sample string 14",
  "AuthToken": "sample string 15",
  "ClientId": "sample string 16",
  "PageIndex": 17,
  "PageSize": 18
}

application/xml, text/xml

Sample:
<InsertPhilippinesCompanyStatutoryRequest 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 15</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 16</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">17</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">18</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">7a43d161-424e-49d7-90dc-ff7413838d9e</RequestId>
  <BiWeeklyMinimumWage>9.1</BiWeeklyMinimumWage>
  <CompanyId>366e9a18-b0c6-4e3f-bbfa-59f5b8c4fc6c</CompanyId>
  <DailyMinimumWage>3.1</DailyMinimumWage>
  <EffectiveMonthYear>2025-07-14T07:18:32.0158582+00:00</EffectiveMonthYear>
  <MonthlyMinimumWage>4.1</MonthlyMinimumWage>
  <PagIbigNumber>sample string 8</PagIbigNumber>
  <PhilHealthNumber>sample string 6</PhilHealthNumber>
  <RDOCode>sample string 10</RDOCode>
  <SocialSecuritySystemNumber>sample string 7</SocialSecuritySystemNumber>
  <TaxPayerIdentificationNumber>sample string 5</TaxPayerIdentificationNumber>
  <YearlyMinimumWage>11.1</YearlyMinimumWage>
</InsertPhilippinesCompanyStatutoryRequest>

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.