Updates the dimension with the specified ID.
PUT https://apisg.yourpayroll.io/api/v2/business/{businessId}/dimension/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
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