POST api/Values/Add_ClientChildren

Request Information

URI Parameters

None.

Body Parameters

ClientChildren
NameDescriptionTypeAdditional information
ChildrenID

integer

None.

ClientID

integer

None.

ChildrenName

string

None.

DateOfBirth

date

None.

Talent

string

None.

SpecialNeed

string

None.

Gender

integer

None.

StatusID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChildrenID": 1,
  "ClientID": 2,
  "ChildrenName": "sample string 3",
  "DateOfBirth": "2026-08-03T01:33:17.3776096+08:00",
  "Talent": "sample string 5",
  "SpecialNeed": "sample string 6",
  "Gender": 7,
  "StatusID": 8
}

text/html

Sample:
{"ChildrenID":1,"ClientID":2,"ChildrenName":"sample string 3","DateOfBirth":"2026-08-03T01:33:17.3776096+08:00","Talent":"sample string 5","SpecialNeed":"sample string 6","Gender":7,"StatusID":8}

application/xml, text/xml

Sample:
<ClientChildren xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <ChildrenID>1</ChildrenID>
  <ChildrenName>sample string 3</ChildrenName>
  <ClientID>2</ClientID>
  <DateOfBirth>2026-08-03T01:33:17.3776096+08:00</DateOfBirth>
  <Gender>7</Gender>
  <SpecialNeed>sample string 6</SpecialNeed>
  <StatusID>8</StatusID>
  <Talent>sample string 5</Talent>
</ClientChildren>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.