POST api/transactionableCategories/update
Request Information
URI Parameters
None.
Body Parameters
TransactionableCategoryData| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| IsForSale | boolean |
None. |
|
| ModifiedOn | date |
None. |
|
| Deleted | boolean |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"IsForSale": true,
"ModifiedOn": "2026-02-04T02:59:12.7574533+00:00",
"Deleted": true,
"ID": 1
}
text/xml
Sample:
<TransactionableCategoryData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <ID>1</ID> <Deleted xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">true</Deleted> <ModifiedOn xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">2026-02-04T02:59:12.7574533+00:00</ModifiedOn> <Code>sample string 1</Code> <IsForSale>true</IsForSale> <Name>sample string 2</Name> </TransactionableCategoryData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TransactionableCategoryData| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| IsForSale | boolean |
None. |
|
| ModifiedOn | date |
None. |
|
| Deleted | boolean |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"IsForSale": true,
"ModifiedOn": "2026-02-04T02:59:12.7574533+00:00",
"Deleted": true,
"ID": 1
}
text/xml
Sample:
<TransactionableCategoryData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <ID>1</ID> <Deleted xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">true</Deleted> <ModifiedOn xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">2026-02-04T02:59:12.7574533+00:00</ModifiedOn> <Code>sample string 1</Code> <IsForSale>true</IsForSale> <Name>sample string 2</Name> </TransactionableCategoryData>