POST api/UserChildren/Post
Request Information
URI Parameters
None.
Body Parameters
LiteUserChildrenName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
ParentUserId | string |
Required |
|
Name | string |
Required |
|
AgeText | string |
None. |
|
Gender | byte |
None. |
|
GenderName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ParentUserId": "sample string 2", "Name": "sample string 3", "AgeText": "sample string 4", "Gender": 64, "GenderName": "sample string 6" }
application/xml, text/xml
Sample:
<LiteUserChildren xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HubApi.Models.Hub.Api"> <AgeText>sample string 4</AgeText> <Gender>64</Gender> <GenderName>sample string 6</GenderName> <Id>1</Id> <Name>sample string 3</Name> <ParentUserId>sample string 2</ParentUserId> </LiteUserChildren>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.