POST api/Account/UpsertSupport
Request Information
URI Parameters
None.
Body Parameters
UpsertSupport_center_DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| string |
None. |
||
| name | string |
None. |
|
| description | string |
None. |
|
| subject | string |
None. |
|
| status | integer |
None. |
|
| stud_id | integer |
None. |
|
| created_date | date |
None. |
|
| query_for | integer |
None. |
|
| created_by | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"email": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"subject": "sample string 5",
"status": 6,
"stud_id": 7,
"created_date": "2025-12-22T16:12:50.6398574+05:30",
"query_for": 9,
"created_by": 10
}
application/xml, text/xml
Sample:
<UpsertSupport_center_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NxModel"> <created_by>10</created_by> <created_date>2025-12-22T16:12:50.6398574+05:30</created_date> <description>sample string 4</description> <email>sample string 2</email> <id>1</id> <name>sample string 3</name> <query_for>9</query_for> <status>6</status> <stud_id>7</stud_id> <subject>sample string 5</subject> </UpsertSupport_center_DTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />