POST {bucket}/source
Creates the specified entity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
None. |
Body Parameters
The entity.
SourceModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Code | string |
String length: inclusive between 0 and 50 |
|
Description | string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Code": "sample string 2", "Description": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.