Updates the employing entity with the specified ID.
PUT https://api.nzpayroll.co.nz/api/v2/business/{businessId}/employingentity/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete NzEmployingEntityModel resource, containing the following writable properties:
{
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"charitableOrganisation": "boolean",
"city": "string",
"contactEmailAddress": "string",
"contactFaxNumber": "string",
"contactName": "string",
"contactPhoneNumber": "string",
"employerDeductionFilingFrequency": "string",
"externalReferenceId": "string",
"id": "int32",
"irdNumber": "string",
"name": "string",
"nzbn": "string",
"paySlipFromEmailAddress": "string",
"postcode": "string",
"region": "string",
"signatoryName": "string"
}
Name | Type | Description |
---|---|---|
addressLine1 | string | String |
addressLine2 | string | String |
addressLine3 | string | String |
charitableOrganisation | boolean | Boolean |
city | string | String |
contactEmailAddress | string | String |
contactFaxNumber | string | String |
contactName | string | String |
contactPhoneNumber | string | String |
employerDeductionFilingFrequency | string |
Nullable Possible values are:
|
externalReferenceId | string | String |
id | int32 | Int32 |
irdNumber | string | String |
name | string | String |
nzbn | string | String |
paySlipFromEmailAddress | string | String |
postcode | string | String |
region | string | String |
signatoryName | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
NzEmployingEntityModel |
Powered by DapperDox