POST api/BOProfile/UpdateServiceSwitch
Request Information
URI Parameters
None.
Body Parameters
UpdateServiceSwitch| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| Isupdate | integer |
None. |
|
| BusinessId | integer |
None. |
|
| Reason | string |
None. |
|
| StartDate | string |
None. |
|
| isPermanentPaused | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"Isupdate": 2,
"BusinessId": 3,
"Reason": "sample string 4",
"StartDate": "sample string 5",
"isPermanentPaused": 6
}
application/xml, text/xml
Sample:
<UpdateServiceSwitch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ServiceId>1</ServiceId> <Isupdate>2</Isupdate> <BusinessId>3</BusinessId> <Reason>sample string 4</Reason> <StartDate>sample string 5</StartDate> <isPermanentPaused>6</isPermanentPaused> </UpdateServiceSwitch>
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/12/16 08:28:28",
"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>