PUT api/v2/doc
Update a record.
Request Information
URI Parameters
None.
Body Parameters
DocTable| Name | Description | Type | Additional information |
|---|---|---|---|
| SC | integer |
None. |
|
| SN | integer |
None. |
|
| ID | integer |
None. |
|
| SQ | integer |
None. |
|
| DT | date |
None. |
|
| GR | integer |
None. |
|
| CT | string |
None. |
|
| NM | string |
None. |
|
| XT | string |
None. |
|
| SZ | integer |
None. |
|
| LK | boolean |
None. |
|
| SRC | string |
None. |
|
| SCT | string |
None. |
|
| TY | string |
None. |
|
| UN | string |
None. |
|
| IDT | date |
None. |
|
| IUI | integer |
None. |
|
| IUN | string |
None. |
|
| UUI | integer |
None. |
|
| UUN | string |
None. |
|
| RID | string |
None. |
|
| RB | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"SC": 1,
"SN": 2,
"ID": 3,
"SQ": 4,
"DT": "2026-02-03T18:26:28.9312012-08:00",
"GR": 5,
"CT": "sample string 6",
"NM": "sample string 7",
"XT": "sample string 8",
"SZ": 9,
"LK": true,
"SRC": "sample string 11",
"SCT": "sample string 12",
"TY": "sample string 13",
"UN": "sample string 14",
"IDT": "2026-02-03T18:26:28.9312012-08:00",
"IUI": 15,
"IUN": "sample string 16",
"UUI": 17,
"UUN": "sample string 18",
"RID": "sample string 19",
"RB": "QEA="
}
application/xml, text/xml
Sample:
<DocTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2"> <CT>sample string 6</CT> <DT>2026-02-03T18:26:28.9312012-08:00</DT> <GR>5</GR> <ID>3</ID> <IDT>2026-02-03T18:26:28.9312012-08:00</IDT> <IUI>15</IUI> <IUN>sample string 16</IUN> <LK>true</LK> <NM>sample string 7</NM> <RB>QEA=</RB> <RID>sample string 19</RID> <SC>1</SC> <SCT>sample string 12</SCT> <SN>2</SN> <SQ>4</SQ> <SRC>sample string 11</SRC> <SZ>9</SZ> <TY>sample string 13</TY> <UN>sample string 14</UN> <UUI>17</UUI> <UUN>sample string 18</UUN> <XT>sample string 8</XT> </DocTable>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Timestamp | date |
None. |
|
| Status | string |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Timestamp": "2026-02-03T18:26:28.946829-08:00",
"Status": "sample string 2",
"Error": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2"> <Error>sample string 3</Error> <Status>sample string 2</Status> <Timestamp>2026-02-03T18:26:28.946829-08:00</Timestamp> </ApiStatus>