POST api/BOProfile/GetAllBusinessProjects

Request Information

URI Parameters

None.

Body Parameters

GetAllProjectsModel
NameDescriptionTypeAdditional information
Serviceid

integer

None.

ProjectTitle

string

None.

CostStart

string

None.

CostEnd

string

None.

PastProjectID

integer

None.

Photo

string

None.

isGlobal

integer

None.

RecordPerPage

integer

None.

PageNo

integer

None.

ClientName

string

None.

ProjectMonth

string

None.

ProjectYear

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Serviceid": 2,
  "ProjectTitle": "sample string 3",
  "CostStart": "sample string 4",
  "CostEnd": "sample string 5",
  "PastProjectID": 6,
  "Photo": "sample string 7",
  "isGlobal": 8,
  "RecordPerPage": 9,
  "PageNo": 10,
  "ClientName": "sample string 11",
  "ProjectMonth": "sample string 12",
  "ProjectYear": 13
}

application/xml, text/xml

Sample:
<GetAllProjectsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <BusinessId>1</BusinessId>
  <ClientName>sample string 11</ClientName>
  <CostEnd>sample string 5</CostEnd>
  <CostStart>sample string 4</CostStart>
  <PageNo>10</PageNo>
  <PastProjectID>6</PastProjectID>
  <Photo>sample string 7</Photo>
  <ProjectMonth>sample string 12</ProjectMonth>
  <ProjectTitle>sample string 3</ProjectTitle>
  <ProjectYear>13</ProjectYear>
  <RecordPerPage>9</RecordPerPage>
  <Serviceid>2</Serviceid>
  <isGlobal>8</isGlobal>
</GetAllProjectsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2024/09/19 17:21:03",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
  <StatusCode>1</StatusCode>
</VCAPIResponse>