PUT api/v1/organizationuserproperties/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
OrgUserPropertyName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Address | string |
None. |
|
Address2 | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Zip | string |
None. |
|
Characteristics | string |
None. |
|
DateAdded | date |
None. |
|
DateUpdated | date |
None. |
|
Property_Id | integer |
None. |
|
OrganizationUser_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "address": "sample string 2", "address2": "sample string 3", "city": "sample string 4", "state": "sample string 5", "zip": "sample string 6", "characteristics": "sample string 7", "dateAdded": "2024-12-28T19:27:49.9642313+00:00", "dateUpdated": "2024-12-28T19:27:49.9642313+00:00", "property_Id": 1, "organizationUser_Id": 8 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.