PUT {language}/company/statutory/singapore
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateSingaporeCompanyStatutoryInfomationRequestName | Description | Type | Additional 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-07-12T21:39:00.7387889+00:00", "CompanyId": "4bcd4276-78d8-489c-97b4-28894bf7cd72", "Id": "bf7dbd6b-3f26-47b3-bca7-72e0122c9258", "RequestId": "14c4080e-6fc2-4f3c-b5be-0e746f0b4b32", "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">14c4080e-6fc2-4f3c-b5be-0e746f0b4b32</RequestId> <CPFSubmissionno>sample string 1</CPFSubmissionno> <CompanyId>4bcd4276-78d8-489c-97b4-28894bf7cd72</CompanyId> <DateOfIncorporation>2025-07-12T21:39:00.7387889+00:00</DateOfIncorporation> <Id>bf7dbd6b-3f26-47b3-bca7-72e0122c9258</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.