POST api/BOProfile/GetAllBusinessProjects
Request Information
URI Parameters
None.
Body Parameters
GetAllProjectsModel| Name | Description | Type | Additional 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <Serviceid>2</Serviceid> <ProjectTitle>sample string 3</ProjectTitle> <CostStart>sample string 4</CostStart> <CostEnd>sample string 5</CostEnd> <PastProjectID>6</PastProjectID> <Photo>sample string 7</Photo> <isGlobal>8</isGlobal> <RecordPerPage>9</RecordPerPage> <PageNo>10</PageNo> <ClientName>sample string 11</ClientName> <ProjectMonth>sample string 12</ProjectMonth> <ProjectYear>13</ProjectYear> </GetAllProjectsModel>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional 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": "2025/10/31 15:36:30",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>