GET api/v2/BusinessUnits/New
Request
URI Parameters
Response
BusinessUnitNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean | ||
| MultiCurrencyConfigCurrencyId | integer | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Active": true,
"MultiCurrencyConfigCurrencyId": 2,
"Id": 3,
"Identification": "sample string 4"
}
text/html
Sample:
{"Active":true,"MultiCurrencyConfigCurrencyId":2,"Id":3,"Identification":"sample string 4"}