POST api/UpdateCompanyReporteeUserContact
Request Information
URI Parameters
None.
Body Parameters
SaveCompanyReporteeUserContactVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| EmailAddress | string |
None. |
|
| MobileNumberCC | string |
None. |
|
| MobileNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": 2,
"UserId": 1,
"EmailAddress": "sample string 3",
"MobileNumberCC": "sample string 4",
"MobileNumber": "sample string 5"
}
application/xml, text/xml
Sample:
<SaveCompanyReporteeUserContactVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.SuperAdminModels"> <CompanyId>2</CompanyId> <EmailAddress>sample string 3</EmailAddress> <Id>1</Id> <MobileNumber>sample string 5</MobileNumber> <MobileNumberCC>sample string 4</MobileNumberCC> <UserId>1</UserId> </SaveCompanyReporteeUserContactVm>
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.