PUT api/Category/PutCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Category| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| CreatedOn | date |
None. |
|
| LastUpdatedOn | date |
None. |
|
| Active | boolean |
None. |
|
| AutoAudit_CreatedDate | date |
None. |
|
| AutoAudit_CreatedBy | string |
None. |
|
| AutoAudit_ModifiedDate | date |
None. |
|
| AutoAudit_ModifiedBy | string |
None. |
|
| AutoAudit_RowVersion | integer |
None. |
|
| BaseLogo | string |
None. |
|
| Ordering | integer |
None. |
|
| Apps | Collection of App |
None. |
|
| Plans | Collection of Plan |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |