POST api/UserKeywords
Request Information
URI Parameters
None.
Body Parameters
UserKeywordName | Description | Type | Additional information |
---|---|---|---|
CustomerID | integer |
Required |
|
Customer | Customer |
None. |
|
UserID | integer |
None. |
|
User | User |
None. |
|
Keyword | string |
Required Max length: 50 |
|
ID | integer |
None. |
|
CreateUserID | integer |
None. |
|
CreateDate | date |
None. |
|
UpdateUserID | integer |
None. |
|
UpdateDate | date |
None. |
|
_Context | BBContext |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>