Update general account card
You use this method to update a general account card.
Request method
PUT
Request url
https://ponte.venice.be/webconnect/api/{DossierId}/GeneralAccount?{Key}={KeyValues}
Context identification
Identification | Description |
---|---|
DossierId | The unique identifier of the dossier. |
Parameters
Parameter | Description |
---|---|
{Key} | The available keys to seek one or more General accounts: |
https://ponte.venice.be/webconnect/api/Demo/GeneralAccount?Number=110001
Request header
See request header.
Request body
Structure
Request (object)
- GeneralAccounts (array)
- GeneralAccount (limited to one) (array item)
- Fields (object)
Examples
{ "Request": { "GeneralAccounts": { "GeneralAccount": [ { "Fields" : { "Alias": "Al101" } } ] } } }
<?xml version="1.0" encoding="utf-8"?> <Request> <GeneralAccounts> <GeneralAccount> <Fields> <Alias>Al101</Alias> </Fields> </GeneralAccount> </GeneralAccounts> </Request>