POST api/OnBoarding/packagedetail
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OrderId>sample string 1</OrderId> <PackageId>2</PackageId> <PlanId>3</PlanId> <TypeId>4</TypeId> <StateIds>sample string 5</StateIds> <TransactionId>sample string 6</TransactionId> <IsUpdate>7</IsUpdate> <flag>8</flag> <Serviceids>sample string 9</Serviceids> <Amount>10</Amount> <isCall>11</isCall> <CountryCode>12</CountryCode> </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/10/31 15:45:39",
  "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>