Creates a new employing entity for the business.
POST http:///api/v2/business/{businessId}/employingentity
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required |
The request body takes a complete MyEmployingEntityModel resource, containing the following writable properties:
{
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"blockNumber": "string",
"contactEmailAddress": "string",
"contactFaxNumber": "string",
"contactName": "string",
"contactPhoneNumber": "string",
"countryId": "string",
"crn": "string",
"externalReferenceId": "string",
"id": "int32",
"isInternationalAddress": "boolean",
"levelNumber": "string",
"name": "string",
"paySlipFromEmailAddress": "string",
"postcode": "string",
"registrationNumberValidationBypassed": "boolean",
"signatoryName": "string",
"unitNumber": "string"
}
| Name | Type | Description |
|---|---|---|
| addressLine1 | string | String |
| addressLine2 | string | String |
| addressLine3 | string | String |
| blockNumber | string | String |
| contactEmailAddress | string | String |
| contactFaxNumber | string | String |
| contactName | string | String |
| contactPhoneNumber | string | String |
| countryId | string | String |
| crn | string | String |
| externalReferenceId | string | String |
| id | int32 | Int32 |
| isInternationalAddress | boolean | Boolean |
| levelNumber | string | String |
| name | string | String |
| paySlipFromEmailAddress | string | String |
| postcode | string | String |
| registrationNumberValidationBypassed | boolean | Boolean |
| signatoryName | string | String |
| unitNumber | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
MyEmployingEntityModel |
Powered by DapperDox