POST api/client/save-contact
Request Information
URI Parameters
None.
Body Parameters
ClientContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactID | integer |
None. |
|
| Title | string |
None. |
|
| Name | string |
None. |
|
| SName | string |
None. |
|
| TelNo | string |
None. |
|
| Fax | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| FKContactTypeID | integer |
None. |
|
| Type | string |
None. |
|
| FKPositionID | integer |
None. |
|
| Position | string |
None. |
|
| OwnerAddressLine1 | string |
None. |
|
| OwnerAddressLine2 | string |
None. |
|
| OwnerAddressLine3 | string |
None. |
|
| OwnerTown | string |
None. |
|
| OwnerCounty | string |
None. |
|
| OwnerPostcode | string |
None. |
|
| OwnerDOB | date |
None. |
|
| FkClientID | integer |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactID": 1,
"Title": "sample string 2",
"Name": "sample string 3",
"SName": "sample string 4",
"TelNo": "sample string 5",
"Fax": "sample string 6",
"Mobile": "sample string 7",
"Email": "sample string 8",
"FKContactTypeID": 9,
"Type": "sample string 10",
"FKPositionID": 11,
"Position": "sample string 12",
"OwnerAddressLine1": "sample string 13",
"OwnerAddressLine2": "sample string 14",
"OwnerAddressLine3": "sample string 15",
"OwnerTown": "sample string 16",
"OwnerCounty": "sample string 17",
"OwnerPostcode": "sample string 18",
"OwnerDOB": "2026-08-14T17:37:50.6576375+01:00",
"FkClientID": 19,
"UserID": 20
}
application/xml, text/xml
Sample:
<ClientContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PricingWebAPI.Models"> <ContactID>1</ContactID> <Email>sample string 8</Email> <FKContactTypeID>9</FKContactTypeID> <FKPositionID>11</FKPositionID> <Fax>sample string 6</Fax> <FkClientID>19</FkClientID> <Mobile>sample string 7</Mobile> <Name>sample string 3</Name> <OwnerAddressLine1>sample string 13</OwnerAddressLine1> <OwnerAddressLine2>sample string 14</OwnerAddressLine2> <OwnerAddressLine3>sample string 15</OwnerAddressLine3> <OwnerCounty>sample string 17</OwnerCounty> <OwnerDOB>2026-08-14T17:37:50.6576375+01:00</OwnerDOB> <OwnerPostcode>sample string 18</OwnerPostcode> <OwnerTown>sample string 16</OwnerTown> <Position>sample string 12</Position> <SName>sample string 4</SName> <TelNo>sample string 5</TelNo> <Title>sample string 2</Title> <Type>sample string 10</Type> <UserID>20</UserID> </ClientContactModel>
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.