Creates a new dimension for the business.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/dimension
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete ReportingDimensionApiModel resource, containing the following writable properties:
{
"externalId": "string",
"id": "int32",
"name": "string",
"source": "string"
}
Name | Type | Description |
---|---|---|
externalId | string | String |
id | int32 | Int32 |
name | string | String |
source | string |
ExternalService
Possible values are:
|
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
ReportingDimensionApiModel |
Powered by DapperDox