POST SelectAge
Request Information
URI Parameters
None.
Body Parameters
AgeEN| Name | Description | Type | Additional information |
|---|---|---|---|
| AgeID | integer |
None. |
|
| Name | string |
None. |
|
| Status | integer |
None. |
|
| IconImage | string |
None. |
|
| MainImage | string |
None. |
|
| RegDate | date |
None. |
|
| ModDate | date |
None. |
|
| RequiredSouvenir | integer |
None. |
|
| TotalSouvenir | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgeID": 1,
"Name": "sample string 2",
"Status": 3,
"IconImage": "sample string 4",
"MainImage": "sample string 5",
"RegDate": "2025-12-19T12:31:05.5268759+00:00",
"ModDate": "2025-12-19T12:31:05.5268759+00:00",
"RequiredSouvenir": 8,
"TotalSouvenir": 9
}
application/xml, text/xml
Sample:
<AgeEN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.Entities"> <AgeID>1</AgeID> <IconImage>sample string 4</IconImage> <MainImage>sample string 5</MainImage> <ModDate>2025-12-19T12:31:05.5268759+00:00</ModDate> <Name>sample string 2</Name> <RegDate>2025-12-19T12:31:05.5268759+00:00</RegDate> <RequiredSouvenir>8</RequiredSouvenir> <Status>3</Status> <TotalSouvenir>9</TotalSouvenir> </AgeEN>
application/x-www-form-urlencoded
Sample:
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. |