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": "984e38a6-29b0-4340-9590-24fcc9b8c9bc",
"externalUserId": "e977f091-e83d-4853-ae7a-52e2e0ae32cd",
"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>984e38a6-29b0-4340-9590-24fcc9b8c9bc</ClubId> <ContactPerson>sample string 3</ContactPerson> <ContactPersonPhone>sample string 4</ContactPersonPhone> <Email>sample string 9</Email> <ExternalUserId>e977f091-e83d-4853-ae7a-52e2e0ae32cd</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.