POST api/Wizard/SaveStep9Stripe
Request Information
URI Parameters
None.
Body Parameters
Step9ViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
Required String length: inclusive between 0 and 50 |
|
| AddressLine1 | string |
Required String length: inclusive between 0 and 50 |
|
| AddressLine2 | string |
String length: inclusive between 0 and 50 |
|
| AddressLine3 | string |
String length: inclusive between 0 and 50 |
|
| Town | string |
Required String length: inclusive between 0 and 50 |
|
| County | string |
String length: inclusive between 0 and 50 |
|
| Postcode | string |
String length: inclusive between 0 and 10 |
|
| EmailAddress | string |
Required String length: inclusive between 0 and 100 |
|
| TelephoneNo | string |
Required String length: inclusive between 0 and 25 |
|
| PaymentStatusId | integer |
None. |
|
| MultiSiteCost | decimal number |
None. |
|
| ApplicationId | string |
None. |
|
| UserId | string |
None. |
|
| Scheme | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"addressLine1": "sample string 3",
"addressLine2": "sample string 4",
"addressLine3": "sample string 5",
"town": "sample string 6",
"county": "sample string 7",
"postcode": "sample string 8",
"emailAddress": "sample string 9",
"telephoneNo": "sample string 10",
"paymentStatusId": 1,
"multiSiteCost": 1.0,
"applicationId": "sample string 11",
"userId": "sample string 12",
"scheme": "sample string 13"
}
application/xml, text/xml
Sample:
<WizardViewModels.Step9ViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model"> <ApplicationId>sample string 11</ApplicationId> <Scheme>sample string 13</Scheme> <UserId>sample string 12</UserId> <AddressLine1>sample string 3</AddressLine1> <AddressLine2>sample string 4</AddressLine2> <AddressLine3>sample string 5</AddressLine3> <County>sample string 7</County> <EmailAddress>sample string 9</EmailAddress> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <MultiSiteCost>1</MultiSiteCost> <PaymentStatusId>1</PaymentStatusId> <Postcode>sample string 8</Postcode> <TelephoneNo>sample string 10</TelephoneNo> <Town>sample string 6</Town> </WizardViewModels.Step9ViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.