POST api/account/CompanyStubHubSetting

Request Information

URI Parameters

None.

Body Parameters

PersonStubHubResult
NameDescriptionTypeAdditional information
ClientId

globally unique identifier

None.

ClientCode

string

None.

ClientName

string

None.

ClientNameCN

string

None.

BankName

string

None.

BankAccount

string

None.

VATInvoiceCode

string

None.

Address

string

None.

PhoneNumber

string

None.

InvoiceSendName

string

None.

InvoiceSendPhone

string

None.

InvoiceSendAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": "e7e6497a-d672-433e-9134-afc981b0ae46",
  "ClientCode": "sample string 2",
  "ClientName": "sample string 3",
  "ClientNameCN": "sample string 4",
  "BankName": "sample string 5",
  "BankAccount": "sample string 6",
  "VATInvoiceCode": "sample string 7",
  "Address": "sample string 8",
  "PhoneNumber": "sample string 9",
  "InvoiceSendName": "sample string 10",
  "InvoiceSendPhone": "sample string 11",
  "InvoiceSendAddress": "sample string 12"
}

application/xml, text/xml

Sample:
<PersonStubHubResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <Address>sample string 8</Address>
  <BankAccount>sample string 6</BankAccount>
  <BankName>sample string 5</BankName>
  <ClientCode>sample string 2</ClientCode>
  <ClientId>e7e6497a-d672-433e-9134-afc981b0ae46</ClientId>
  <ClientName>sample string 3</ClientName>
  <ClientNameCN>sample string 4</ClientNameCN>
  <InvoiceSendAddress>sample string 12</InvoiceSendAddress>
  <InvoiceSendName>sample string 10</InvoiceSendName>
  <InvoiceSendPhone>sample string 11</InvoiceSendPhone>
  <PhoneNumber>sample string 9</PhoneNumber>
  <VATInvoiceCode>sample string 7</VATInvoiceCode>
</PersonStubHubResult>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfCommonResult
NameDescriptionTypeAdditional information
Content

CommonResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.