PUT api/GLAccount/{Account_Index}/{Account_Number}
Update GLAccount objects
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Account_Index | No documentation available. |
Define this parameter in the request URI. |
Account_Number | No documentation available. |
Define this parameter in the request URI. |
pGLAccount | No documentation available. |
None. |
Request body formats
application/json, text/json
Sample:
{ "Account_Index": 1, "Account_Number": "sample string 2", "Account_Description": "sample string 3", "Account_Type": "sample string 4", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }
Response Information
Response body formats
application/json, text/json
Sample:
{ "Account_Index": 1, "Account_Number": "sample string 2", "Account_Description": "sample string 3", "Account_Type": "sample string 4", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }