POST api/Wizard/SaveStep4

Request Information

URI Parameters

None.

Body Parameters

Step4ViewModel
NameDescriptionTypeAdditional information
CompanyTypeId

integer

None.

CompanySizeId

integer

None.

CompanyNatureId

integer

None.

DateEstablished

date

Required

CompanyRegistrationNo

string

String length: inclusive between 0 and 20

VatNumber

string

String length: inclusive between 0 and 15

Turnover

integer

Required

SubContractors

integer

Required

PaymentStatusId

integer

None.

ApplicationId

string

None.

UserId

string

None.

Scheme

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyTypeId": 1,
  "companySizeId": 1,
  "companyNatureId": 2,
  "dateEstablished": "2025-06-27T15:20:42.7036433+00:00",
  "companyRegistrationNo": "sample string 3",
  "vatNumber": "sample string 4",
  "turnover": 5,
  "subContractors": 1,
  "paymentStatusId": 1,
  "applicationId": "sample string 6",
  "userId": "sample string 7",
  "scheme": "sample string 8"
}

application/xml, text/xml

Sample:
<WizardViewModels.Step4ViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model">
  <ApplicationId>sample string 6</ApplicationId>
  <Scheme>sample string 8</Scheme>
  <UserId>sample string 7</UserId>
  <CompanyNatureId>2</CompanyNatureId>
  <CompanyRegistrationNo>sample string 3</CompanyRegistrationNo>
  <CompanySizeId>1</CompanySizeId>
  <CompanyTypeId>1</CompanyTypeId>
  <DateEstablished>2025-06-27T15:20:42.7036433+00:00</DateEstablished>
  <PaymentStatusId>1</PaymentStatusId>
  <SubContractors>1</SubContractors>
  <Turnover>5</Turnover>
  <VatNumber>sample string 4</VatNumber>
</WizardViewModels.Step4ViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.