DELETE api/Organizations/DeleteOrganization/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OrganizationName | Description | Type | Additional information |
---|---|---|---|
OrganizationId | integer |
None. |
|
OrganizationNm | string |
None. |
|
DefaultCountryCd | string |
None. |
|
TimeZone | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "OrganizationId": 1, "OrganizationNm": "sample string 2", "DefaultCountryCd": "sample string 3", "TimeZone": "sample string 4" }