employee
POST {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/employees?tenant={{tenant}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tenant | string |
Request Body
{"number"=>"EH", "givenName"=>"Ester", "middleName"=>"", "surname"=>"Henderson", "jobTitle"=>"Secretary", "addressLine1"=>"5 Russel Street", "addressLine2"=>"", "city"=>"Cambridge", "state"=>"", "country"=>"", "postalCode"=>"PE17 4RN", "phoneNumber"=>"4465-4899-4643", "mobilePhone"=>"4564-4564-7831", "email"=>"", "personalEmail"=>"eh@cronus-demosite.com", "employmentDate"=>"2022-12-30", "terminationDate"=>"0001-01-01", "status"=>"Active", "birthDate"=>"1963-12-12", "statisticsGroupCode"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"@odata.context":"http://bcserver:7048/BC/api/v2.0/$metadata#companies(a19eca60-4a86-ed11-aad5-000d3a38ed32)/employees/$entity","@odata.etag":"W/\"JzE5OzM4NTg1OTM1Nzc0OTA4OTE4MDUxOzAwOyc=\"","id":"69ed0975-4a86-ed11-aad5-000d3a38ed32","number":"EH","displayName":"Ester Henderson","givenName":"Ester","middleName":"","surname":"Henderson","jobTitle":"Secretary","addressLine1":"5 Russel Street","addressLine2":"","city":"Cambridge","state":"","country":"GB","postalCode":"PE17 4RN","phoneNumber":"4465-4899-4643","mobilePhone":"4564-4564-7831","email":"","personalEmail":"eh@cronus-demosite.com","employmentDate":"2022-12-30","terminationDate":"0001-01-01","status":"Active","birthDate":"1963-12-12","statisticsGroupCode":"","lastModifiedDateTime":"2022-12-30T12:15:06.723Z"}