POST api/AppsSpa/GetDefaultSpaCloudData

Request Information

URI Parameters

None.

Body Parameters

GetAppsSpaRequest
NameDescriptionTypeAdditional information
CompKey

integer

None.

CompName

string

None.

CustomerKey

integer

None.

CompanyEmail

string

None.

Currencykey

integer

None.

Dateformatd

string

None.

Amountformat

string

None.

CurrencyCode

string

None.

CurrencyName

string

None.

Taxkey1

integer

None.

Taxkey2

integer

None.

Taxkey3

integer

None.

CountryKey

integer

None.

StateKey

integer

None.

Compadres1

string

None.

Compphone

string

None.

Compmobile

string

None.

CompWebsite

string

None.

Subsordemo

string

None.

IsDemoCust

boolean

None.

UserCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompKey": 1,
  "CompName": "sample string 2",
  "CustomerKey": 3,
  "CompanyEmail": "sample string 4",
  "Currencykey": 5,
  "Dateformatd": "sample string 6",
  "Amountformat": "sample string 7",
  "CurrencyCode": "sample string 8",
  "CurrencyName": "sample string 9",
  "Taxkey1": 10,
  "Taxkey2": 11,
  "Taxkey3": 12,
  "CountryKey": 13,
  "StateKey": 14,
  "Compadres1": "sample string 15",
  "Compphone": "sample string 16",
  "Compmobile": "sample string 17",
  "CompWebsite": "sample string 18",
  "Subsordemo": "sample string 19",
  "IsDemoCust": true,
  "UserCount": 21
}

text/xml

Sample:
<GetAppsSpaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport.AppsTrasports.Spa">
  <Amountformat>sample string 7</Amountformat>
  <CompKey>1</CompKey>
  <CompName>sample string 2</CompName>
  <CompWebsite>sample string 18</CompWebsite>
  <Compadres1>sample string 15</Compadres1>
  <CompanyEmail>sample string 4</CompanyEmail>
  <Compmobile>sample string 17</Compmobile>
  <Compphone>sample string 16</Compphone>
  <CountryKey>13</CountryKey>
  <CurrencyCode>sample string 8</CurrencyCode>
  <CurrencyName>sample string 9</CurrencyName>
  <Currencykey>5</Currencykey>
  <CustomerKey>3</CustomerKey>
  <Dateformatd>sample string 6</Dateformatd>
  <IsDemoCust>true</IsDemoCust>
  <StateKey>14</StateKey>
  <Subsordemo>sample string 19</Subsordemo>
  <Taxkey1>10</Taxkey1>
  <Taxkey2>11</Taxkey2>
  <Taxkey3>12</Taxkey3>
  <UserCount>21</UserCount>
</GetAppsSpaRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.