PUT api/Locations/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
LocationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClientId | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 100 |
|
AccountNumber | integer |
None. |
|
DateStarted | date |
None. |
|
DateOpened | date |
None. |
|
DateClosed | date |
None. |
|
LocationTypeId | integer |
None. |
|
Enabled | boolean |
None. |
|
ChainId | integer |
None. |
|
ClientIdentity | string |
String length: inclusive between 0 and 36 |
|
TaxRate | decimal number |
None. |
|
IntegrationTypeId | integer |
None. |
|
SecurityContextId | globally unique identifier |
None. |
|
BigId | integer |
None. |
|
EnabledForWeb | boolean |
None. |
|
FriendlyName | string |
String length: inclusive between 0 and 100 |
|
DisplayName | string |
None. |
|
Client | Client |
None. |
|
IntegrationType | IntegrationType |
None. |
|
Chain | Chain |
None. |
|
PriceCompareTrackingEvents | Collection of PriceCompareTrackingEvent |
None. |
|
SunsDreams | Collection of SunsDream |
None. |
|
Patients | Collection of Patient |
None. |
|
ClientOrders | Collection of ClientOrder |
None. |
|
Doctors | Collection of Doctor |
None. |
|
AvailablePrivileges | Collection of SecurityPrivilege |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.