POST api/referent/referent_crud
Request Information
URI Parameters
None.
Body Parameters
ReferentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| referent_id | integer |
None. |
|
| referent_code | globally unique identifier |
None. |
|
| name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"referent_id": 1,
"referent_code": "ccc27b3c-3b75-4679-a1e8-de6d6bbc60ad",
"name": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.