POST api/CustProject/CustCategory
Request Information
URI Parameters
None.
Body Parameters
CustCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Color | string |
None. |
|
| FK_CustomerId | integer |
None. |
|
| operationType | string |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CustCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Color | string |
None. |
|
| FK_CustomerId | integer |
None. |
|
| operationType | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.