POST api/WebOrder/BillingInfo/Save?id={id}&hash={hash}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| hash | string |
Required |
Body Parameters
BillingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CoepOpted | boolean |
None. |
|
| PaperlessOpted | boolean |
None. |
|
| DateOfBirth | date |
None. |
|
| CreditCheckOpted | boolean |
None. |
|
| CreditScore | integer |
None. |
|
| TotalCharges | decimal number |
None. |
|
| SSN | string |
None. |
|
| RiskFactor | string |
None. |
|
| RiskyScore | boolean |
None. |
|
| TempAccount | string |
None. |
|
| TotalFreeOutlets | integer |
None. |
|
| SubscriberwiseInfo | SubscriberWise |
None. |
|
| HolidayOptionInstructions | string |
None. |
|
| HolidayOptionOpted | boolean |
None. |
|
| IsComplete | boolean |
None. |
|
| HasErrors | boolean |
None. |
|
| Errors | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"coepOpted": true,
"paperlessOpted": true,
"dateOfBirth": "2025-12-15T15:17:02.5718076-07:00",
"creditCheckOpted": true,
"creditScore": 4,
"totalCharges": 5.0,
"ssn": "sample string 6",
"riskFactor": "sample string 7",
"riskyScore": true,
"tempAccount": "sample string 8",
"totalFreeOutlets": 1,
"subscriberwiseInfo": {
"id": 1,
"riskFactor": "sample string 2",
"totalDepositAmount": 3.0,
"itemizedDeposits": "sample string 4",
"optOut": true,
"errorCode": "sample string 6",
"errorMessage": "sample string 7",
"isBlocked": true,
"customErrorMessage": "sample string 9",
"referenceID": "sample string 10"
},
"holidayOptionInstructions": "sample string 9",
"holidayOptionOpted": true,
"isComplete": true,
"hasErrors": true,
"errors": [
"sample string 1",
"sample string 2"
]
}
text/html
Sample:
{"coepOpted":true,"paperlessOpted":true,"dateOfBirth":"2025-12-15T15:17:02.5718076-07:00","creditCheckOpted":true,"creditScore":4,"totalCharges":5.0,"ssn":"sample string 6","riskFactor":"sample string 7","riskyScore":true,"tempAccount":"sample string 8","totalFreeOutlets":1,"subscriberwiseInfo":{"id":1,"riskFactor":"sample string 2","totalDepositAmount":3.0,"itemizedDeposits":"sample string 4","optOut":true,"errorCode":"sample string 6","errorMessage":"sample string 7","isBlocked":true,"customErrorMessage":"sample string 9","referenceID":"sample string 10"},"holidayOptionInstructions":"sample string 9","holidayOptionOpted":true,"isComplete":true,"hasErrors":true,"errors":["sample string 1","sample string 2"]}
application/xml, text/xml
Sample:
<BillingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WWW.CableOne.ShoppingCartBusinessEntities">
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
<HasErrors>true</HasErrors>
<IsComplete>true</IsComplete>
<CoepOpted>true</CoepOpted>
<CreditCheckOpted>true</CreditCheckOpted>
<CreditScore>4</CreditScore>
<DateOfBirth>2025-12-15T15:17:02.5718076-07:00</DateOfBirth>
<HolidayOptionInstructions>sample string 9</HolidayOptionInstructions>
<HolidayOptionOpted>true</HolidayOptionOpted>
<PaperlessOpted>true</PaperlessOpted>
<RiskFactor>sample string 7</RiskFactor>
<RiskyScore>true</RiskyScore>
<SSN>sample string 6</SSN>
<SubscriberwiseInfo>
<CustomErrorMessage>sample string 9</CustomErrorMessage>
<ErrorCode>sample string 6</ErrorCode>
<ErrorMessage>sample string 7</ErrorMessage>
<Id>1</Id>
<IsBlocked>true</IsBlocked>
<ItemizedDeposits>sample string 4</ItemizedDeposits>
<OptOut>true</OptOut>
<ReferenceID>sample string 10</ReferenceID>
<RiskFactor>sample string 2</RiskFactor>
<TotalDepositAmount>3</TotalDepositAmount>
</SubscriberwiseInfo>
<TempAccount>sample string 8</TempAccount>
<TotalCharges>5</TotalCharges>
<TotalFreeOutlets>1</TotalFreeOutlets>
</BillingInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| ContentEncoding | Encoding |
None. |
|
| ContentType | string |
None. |
|
| Data | Object |
None. |
|
| JsonRequestBehavior | JsonRequestBehavior |
None. |
|
| MaxJsonLength | integer |
None. |
|
| RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"contentEncoding": null,
"contentType": "sample string 3",
"data": {},
"jsonRequestBehavior": 0,
"maxJsonLength": 1,
"recursionLimit": 1
}
text/html
Sample:
{"success":true,"message":"sample string 2","contentEncoding":null,"contentType":"sample string 3","data":{},"jsonRequestBehavior":0,"maxJsonLength":1,"recursionLimit":1}
application/xml, text/xml
Sample:
<JsonResponseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WWW.CableOne.ShoppingCartUtilities"> <ContentEncoding xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Text" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" /> <ContentType xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">sample string 3</ContentType> <Data xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc" /> <JsonRequestBehavior xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">AllowGet</JsonRequestBehavior> <MaxJsonLength xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">1</MaxJsonLength> <RecursionLimit xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">1</RecursionLimit> <Message>sample string 2</Message> <Success>true</Success> </JsonResponseResult>