PUT api/RosterMember?APIKey={APIKey}&ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
Required |
|
| ClientId | string |
Required |
Body Parameters
RosterMemberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RosterMember | Collection of RosterMember |
None. |
Request Formats
application/json, text/json
Sample:
{
"RosterMember": [
{
"Id": "d01732ad-1f29-44da-8915-31e9b60ec3ec",
"Code": "sample string 2",
"Member": {
"Type": "sample string 1",
"Id": "23237f47-5fd7-4e33-b7af-1935a1a1fd32",
"Number": "sample string 3",
"Name": "sample string 4"
},
"Comments": "sample string 3",
"Custom": {
"Attribute": [
{
"Type": 0,
"Key": "sample string 1",
"Value": "sample string 2",
"FormattedValue": "sample string 3"
},
{
"Type": 0,
"Key": "sample string 1",
"Value": "sample string 2",
"FormattedValue": "sample string 3"
}
]
}
},
{
"Id": "d01732ad-1f29-44da-8915-31e9b60ec3ec",
"Code": "sample string 2",
"Member": {
"Type": "sample string 1",
"Id": "23237f47-5fd7-4e33-b7af-1935a1a1fd32",
"Number": "sample string 3",
"Name": "sample string 4"
},
"Comments": "sample string 3",
"Custom": {
"Attribute": [
{
"Type": 0,
"Key": "sample string 1",
"Value": "sample string 2",
"FormattedValue": "sample string 3"
},
{
"Type": 0,
"Key": "sample string 1",
"Value": "sample string 2",
"FormattedValue": "sample string 3"
}
]
}
}
]
}
application/xml, text/xml
Sample:
<RosterMemberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.RosterMember">
<RosterMember>
<RosterMember>
<Code>sample string 2</Code>
<Comments>sample string 3</Comments>
<Custom>
<Attribute xmlns:d5p1="http://schemas.datacontract.org/2004/07/Protech.UX.API.CRMEntity">
<d5p1:Attribute>
<d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Type>text</d5p1:Type>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:Attribute>
<d5p1:Attribute>
<d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Type>text</d5p1:Type>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:Attribute>
</Attribute>
</Custom>
<Id>d01732ad-1f29-44da-8915-31e9b60ec3ec</Id>
<Member>
<Id>23237f47-5fd7-4e33-b7af-1935a1a1fd32</Id>
<Name>sample string 4</Name>
<Number>sample string 3</Number>
<Type>sample string 1</Type>
</Member>
</RosterMember>
<RosterMember>
<Code>sample string 2</Code>
<Comments>sample string 3</Comments>
<Custom>
<Attribute xmlns:d5p1="http://schemas.datacontract.org/2004/07/Protech.UX.API.CRMEntity">
<d5p1:Attribute>
<d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Type>text</d5p1:Type>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:Attribute>
<d5p1:Attribute>
<d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Type>text</d5p1:Type>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:Attribute>
</Attribute>
</Custom>
<Id>d01732ad-1f29-44da-8915-31e9b60ec3ec</Id>
<Member>
<Id>23237f47-5fd7-4e33-b7af-1935a1a1fd32</Id>
<Name>sample string 4</Name>
<Number>sample string 3</Number>
<Type>sample string 1</Type>
</Member>
</RosterMember>
</RosterMember>
</RosterMemberRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 0,
"Id": "fd29ecfb-d84e-47dd-8ed9-5a581175c537",
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.Response"> <Description>sample string 2</Description> <Id>fd29ecfb-d84e-47dd-8ed9-5a581175c537</Id> <Status>Success</Status> </APIResponse>