POST api/Technicians/{id}/SaveContact
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ContactDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | string |
None. |
|
| AltEmailId | string |
None. |
|
| MobileNumber | string |
None. |
|
| AltMobileNumber | string |
None. |
|
| PhoneNumber | string |
None. |
|
| AltPhoneNumber | string |
None. |
|
| Fax | string |
None. |
|
| ContactPerson | string |
None. |
|
| PrefContactMediumId | integer |
None. |
|
| IsPrimery | boolean |
None. |
|
| CompanyId | integer |
None. |
|
| Id | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailId": "sample string 1",
"AltEmailId": "sample string 2",
"MobileNumber": "sample string 3",
"AltMobileNumber": "sample string 4",
"PhoneNumber": "sample string 5",
"AltPhoneNumber": "sample string 6",
"Fax": "sample string 7",
"ContactPerson": "sample string 8",
"PrefContactMediumId": 9,
"IsPrimery": true,
"CompanyId": 11,
"Id": 12,
"IsDeleted": true,
"IsActive": true,
"CreatedBy": 15,
"CreatedOn": "2025-12-08T15:41:43.4628184+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-08T15:41:43.4628184+00:00"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.