Create general account card
You use this method to create a new general account card.
Request method
POST
Request url
https://ponte.venice.be/webconnect/api/{DossierId}/GeneralAccount
Context identification
Identification | Description |
---|---|
DossierId | The unique identifier of the dossier. |
https://ponte.venice.be/webconnect/api/Demo/GeneralAccount
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" : { "Number": "648901", "DescrNld": "Diverse extra bedrijfskosten", "ClassSubGroup": 2, "AccType": "0", ... } } ] } } }
<?xml version="1.0" encoding="utf-8"?> <Request> <GeneralAccounts> <GeneralAccount> <Fields> <Number>648901</Number> <DescrNld>Diverse extra bedrijfskosten</DescrNld> <ClassSubGroup>2</ClassSubGroup> <AccType>0</AccType> ... </Fields> </GeneralAccount> </GeneralAccounts> </Request>
Http status
See http status.Response body
You can receive the response in json or xml.
Structure
Response (object)
- System number
Examples
{ "Response": { "SystemNumber": "609" } }
<?xml version="1.0" encoding="utf-8"?> <Response> <SystemNumber>609</SystemNumber> </Response>