POST Register/SyncNPSdates

Request Information

URI Parameters

None.

Body Parameters

SyncNPSdatesDto
NameDescriptionTypeAdditional information
OrderNumber

string

None.

OpportunityId

string

None.

StudentMidTermEvalSubmittedOn

date

None.

LegalGuradiansMidTermEvalSubmittedOn

date

None.

StudentFinalEvalSubmittedOn

date

None.

LegalGuardianFinalEvalSubmittedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNumber": "sample string 1",
  "OpportunityId": "sample string 2",
  "StudentMidTermEvalSubmittedOn": "2026-04-01T10:41:49.5758642+02:00",
  "LegalGuradiansMidTermEvalSubmittedOn": "2026-04-01T10:41:49.5758642+02:00",
  "StudentFinalEvalSubmittedOn": "2026-04-01T10:41:49.5758642+02:00",
  "LegalGuardianFinalEvalSubmittedOn": "2026-04-01T10:41:49.5758642+02:00"
}

application/xml, text/xml

Sample:
<SyncNPSdatesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EITWEP.Business.WepBusiness.FRONT.FrontApiBiz.Dtos">
  <LegalGuardianFinalEvalSubmittedOn>2026-04-01T10:41:49.5758642+02:00</LegalGuardianFinalEvalSubmittedOn>
  <LegalGuradiansMidTermEvalSubmittedOn>2026-04-01T10:41:49.5758642+02:00</LegalGuradiansMidTermEvalSubmittedOn>
  <OpportunityId>sample string 2</OpportunityId>
  <OrderNumber>sample string 1</OrderNumber>
  <StudentFinalEvalSubmittedOn>2026-04-01T10:41:49.5758642+02:00</StudentFinalEvalSubmittedOn>
  <StudentMidTermEvalSubmittedOn>2026-04-01T10:41:49.5758642+02:00</StudentMidTermEvalSubmittedOn>
</SyncNPSdatesDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SyncNPSdatesDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.