POST api/OnBoarding/editpackage
Request Information
URI Parameters
None.
Body Parameters
PackageDetailInput| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| PackageId | integer |
None. |
|
| PlanId | integer |
None. |
|
| TypeId | integer |
None. |
|
| StateIds | string |
None. |
|
| TransactionId | string |
None. |
|
| IsUpdate | integer |
None. |
|
| flag | integer |
None. |
|
| Serviceids | string |
None. |
|
| Amount | integer |
None. |
|
| isCall | integer |
None. |
|
| CountryCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"PackageId": 2,
"PlanId": 3,
"TypeId": 4,
"StateIds": "sample string 5",
"TransactionId": "sample string 6",
"IsUpdate": 7,
"flag": 8,
"Serviceids": "sample string 9",
"Amount": 10,
"isCall": 11,
"CountryCode": 12
}
application/xml, text/xml
Sample:
<PackageDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Amount>10</Amount> <CountryCode>12</CountryCode> <IsUpdate>7</IsUpdate> <OrderId>sample string 1</OrderId> <PackageId>2</PackageId> <PlanId>3</PlanId> <Serviceids>sample string 9</Serviceids> <StateIds>sample string 5</StateIds> <TransactionId>sample string 6</TransactionId> <TypeId>4</TypeId> <flag>8</flag> <isCall>11</isCall> </PackageDetailInput>
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/11/03 15:58:47",
"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>