PUT {language}/company/statutory/singapore

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

UpdateSingaporeCompanyStatutoryInfomationRequest
NameDescriptionTypeAdditional information
CPFSubmissionno

string

None.

PaymentType

string

None.

Serinumberno

string

None.

OrganizationTypeID

string

None.

OrganizationNumber

string

None.

DateOfIncorporation

date

None.

CompanyId

globally unique identifier

None.

Id

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:
{
  "CPFSubmissionno": "sample string 1",
  "PaymentType": "sample string 2",
  "Serinumberno": "sample string 3",
  "OrganizationTypeID": "sample string 4",
  "OrganizationNumber": "sample string 5",
  "DateOfIncorporation": "2025-04-28T00:47:29.680487+00:00",
  "CompanyId": "fd22d79a-ff90-48ba-9824-4c5b1f4d5c44",
  "Id": "4986a101-bf96-443b-ba97-53562e973cd2",
  "RequestId": "58ee26af-2de2-4eec-b1bc-ed70616b68aa",
  "Language": "sample string 10",
  "LanguageLogin": "sample string 11",
  "AuthToken": "sample string 12",
  "ClientId": "sample string 13",
  "PageIndex": 14,
  "PageSize": 15
}

application/xml, text/xml

Sample:
<UpdateSingaporeCompanyStatutoryInfomationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">58ee26af-2de2-4eec-b1bc-ed70616b68aa</RequestId>
  <CPFSubmissionno>sample string 1</CPFSubmissionno>
  <CompanyId>fd22d79a-ff90-48ba-9824-4c5b1f4d5c44</CompanyId>
  <DateOfIncorporation>2025-04-28T00:47:29.680487+00:00</DateOfIncorporation>
  <Id>4986a101-bf96-443b-ba97-53562e973cd2</Id>
  <OrganizationNumber>sample string 5</OrganizationNumber>
  <OrganizationTypeID>sample string 4</OrganizationTypeID>
  <PaymentType>sample string 2</PaymentType>
  <Serinumberno>sample string 3</Serinumberno>
</UpdateSingaporeCompanyStatutoryInfomationRequest>

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.