POST Api/MainDocuments/OnlyOneActiveCheck

Request Information

URI Parameters

None.

Body Parameters

OnlyOneActiveDocumentDto
NameDescriptionTypeAdditional information
ProfileId

string

None.

TypeOfDocumentId

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "profileId": "sample string 1",
  "typeOfDocumentId": 2,
  "startDate": "2024-05-18T08:06:38.4812602+00:00",
  "endDate": "2024-05-18T08:06:38.4812602+00:00"
}

multipart/form-data

Sample:
{"profileId":"sample string 1","typeOfDocumentId":2,"startDate":"2024-05-18T08:06:38.4812602+00:00","endDate":"2024-05-18T08:06:38.4812602+00:00"}

application/xml, text/xml

Sample:
<OnlyOneActiveDocumentDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProfileId>sample string 1</ProfileId>
  <TypeOfDocumentId>2</TypeOfDocumentId>
  <StartDate>2024-05-18T08:06:38.4812602+00:00</StartDate>
  <EndDate>2024-05-18T08:06:38.4812602+00:00</EndDate>
</OnlyOneActiveDocumentDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.