POST api/v2/doc

Create a new record.

Request Information

URI Parameters

None.

Body Parameters

DocTable
NameDescriptionTypeAdditional 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": "2024-06-29T00:44:34.4747011-07: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": "2024-06-29T00:44:34.4747011-07: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>2024-06-29T00:44:34.4747011-07:00</DT>
  <GR>5</GR>
  <ID>3</ID>
  <IDT>2024-06-29T00:44:34.4747011-07: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

StudentSequenceApiStatus
NameDescriptionTypeAdditional information
SQ

integer

None.

ID

integer

None.

SC

integer

None.

SN

integer

None.

Timestamp

date

None.

Status

string

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SQ": 1,
  "ID": 2,
  "SC": 3,
  "SN": 4,
  "Timestamp": "2024-06-29T00:44:34.5015847-07:00",
  "Status": "sample string 6",
  "Error": "sample string 7"
}

application/xml, text/xml

Sample:
<StudentSequenceApiStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2">
  <Error>sample string 7</Error>
  <Status>sample string 6</Status>
  <Timestamp>2024-06-29T00:44:34.5015847-07:00</Timestamp>
  <ID>2</ID>
  <SC>3</SC>
  <SN>4</SN>
  <SQ>1</SQ>
</StudentSequenceApiStatus>