Update some standard business details
PUT https://api.yourpayroll.co.uk/api/v2/business
The request body takes a complete EditBusinessDetailsApiModel resource, containing the following writable properties:
{
"businessId": "int32",
"source": "string",
"standardHoursPerDay": "double"
}
Name | Type | Description |
---|---|---|
businessId | int32 | Int32 |
source | string |
Nullable Possible values are:
|
standardHoursPerDay | double |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkBusinessExportModel |
Powered by DapperDox