POST api/Values/Add_SubscriptionChampionship
Request Information
URI Parameters
None.
Body Parameters
SubscriptionChampionship| Name | Description | Type | Additional information |
|---|---|---|---|
| ChampionshipID | integer |
None. |
|
| SubscriptionDDID | integer |
None. |
|
| ClientID | integer |
None. |
|
| ChildName | string |
None. |
|
| Phone | string |
None. |
|
| AddressText | string |
None. |
|
| Nationality | string |
None. |
|
| Gender | integer |
None. |
|
| DateOfBirth | date |
None. |
|
| StatusID | integer |
None. |
|
| PaymentType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChampionshipID": 1,
"SubscriptionDDID": 2,
"ClientID": 3,
"ChildName": "sample string 4",
"Phone": "sample string 5",
"AddressText": "sample string 6",
"Nationality": "sample string 7",
"Gender": 8,
"DateOfBirth": "2026-08-03T01:33:27.3466721+08:00",
"StatusID": 10,
"PaymentType": 11
}
text/html
Sample:
{"ChampionshipID":1,"SubscriptionDDID":2,"ClientID":3,"ChildName":"sample string 4","Phone":"sample string 5","AddressText":"sample string 6","Nationality":"sample string 7","Gender":8,"DateOfBirth":"2026-08-03T01:33:27.3466721+08:00","StatusID":10,"PaymentType":11}
application/xml, text/xml
Sample:
<SubscriptionChampionship xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AddressText>sample string 6</AddressText> <ChampionshipID>1</ChampionshipID> <ChildName>sample string 4</ChildName> <ClientID>3</ClientID> <DateOfBirth>2026-08-03T01:33:27.3466721+08:00</DateOfBirth> <Gender>8</Gender> <Nationality>sample string 7</Nationality> <PaymentType>11</PaymentType> <Phone>sample string 5</Phone> <StatusID>10</StatusID> <SubscriptionDDID>2</SubscriptionDDID> </SubscriptionChampionship>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |