POST api/V2/externalUsers/saveUser
Request Information
URI Parameters
None.
Body Parameters
ClubExternalUsers| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPersonPhone | string |
None. |
|
| BackgroundColor | string |
None. |
|
| TextColor | string |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| ExternalUserId | globally unique identifier |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"contactPerson": "sample string 3",
"contactPersonPhone": "sample string 4",
"backgroundColor": "sample string 5",
"textColor": "sample string 6",
"clubId": "05295bf7-ab80-4bca-b7ee-05abda238fe8",
"externalUserId": "9015aed8-3755-4bb5-bb0e-08fcd185982b",
"email": "sample string 9"
}
application/xml, text/xml
Sample:
<ClubExternalUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <BackgroundColor>sample string 5</BackgroundColor> <ClubId>05295bf7-ab80-4bca-b7ee-05abda238fe8</ClubId> <ContactPerson>sample string 3</ContactPerson> <ContactPersonPhone>sample string 4</ContactPersonPhone> <Email>sample string 9</Email> <ExternalUserId>9015aed8-3755-4bb5-bb0e-08fcd185982b</ExternalUserId> <Id>1</Id> <Name>sample string 2</Name> <TextColor>sample string 6</TextColor> </ClubExternalUsers>
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.