API: End User Enable

(Added in version 1.43.2.0 and onwards) End User Enable endpoints are used to enable End User Boolean button of a particular Customer on the Customer Card > ARCB > ARCB Defaults

 

Copy
GET Metadata for Billing Schedules
GET https://api.businesscentral.dynamics.com/v2.0/dd24e63d-2131-4bd0-bdd5-570c473ba440/api/binarystream/arcb/beta/$metadata

 

When to Use

As a best practice, use these endpoints for enabling End User Boolean button.

Only the POST method is available for this API.

API Setup information
 SBS ARCB End User API
Object ID: 23066025
Collection: bssiEndUsersSID

 

Request:

• POST / bssiEndUsersSID

 

Request Examples
API example: 

POST https://api.businesscentral.dynamics.com/v2.0/e9db614c-882a-401b-8f75-51dbfae511a7/Sandbox/api/binarystream/arcb/v2.0/companies(7e3481d9-06b1-ee11-907e-6045bde9cb2f)/bssiEndUsersSID

 

View example request body.

Select Copy to copy the sample to the clipboard.

Note: Use the FireFox web browser when selecting Copy to ensure that the tab spaces in the code are copied correctly. With other web browsers, the tab spaces are copied as non-breaking spaces, which can cause the code to fail.

Request (json)
{
"BssiCustNo": "30000",
"BssiIsEndUser": true
}