PUT account/employeeProfileReference?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer (Int32) |
Required |
Body Parameters
employeeProfileReferencePostModelName | Description | Type | Additional information |
---|---|---|---|
name | string |
Required Max length: 64 |
|
title | string |
Required Max length: 64 |
|
firmName | string |
Required Max length: 128 |
|
string |
Max length: 64 |
||
tel | string |
Max length: 10 Min length: 10 |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "title": "sample string 2", "firmName": "sample string 3", "email": "sample string 4", "tel": "sample string 5" }
application/xml, text/xml
Sample:
<employeeProfileReferencePostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"> <email>sample string 4</email> <firmName>sample string 3</firmName> <name>sample string 1</name> <tel>sample string 5</tel> <title>sample string 2</title> </employeeProfileReferencePostModel>
multipart/form-data
Sample:
<employeeProfileReferencePostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><email>sample string 4</email><firmName>sample string 3</firmName><name>sample string 1</name><tel>sample string 5</tel><title>sample string 2</title></employeeProfileReferencePostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.