PUT {language}/company/bankbranch/singapore
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateSingaporeBankBranchInfomationName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
BankBranch | string |
None. |
|
BankBranchCode | string |
None. |
|
RecordState | string |
None. |
|
CreatedOn | date |
None. |
|
UpdatedOn | date |
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": "128099a4-a5fa-4a9a-8d3f-1ea8809a2392", "BankBranch": "sample string 2", "BankBranchCode": "sample string 3", "RecordState": "sample string 4", "CreatedOn": "2025-04-28T00:50:15.0645227+00:00", "UpdatedOn": "2025-04-28T00:50:15.0645227+00:00", "RequestId": "39e617f0-92e0-4e41-921a-6031d4997add", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<UpdateSingaporeBankBranchInfomation 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 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">39e617f0-92e0-4e41-921a-6031d4997add</RequestId> <BankBranch>sample string 2</BankBranch> <BankBranchCode>sample string 3</BankBranchCode> <CreatedOn>2025-04-28T00:50:15.0645227+00:00</CreatedOn> <Id>128099a4-a5fa-4a9a-8d3f-1ea8809a2392</Id> <RecordState>sample string 4</RecordState> <UpdatedOn>2025-04-28T00:50:15.0645227+00:00</UpdatedOn> </UpdateSingaporeBankBranchInfomation>
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.