GET api/Organization/{id}
Gets organization details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
OrgId. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationId | integer |
None. |
|
| Name | string |
None. |
|
| IsProductionReady | boolean |
None. |
|
| IsPaymentCheck | boolean |
None. |
|
| IsPaymentCreditCard | boolean |
None. |
|
| IsPaymentDebitCard | boolean |
None. |
|
| IsPaymentGiftCard | boolean |
None. |
|
| OrganizationTypeId | integer |
None. |
|
| OrganizationType | string |
None. |
|
| AppUserCount | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| GlobalId | string |
None. |
|
| TimeZoneCode | string |
None. |
|
| TimeZoneName | string |
None. |
|
| FolderUri | string |
None. |
|
| FolderSize | integer |
None. |
|
| FileCount | integer |
None. |
|
| FolderSizeMb | integer |
None. |
|
| IsTrackCustomerForOrder | boolean |
None. |
|
| SkuSeed | integer |
None. |
|
| CustomerCustomLabel1 | string |
None. |
|
| CustomerCustomLabel2 | string |
None. |
|
| CustomerCustomLabel3 | string |
None. |
|
| CustomerCustomLabel4 | string |
None. |
|
| OrderNumberSeed | integer |
None. |
|
| DefaultOrderTypeId | integer |
None. |
|
| DefaultOrderType | string |
None. |
|
| UtcOffset | decimal number |
None. |
|
| PurchaseOrderNumberSeed | integer |
None. |
|
| IsInventory | boolean |
None. |
|
| ReturnOrderNumberSeed | integer |
None. |
|
| CustomerCodeSeed | integer |
None. |
|
| EmployeeCodeSeed | integer |
None. |
|
| SupplierCodeSeed | integer |
None. |
|
| IsStore | boolean |
None. |
|
| IsPos | boolean |
None. |
|
| IsLibrary | boolean |
None. |
|
| StoreUriName | string |
None. |
|
| StoreDescription | string |
None. |
|
| StoreDomainName | string |
None. |
|
| StoreTransactionTypeId | integer |
None. |
|
| StoreTransactionType | string |
None. |
|
| SalesTaxRate | decimal number |
None. |
|
| QuoteNumberSeed | integer |
None. |
|
| QuoteRequestNumberSeed | integer |
None. |
|
| PhysicalAddress | string |
None. |
|
| PhysicalCity | string |
None. |
|
| PhysicalPostalCode | string |
None. |
|
| PhysicalStateCode | string |
None. |
|
| PhysicalCountryCode | string |
None. |
|
| PhysicalEmail | string |
None. |
|
| PhysicalPhoneNumber | string |
None. |
|
| PhysicalMapLat | decimal number |
None. |
|
| PhysicalMapLng | decimal number |
None. |
|
| PhysicalMapZoom | integer |
None. |
|
| SalesReceiptHeaderText | string |
None. |
|
| SalesReceiptFooterText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrganizationId": 1,
"Name": "sample string 2",
"IsProductionReady": true,
"IsPaymentCheck": true,
"IsPaymentCreditCard": true,
"IsPaymentDebitCard": true,
"IsPaymentGiftCard": true,
"OrganizationTypeId": 1,
"OrganizationType": "sample string 3",
"AppUserCount": 1,
"CreatedDate": "2025-12-14T01:16:14.6429451+00:00",
"CreatedBy": "sample string 4",
"UpdatedDate": "2025-12-14T01:16:14.6429451+00:00",
"UpdatedBy": "sample string 5",
"UpdatedByName": "sample string 6",
"GlobalId": "sample string 7",
"TimeZoneCode": "sample string 8",
"TimeZoneName": "sample string 9",
"FolderUri": "sample string 10",
"FolderSize": 1,
"FileCount": 1,
"FolderSizeMb": 1,
"IsTrackCustomerForOrder": true,
"SkuSeed": 1,
"CustomerCustomLabel1": "sample string 11",
"CustomerCustomLabel2": "sample string 12",
"CustomerCustomLabel3": "sample string 13",
"CustomerCustomLabel4": "sample string 14",
"OrderNumberSeed": 1,
"DefaultOrderTypeId": 1,
"DefaultOrderType": "sample string 15",
"UtcOffset": 1.1,
"PurchaseOrderNumberSeed": 1,
"IsInventory": true,
"ReturnOrderNumberSeed": 1,
"CustomerCodeSeed": 1,
"EmployeeCodeSeed": 1,
"SupplierCodeSeed": 1,
"IsStore": true,
"IsPos": true,
"IsLibrary": true,
"StoreUriName": "sample string 19",
"StoreDescription": "sample string 20",
"StoreDomainName": "sample string 21",
"StoreTransactionTypeId": 1,
"StoreTransactionType": "sample string 22",
"SalesTaxRate": 1.0,
"QuoteNumberSeed": 1,
"QuoteRequestNumberSeed": 1,
"PhysicalAddress": "sample string 23",
"PhysicalCity": "sample string 24",
"PhysicalPostalCode": "sample string 25",
"PhysicalStateCode": "sample string 26",
"PhysicalCountryCode": "sample string 27",
"PhysicalEmail": "sample string 28",
"PhysicalPhoneNumber": "sample string 29",
"PhysicalMapLat": 1.0,
"PhysicalMapLng": 1.0,
"PhysicalMapZoom": 1,
"SalesReceiptHeaderText": "sample string 30",
"SalesReceiptFooterText": "sample string 31"
}
application/xml, text/xml
Sample:
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <AppUserCount>1</AppUserCount> <CreatedBy>sample string 4</CreatedBy> <CreatedDate>2025-12-14T01:16:14.6429451+00:00</CreatedDate> <CustomerCodeSeed>1</CustomerCodeSeed> <CustomerCustomLabel1>sample string 11</CustomerCustomLabel1> <CustomerCustomLabel2>sample string 12</CustomerCustomLabel2> <CustomerCustomLabel3>sample string 13</CustomerCustomLabel3> <CustomerCustomLabel4>sample string 14</CustomerCustomLabel4> <DefaultOrderType>sample string 15</DefaultOrderType> <DefaultOrderTypeId>1</DefaultOrderTypeId> <EmployeeCodeSeed>1</EmployeeCodeSeed> <FileCount>1</FileCount> <FolderSize>1</FolderSize> <FolderSizeMb>1</FolderSizeMb> <FolderUri>sample string 10</FolderUri> <GlobalId>sample string 7</GlobalId> <IsInventory>true</IsInventory> <IsLibrary>true</IsLibrary> <IsPaymentCheck>true</IsPaymentCheck> <IsPaymentCreditCard>true</IsPaymentCreditCard> <IsPaymentDebitCard>true</IsPaymentDebitCard> <IsPaymentGiftCard>true</IsPaymentGiftCard> <IsPos>true</IsPos> <IsProductionReady>true</IsProductionReady> <IsStore>true</IsStore> <IsTrackCustomerForOrder>true</IsTrackCustomerForOrder> <Name>sample string 2</Name> <OrderNumberSeed>1</OrderNumberSeed> <OrganizationId>1</OrganizationId> <OrganizationType>sample string 3</OrganizationType> <OrganizationTypeId>1</OrganizationTypeId> <PhysicalAddress>sample string 23</PhysicalAddress> <PhysicalCity>sample string 24</PhysicalCity> <PhysicalCountryCode>sample string 27</PhysicalCountryCode> <PhysicalEmail>sample string 28</PhysicalEmail> <PhysicalMapLat>1</PhysicalMapLat> <PhysicalMapLng>1</PhysicalMapLng> <PhysicalMapZoom>1</PhysicalMapZoom> <PhysicalPhoneNumber>sample string 29</PhysicalPhoneNumber> <PhysicalPostalCode>sample string 25</PhysicalPostalCode> <PhysicalStateCode>sample string 26</PhysicalStateCode> <PurchaseOrderNumberSeed>1</PurchaseOrderNumberSeed> <QuoteNumberSeed>1</QuoteNumberSeed> <QuoteRequestNumberSeed>1</QuoteRequestNumberSeed> <ReturnOrderNumberSeed>1</ReturnOrderNumberSeed> <SalesReceiptFooterText>sample string 31</SalesReceiptFooterText> <SalesReceiptHeaderText>sample string 30</SalesReceiptHeaderText> <SalesTaxRate>1</SalesTaxRate> <SkuSeed>1</SkuSeed> <StoreDescription>sample string 20</StoreDescription> <StoreDomainName>sample string 21</StoreDomainName> <StoreTransactionType>sample string 22</StoreTransactionType> <StoreTransactionTypeId>1</StoreTransactionTypeId> <StoreUriName>sample string 19</StoreUriName> <SupplierCodeSeed>1</SupplierCodeSeed> <TimeZoneCode>sample string 8</TimeZoneCode> <TimeZoneName>sample string 9</TimeZoneName> <UpdatedBy>sample string 5</UpdatedBy> <UpdatedByName>sample string 6</UpdatedByName> <UpdatedDate>2025-12-14T01:16:14.6429451+00:00</UpdatedDate> <UtcOffset>1.1</UtcOffset> </Organization>