POST api/SavedataP1
Request Information
URI Parameters
None.
Body Parameters
SavedataP1| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
None. |
|
| plan | string |
None. |
|
| language | Collection of string |
None. |
|
| data_package | string |
None. |
|
| currency | integer |
None. |
|
| addOn | Collection of string |
None. |
|
| taxid | string |
None. |
|
| fullname | string |
None. |
|
| companyaddress | string |
None. |
|
| city | string |
None. |
|
| province | string |
None. |
|
| country | string |
None. |
|
| zipcode | string |
None. |
|
| currentlang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user": "sample string 1",
"plan": "sample string 2",
"language": [
"sample string 1",
"sample string 2"
],
"data_package": "sample string 3",
"currency": 4,
"addOn": [
"sample string 1",
"sample string 2"
],
"taxid": "sample string 5",
"fullname": "sample string 6",
"companyaddress": "sample string 7",
"city": "sample string 8",
"province": "sample string 9",
"country": "sample string 10",
"zipcode": "sample string 11",
"currentlang": "sample string 12"
}
application/xml, text/xml
Sample:
<SavedataP1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models">
<addOn xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</addOn>
<city>sample string 8</city>
<companyaddress>sample string 7</companyaddress>
<country>sample string 10</country>
<currency>4</currency>
<currentlang>sample string 12</currentlang>
<data_package>sample string 3</data_package>
<fullname>sample string 6</fullname>
<language xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</language>
<plan>sample string 2</plan>
<province>sample string 9</province>
<taxid>sample string 5</taxid>
<user>sample string 1</user>
<zipcode>sample string 11</zipcode>
</SavedataP1>
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.