POST api/Calc/CalcAcademicStudies

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Header": {
    "CalcDate": 1
  },
  "Rows": [
    {
      "RowId": 1,
      "IsActive": true,
      "Title": "sample string 3",
      "Field": "sample string 4",
      "EndDate": "2025-12-30T18:47:38.1849749+02:00",
      "YearsOfEducation": 1
    },
    {
      "RowId": 1,
      "IsActive": true,
      "Title": "sample string 3",
      "Field": "sample string 4",
      "EndDate": "2025-12-30T18:47:38.1849749+02:00",
      "YearsOfEducation": 1
    },
    {
      "RowId": 1,
      "IsActive": true,
      "Title": "sample string 3",
      "Field": "sample string 4",
      "EndDate": "2025-12-30T18:47:38.1849749+02:00",
      "YearsOfEducation": 1
    }
  ]
}

text/xml

Sample:
<CalcAcademicStudiesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Calc.DTO.Tax">
  <Header>
    <CalcDate>1</CalcDate>
  </Header>
  <Rows>
    <CalcAcademicStudiesRow>
      <EndDate>2025-12-30T18:47:38.1849749+02:00</EndDate>
      <Field>sample string 4</Field>
      <IsActive>true</IsActive>
      <RowId>1</RowId>
      <Title>sample string 3</Title>
      <YearsOfEducation>1</YearsOfEducation>
    </CalcAcademicStudiesRow>
    <CalcAcademicStudiesRow>
      <EndDate>2025-12-30T18:47:38.1849749+02:00</EndDate>
      <Field>sample string 4</Field>
      <IsActive>true</IsActive>
      <RowId>1</RowId>
      <Title>sample string 3</Title>
      <YearsOfEducation>1</YearsOfEducation>
    </CalcAcademicStudiesRow>
    <CalcAcademicStudiesRow>
      <EndDate>2025-12-30T18:47:38.1849749+02:00</EndDate>
      <Field>sample string 4</Field>
      <IsActive>true</IsActive>
      <RowId>1</RowId>
      <Title>sample string 3</Title>
      <YearsOfEducation>1</YearsOfEducation>
    </CalcAcademicStudiesRow>
  </Rows>
</CalcAcademicStudiesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "SuccessObject": {
    "InternshipEndDate": 1,
    "AcademicCode": "sample string 1",
    "AcademicEndDate": 2
  },
  "RowId": 1,
  "Status": 1,
  "ErrorObject": {
    "errorMessage": "sample string 1",
    "responseErrorCode": 2,
    "errorDescription": "sample string 3"
  }
}

text/xml

Sample:
<ResponseWrapperOfCalcAcademicStudiesResponseJ_SdtqxL4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mobaxe.Infrastructure.SDK.Common">
  <ErrorObject>
    <ErrorDescription>sample string 3</ErrorDescription>
    <ErrorMessage>sample string 1</ErrorMessage>
    <ResponseErrorCode>2</ResponseErrorCode>
  </ErrorObject>
  <RowId>1</RowId>
  <Status>1</Status>
  <SuccessObject xmlns:d2p1="http://schemas.datacontract.org/2004/07/Heshev.Calc.DTO.Tax">
    <d2p1:AcademicCode>sample string 1</d2p1:AcademicCode>
    <d2p1:AcademicEndDate>2</d2p1:AcademicEndDate>
    <d2p1:InternshipEndDate>1</d2p1:InternshipEndDate>
  </SuccessObject>
</ResponseWrapperOfCalcAcademicStudiesResponseJ_SdtqxL4>