Update some standard business details
PUT http:///api/v2/business/{businessId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | int32 | Required |
The request body takes a complete AuEditBusinessDetailsApiModel resource, containing the following writable properties:
{
"abn": "string",
"addressLine1": "string",
"addressLine2": "string",
"businessId": "int32",
"contactEmailAddress": "string",
"contactFaxNumber": "string",
"contactName": "string",
"contactPhoneNumber": "string",
"endOfWeek": "string",
"externalId": "string",
"foreignEntityCountry": "string",
"isForeignEntity": "boolean",
"isSmsNotificationEnabled": "boolean",
"legalName": "string",
"name": "string",
"postcode": "string",
"source": "string",
"standardHoursPerDay": "double"
}
| Name | Type | Description |
|---|---|---|
| abn | string | String |
| addressLine1 | string | String |
| addressLine2 | string | String |
| businessId | int32 | Int32 |
| contactEmailAddress | string | String |
| contactFaxNumber | string | String |
| contactName | string | String |
| contactPhoneNumber | string | String |
| endOfWeek | string |
DayOfWeek
Possible values are:
|
| externalId | string | String |
| foreignEntityCountry | string | String |
| isForeignEntity | boolean | Boolean |
| isSmsNotificationEnabled | boolean | Boolean |
| legalName | string | String |
| name | string | String |
| postcode | string | String |
| 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 |
AuBusinessExportModel |
Powered by DapperDox