POST api/v2/aut/replace
Replaces all records.
Request Information
URI Parameters
None.
Body Parameters
Collection of AutTable| Name | Description | Type | Additional information |
|---|---|---|---|
| SC | integer |
None. |
|
| SN | integer |
None. |
|
| ID | integer |
None. |
|
| TY | string |
None. |
|
| CO | string |
None. |
|
| DT | date |
None. |
|
| SQ | integer |
None. |
|
| ST | string |
None. |
|
| SDT | date |
None. |
|
| CD | string |
None. |
|
| TA | string |
None. |
|
| EED | date |
None. |
|
| SRC | string |
None. |
|
| IDT | date |
None. |
|
| IUI | integer |
None. |
|
| IUN | string |
None. |
|
| UUI | integer |
None. |
|
| UUN | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SC": 1,
"SN": 2,
"ID": 3,
"TY": "sample string 4",
"CO": "sample string 5",
"DT": "2026-02-03T18:26:05.7140998-08:00",
"SQ": 6,
"ST": "sample string 7",
"SDT": "2026-02-03T18:26:05.7140998-08:00",
"CD": "sample string 8",
"TA": "sample string 9",
"EED": "2026-02-03T18:26:05.7140998-08:00",
"SRC": "sample string 10",
"IDT": "2026-02-03T18:26:05.7140998-08:00",
"IUI": 11,
"IUN": "sample string 12",
"UUI": 13,
"UUN": "sample string 14"
},
{
"SC": 1,
"SN": 2,
"ID": 3,
"TY": "sample string 4",
"CO": "sample string 5",
"DT": "2026-02-03T18:26:05.7140998-08:00",
"SQ": 6,
"ST": "sample string 7",
"SDT": "2026-02-03T18:26:05.7140998-08:00",
"CD": "sample string 8",
"TA": "sample string 9",
"EED": "2026-02-03T18:26:05.7140998-08:00",
"SRC": "sample string 10",
"IDT": "2026-02-03T18:26:05.7140998-08:00",
"IUI": 11,
"IUN": "sample string 12",
"UUI": 13,
"UUN": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfAutTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2">
<AutTable>
<CD>sample string 8</CD>
<CO>sample string 5</CO>
<DT>2026-02-03T18:26:05.7140998-08:00</DT>
<EED>2026-02-03T18:26:05.7140998-08:00</EED>
<ID>3</ID>
<IDT>2026-02-03T18:26:05.7140998-08:00</IDT>
<IUI>11</IUI>
<IUN>sample string 12</IUN>
<SC>1</SC>
<SDT>2026-02-03T18:26:05.7140998-08:00</SDT>
<SN>2</SN>
<SQ>6</SQ>
<SRC>sample string 10</SRC>
<ST>sample string 7</ST>
<TA>sample string 9</TA>
<TY>sample string 4</TY>
<UUI>13</UUI>
<UUN>sample string 14</UUN>
</AutTable>
<AutTable>
<CD>sample string 8</CD>
<CO>sample string 5</CO>
<DT>2026-02-03T18:26:05.7140998-08:00</DT>
<EED>2026-02-03T18:26:05.7140998-08:00</EED>
<ID>3</ID>
<IDT>2026-02-03T18:26:05.7140998-08:00</IDT>
<IUI>11</IUI>
<IUN>sample string 12</IUN>
<SC>1</SC>
<SDT>2026-02-03T18:26:05.7140998-08:00</SDT>
<SN>2</SN>
<SQ>6</SQ>
<SRC>sample string 10</SRC>
<ST>sample string 7</ST>
<TA>sample string 9</TA>
<TY>sample string 4</TY>
<UUI>13</UUI>
<UUN>sample string 14</UUN>
</AutTable>
</ArrayOfAutTable>
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:05.7297269-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:05.7297269-08:00</Timestamp> </ApiStatus>