SEN Update Details

You must have an SIMS Enterprise plan and be authorised to use all these endpoint or else it will block your request and lock your sch key.

Update Basic Details

PATCH https://api.luasims.cloud/api/v1/student/sen/updatebasicdetails

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <apikey>

Body

NameTypeDescription

StudentID

string

The Roblox ID of the student

StudentUsername

string

The Roblox username of the student

RecordedBy

string

The person who recorded the record

Status

string

The status

PendingStatements

string

The pending statements

StartDate

string

The start date of the basic details

Response

{
  "Message": String,
  "Student": Object,
  "Error": false
}

Last updated