PUT api/v1/hR_EmployeeContact/{employeeId}/employeeId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeId | integer |
Required |
Body Parameters
HR_EmployeeContactVMName | Description | Type | Additional information |
---|---|---|---|
employeeContactId | integer |
None. |
|
employeeId | integer |
None. |
|
houseNumber | string |
None. |
|
streetAddress | string |
None. |
|
ward | string |
None. |
|
localGovtId | integer |
None. |
|
stateId | integer |
None. |
|
lgaNonNig | string |
None. |
|
stateNonNig | string |
None. |
|
countryId | integer |
None. |
|
pHouseNumber | string |
None. |
|
pStreetAddress | string |
None. |
|
pWard | string |
None. |
|
pLocalGovtId | integer |
None. |
|
pStateId | integer |
None. |
|
pLgaNonNig | string |
None. |
|
pStateNonNig | string |
None. |
|
pCountryId | integer |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
|
employeeName | string |
None. |
|
localGovtName | string |
None. |
|
countryName | string |
None. |
|
statusName | string |
None. |
|
plocalGovtName | string |
None. |
|
pcountryName | string |
None. |
|
pstatusName | string |
None. |
|
stateName | string |
None. |
|
pstateName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "employeeContactId": 1, "employeeId": 1, "houseNumber": "sample string 2", "streetAddress": "sample string 3", "ward": "sample string 4", "localGovtId": 1, "stateId": 1, "lgaNonNig": "sample string 5", "stateNonNig": "sample string 6", "countryId": 1, "pHouseNumber": "sample string 7", "pStreetAddress": "sample string 8", "pWard": "sample string 9", "pLocalGovtId": 1, "pStateId": 1, "pLgaNonNig": "sample string 10", "pStateNonNig": "sample string 11", "pCountryId": 1, "dateCreated": "2024-11-24T09:30:30.8548617-08:00", "tenantId": 1, "createdBy": 12, "employeeName": "sample string 13", "localGovtName": "sample string 14", "countryName": "sample string 15", "statusName": "sample string 16", "plocalGovtName": "sample string 17", "pcountryName": "sample string 18", "pstatusName": "sample string 19", "stateName": "sample string 20", "pstateName": "sample string 21" }
application/xml, text/xml
Sample:
<HR_EmployeeContactVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <countryId>1</countryId> <countryName>sample string 15</countryName> <createdBy>12</createdBy> <dateCreated>2024-11-24T09:30:30.8548617-08:00</dateCreated> <employeeContactId>1</employeeContactId> <employeeId>1</employeeId> <employeeName>sample string 13</employeeName> <houseNumber>sample string 2</houseNumber> <lgaNonNig>sample string 5</lgaNonNig> <localGovtId>1</localGovtId> <localGovtName>sample string 14</localGovtName> <pCountryId>1</pCountryId> <pHouseNumber>sample string 7</pHouseNumber> <pLgaNonNig>sample string 10</pLgaNonNig> <pLocalGovtId>1</pLocalGovtId> <pStateId>1</pStateId> <pStateNonNig>sample string 11</pStateNonNig> <pStreetAddress>sample string 8</pStreetAddress> <pWard>sample string 9</pWard> <pcountryName>sample string 18</pcountryName> <plocalGovtName>sample string 17</plocalGovtName> <pstateName>sample string 21</pstateName> <pstatusName>sample string 19</pstatusName> <stateId>1</stateId> <stateName>sample string 20</stateName> <stateNonNig>sample string 6</stateNonNig> <statusName>sample string 16</statusName> <streetAddress>sample string 3</streetAddress> <tenantId>1</tenantId> <ward>sample string 4</ward> </HR_EmployeeContactVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.