PUT {language}/company/oTPay/singapore
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateSingaporeOTPayRequestName | Description | Type | Additional information |
---|---|---|---|
IsWorkMan | boolean |
None. |
|
AmountIsWorkMan | decimal number |
None. |
|
IsNonWorkMan | boolean |
None. |
|
AmountIsNonWorkMan | decimal number |
None. |
|
OTPayGroupList | Collection of UpdateSingaporeOTPayGroupRequest |
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:
{ "IsWorkMan": true, "AmountIsWorkMan": 2.1, "IsNonWorkMan": true, "AmountIsNonWorkMan": 4.1, "OTPayGroupList": [ { "Id": "f063f220-18ec-48c5-9302-5d5572a52719", "TimeSheetId": "45a931db-7c7c-4e5f-8c7e-992f9000ac90", "OTPayGroup": "sample string 3", "IsApply": true, "SubList": [ { "Id": "ecf9bebe-6052-421c-ba09-a65f3320fa34", "OTPayGroupId": "fc355f13-0c08-49f2-aad1-c4c7d0068241", "OTPayItemName": "sample string 3", "FromValue": "sample string 4", "ToValue": "sample string 5", "Percentage": "sample string 6", "RequestId": "b11ae650-20ff-4aac-b0d5-72d42f225a17", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }, { "Id": "ecf9bebe-6052-421c-ba09-a65f3320fa34", "OTPayGroupId": "fc355f13-0c08-49f2-aad1-c4c7d0068241", "OTPayItemName": "sample string 3", "FromValue": "sample string 4", "ToValue": "sample string 5", "Percentage": "sample string 6", "RequestId": "b11ae650-20ff-4aac-b0d5-72d42f225a17", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 } ], "RequestId": "630c4c76-0f76-4072-9b4d-80306999914a", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }, { "Id": "f063f220-18ec-48c5-9302-5d5572a52719", "TimeSheetId": "45a931db-7c7c-4e5f-8c7e-992f9000ac90", "OTPayGroup": "sample string 3", "IsApply": true, "SubList": [ { "Id": "ecf9bebe-6052-421c-ba09-a65f3320fa34", "OTPayGroupId": "fc355f13-0c08-49f2-aad1-c4c7d0068241", "OTPayItemName": "sample string 3", "FromValue": "sample string 4", "ToValue": "sample string 5", "Percentage": "sample string 6", "RequestId": "b11ae650-20ff-4aac-b0d5-72d42f225a17", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }, { "Id": "ecf9bebe-6052-421c-ba09-a65f3320fa34", "OTPayGroupId": "fc355f13-0c08-49f2-aad1-c4c7d0068241", "OTPayItemName": "sample string 3", "FromValue": "sample string 4", "ToValue": "sample string 5", "Percentage": "sample string 6", "RequestId": "b11ae650-20ff-4aac-b0d5-72d42f225a17", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 } ], "RequestId": "630c4c76-0f76-4072-9b4d-80306999914a", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 } ], "RequestId": "8171a063-2d55-42a0-a673-037f8f6340ef", "Language": "sample string 6", "LanguageLogin": "sample string 7", "AuthToken": "sample string 8", "ClientId": "sample string 9", "PageIndex": 10, "PageSize": 11 }
application/xml, text/xml
Sample:
<UpdateSingaporeOTPayRequest 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 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">8171a063-2d55-42a0-a673-037f8f6340ef</RequestId> <AmountIsNonWorkMan>4.1</AmountIsNonWorkMan> <AmountIsWorkMan>2.1</AmountIsWorkMan> <IsNonWorkMan>true</IsNonWorkMan> <IsWorkMan>true</IsWorkMan> <OTPayGroupList> <UpdateSingaporeOTPayGroupRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">630c4c76-0f76-4072-9b4d-80306999914a</RequestId> <Id>f063f220-18ec-48c5-9302-5d5572a52719</Id> <IsApply>true</IsApply> <OTPayGroup>sample string 3</OTPayGroup> <SubList> <UpdateSingaporeOTPayItemRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b11ae650-20ff-4aac-b0d5-72d42f225a17</RequestId> <FromValue>sample string 4</FromValue> <Id>ecf9bebe-6052-421c-ba09-a65f3320fa34</Id> <OTPayGroupId>fc355f13-0c08-49f2-aad1-c4c7d0068241</OTPayGroupId> <OTPayItemName>sample string 3</OTPayItemName> <Percentage>sample string 6</Percentage> <ToValue>sample string 5</ToValue> </UpdateSingaporeOTPayItemRequest> <UpdateSingaporeOTPayItemRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b11ae650-20ff-4aac-b0d5-72d42f225a17</RequestId> <FromValue>sample string 4</FromValue> <Id>ecf9bebe-6052-421c-ba09-a65f3320fa34</Id> <OTPayGroupId>fc355f13-0c08-49f2-aad1-c4c7d0068241</OTPayGroupId> <OTPayItemName>sample string 3</OTPayItemName> <Percentage>sample string 6</Percentage> <ToValue>sample string 5</ToValue> </UpdateSingaporeOTPayItemRequest> </SubList> <TimeSheetId>45a931db-7c7c-4e5f-8c7e-992f9000ac90</TimeSheetId> </UpdateSingaporeOTPayGroupRequest> <UpdateSingaporeOTPayGroupRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 6</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">630c4c76-0f76-4072-9b4d-80306999914a</RequestId> <Id>f063f220-18ec-48c5-9302-5d5572a52719</Id> <IsApply>true</IsApply> <OTPayGroup>sample string 3</OTPayGroup> <SubList> <UpdateSingaporeOTPayItemRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b11ae650-20ff-4aac-b0d5-72d42f225a17</RequestId> <FromValue>sample string 4</FromValue> <Id>ecf9bebe-6052-421c-ba09-a65f3320fa34</Id> <OTPayGroupId>fc355f13-0c08-49f2-aad1-c4c7d0068241</OTPayGroupId> <OTPayItemName>sample string 3</OTPayItemName> <Percentage>sample string 6</Percentage> <ToValue>sample string 5</ToValue> </UpdateSingaporeOTPayItemRequest> <UpdateSingaporeOTPayItemRequest> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">b11ae650-20ff-4aac-b0d5-72d42f225a17</RequestId> <FromValue>sample string 4</FromValue> <Id>ecf9bebe-6052-421c-ba09-a65f3320fa34</Id> <OTPayGroupId>fc355f13-0c08-49f2-aad1-c4c7d0068241</OTPayGroupId> <OTPayItemName>sample string 3</OTPayItemName> <Percentage>sample string 6</Percentage> <ToValue>sample string 5</ToValue> </UpdateSingaporeOTPayItemRequest> </SubList> <TimeSheetId>45a931db-7c7c-4e5f-8c7e-992f9000ac90</TimeSheetId> </UpdateSingaporeOTPayGroupRequest> </OTPayGroupList> </UpdateSingaporeOTPayRequest>
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.