Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.21 KB

site.md

File metadata and controls

40 lines (32 loc) · 1.21 KB

Site

Structure

Site

Fields

Name Type Tags Description
Id *int Optional -
Name *string Optional -
Subdomain *string Optional -
Currency *string Optional -
SellerId *int Optional -
NonPrimaryCurrencies []string Optional -
RelationshipInvoicingEnabled *bool Optional -
CustomerHierarchyEnabled *bool Optional -
WhopaysEnabled *bool Optional -
WhopaysDefaultPayer *string Optional -
AllocationSettings *models.AllocationSettings Optional -
DefaultPaymentCollectionMethod *string Optional -
OrganizationAddress *models.OrganizationAddress Optional -
TaxConfiguration *models.TaxConfiguration Optional -
NetTerms *models.NetTerms Optional -
Test *bool Optional -

Example (as JSON)

{
  "id": 34,
  "name": "name0",
  "subdomain": "subdomain4",
  "currency": "currency0",
  "seller_id": 198
}