POST api/CommitteeMember?APIKey={APIKey}&ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
Required |
|
| ClientId | string |
Required |
Body Parameters
CommitteeMemberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CommitteeMember | Collection of CommitteeMember |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommitteeMember": [
{
"Id": "3c3da0f3-83eb-4c94-996f-9f9f7caaf24f",
"Code": "sample string 2",
"Name": "sample string 3",
"Title": "sample string 4",
"TermBegins": "2026-02-03T11:07:04.7363014+00:00",
"TermEnds": "2026-02-03T11:07:04.7363014+00:00",
"Member": {
"Id": "513892f0-e6d9-4ebd-9477-498207d89433",
"Number": "sample string 2",
"Name": "sample string 3"
},
"Comments": "sample string 7",
"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": "3c3da0f3-83eb-4c94-996f-9f9f7caaf24f",
"Code": "sample string 2",
"Name": "sample string 3",
"Title": "sample string 4",
"TermBegins": "2026-02-03T11:07:04.7363014+00:00",
"TermEnds": "2026-02-03T11:07:04.7363014+00:00",
"Member": {
"Id": "513892f0-e6d9-4ebd-9477-498207d89433",
"Number": "sample string 2",
"Name": "sample string 3"
},
"Comments": "sample string 7",
"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:
<CommitteeMemberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.CommitteeMember">
<CommitteeMember>
<CommitteeMember>
<Code>sample string 2</Code>
<Comments>sample string 7</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>3c3da0f3-83eb-4c94-996f-9f9f7caaf24f</Id>
<Member>
<Id>513892f0-e6d9-4ebd-9477-498207d89433</Id>
<Name>sample string 3</Name>
<Number>sample string 2</Number>
</Member>
<Name>sample string 3</Name>
<TermBegins>2026-02-03T11:07:04.7363014+00:00</TermBegins>
<TermEnds>2026-02-03T11:07:04.7363014+00:00</TermEnds>
<Title>sample string 4</Title>
</CommitteeMember>
<CommitteeMember>
<Code>sample string 2</Code>
<Comments>sample string 7</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>3c3da0f3-83eb-4c94-996f-9f9f7caaf24f</Id>
<Member>
<Id>513892f0-e6d9-4ebd-9477-498207d89433</Id>
<Name>sample string 3</Name>
<Number>sample string 2</Number>
</Member>
<Name>sample string 3</Name>
<TermBegins>2026-02-03T11:07:04.7363014+00:00</TermBegins>
<TermEnds>2026-02-03T11:07:04.7363014+00:00</TermEnds>
<Title>sample string 4</Title>
</CommitteeMember>
</CommitteeMember>
</CommitteeMemberRequest>
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": "1b31197f-86f2-4004-a1b3-9b0b45ee2e48",
"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>1b31197f-86f2-4004-a1b3-9b0b45ee2e48</Id> <Status>Success</Status> </APIResponse>