POST api/BOProfile/getAddVideoPhoto
Request Information
URI Parameters
None.
Body Parameters
crdPhotosVideosModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| ServiceId | integer | None. | |
| Flag | integer | None. | |
| videoid | integer | None. | |
| imageYouTubeUrl | string | None. | |
| isGlobal | integer | None. | |
| isType | integer | None. | |
| RecordPerPage | integer | None. | |
| PageNo | integer | None. | |
| ReadFlag | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "ServiceId": 3,
  "Flag": 4,
  "videoid": 5,
  "imageYouTubeUrl": "sample string 6",
  "isGlobal": 7,
  "isType": 8,
  "RecordPerPage": 9,
  "PageNo": 10,
  "ReadFlag": 11
}
        application/xml, text/xml
            Sample:
        <crdPhotosVideosModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <Userid>2</Userid> <ServiceId>3</ServiceId> <Flag>4</Flag> <videoid>5</videoid> <imageYouTubeUrl>sample string 6</imageYouTubeUrl> <isGlobal>7</isGlobal> <isType>8</isType> <RecordPerPage>9</RecordPerPage> <PageNo>10</PageNo> <ReadFlag>11</ReadFlag> </crdPhotosVideosModel>
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:38",
  "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>