PUT Clients/BankAccount/{clientBankAccountID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientBankAccountID | integer |
Required |
Body Parameters
ClientBankAccountDTOName | Description | Type | Additional information |
---|---|---|---|
ClientBankAccountID | integer |
None. |
|
ClientID | integer |
None. |
|
AccountNumber | string |
None. |
|
AccountTitle | string |
None. |
|
BSB | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientBankAccountID": 1, "clientID": 2, "accountNumber": "sample string 3", "accountTitle": "sample string 4", "bsb": "sample string 5", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:06:52.9608339+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:06:52 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:06:52.9608339+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:06:52 AM" } }
application/xml, text/xml
Sample:
<ClientBankAccountDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <AccountNumber>sample string 3</AccountNumber> <AccountTitle>sample string 4</AccountTitle> <BSB>sample string 5</BSB> <ClientBankAccountID>1</ClientBankAccountID> <ClientID>2</ClientID> <Created> <DateUtc>2024-12-04T08:06:52.9608339+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T08:06:52.9608339+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> </ClientBankAccountDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �NA�0�J�WA��{�x� ��4�Hi��^��'�k ^���ٙٙy?_�������h{�NG`q0�߃�')�U) 0�\u�$֙Z�H?ǵv�\Ro(m��7�7R���8���k���* '�E��1 1�b�p�6t��b�$�"C�A��&�j�N�h{��y,5�j�(��d�&�3�4ܺ���c��j��
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.