POST Clients/BankAccount
Request Information
URI Parameters
None.
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-04T07:55:32.6832851+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:55:32 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:55:32.6832851+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:55:32 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-04T07:55:32.6832851+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T07:55:32.6832851+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�WAJ%�a�x���RC����`/����%/|������|^�x�eOL=2λA��h��|�"僬� �ɾ�Xݨ;���(ۊ�!v��T>q�����2+�^-���P;PZ��&��>�$��҈�I�Øb�#t�䶝8�R2��j�S($A�h�F�&Zfl���1g�Q�lU�
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.