Update Accounting Company Configuration Details
PUT {{base_url}}/AccountingCompanyConfig/CFGAutoPosting
Use this endpoint to update accounting company configuration details.
Request Body
{"Company"=>"{{integer}}", "UninvoicedRevenue"=>"{{decimal}}", "UninvoicedRevenueName"=>"{{string}}", "UninvoicedRevenueAccountType"=>"{{integer}}", "_originalValues"=>{"UninvoicedRevenue"=>"{{decimal}}", "UninvoicedRevenueName"=>"{{string}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Company":"01","UninvoicedRevenue":"421.00","UninvoicedRevenueName":"Reimb Consultant Revenue","UninvoicedRevenueAccountType":4,"UnbilledServices":"121.00","UninvoicedRevenue1":"","UninvoicedRevenue2":"","UninvoicedRevenue3":"","UninvoicedRevenue4":"","UninvoicedRevenue5":"","UnbilledServices1":"","UnbilledServices2":"","UnbilledServices3":"","UnbilledServices4":"","UnbilledServices5":"","FeeBilledAccount1":"","FeeBilledAccount2":"","FeeBilledAccount3":"","FeeBilledAccount4":"","FeeBilledAccount5":""}]