POST api/BOProfile/getAddVideoPhoto
Request Information
URI Parameters
None.
Body Parameters
crdPhotosVideosModelName | 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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <BusinessId>1</BusinessId> <Flag>4</Flag> <PageNo>10</PageNo> <ReadFlag>11</ReadFlag> <RecordPerPage>9</RecordPerPage> <ServiceId>3</ServiceId> <Userid>2</Userid> <imageYouTubeUrl>sample string 6</imageYouTubeUrl> <isGlobal>7</isGlobal> <isType>8</isType> <videoid>5</videoid> </crdPhotosVideosModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponseName | 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/04/04 03:42:01", "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>