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": "10b139f9-2cd8-4d83-bacd-7b1e121ffab6",
"externalUserId": "bb6f324d-2e9a-4d0e-806e-99ef22b1c818",
"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>10b139f9-2cd8-4d83-bacd-7b1e121ffab6</ClubId> <ContactPerson>sample string 3</ContactPerson> <ContactPersonPhone>sample string 4</ContactPersonPhone> <Email>sample string 9</Email> <ExternalUserId>bb6f324d-2e9a-4d0e-806e-99ef22b1c818</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.