POST v6/owner/save
Request Information
URI Parameters
None.
Body Parameters
OwnerModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerID | integer |
None. |
|
| PrimaryCode | string |
None. |
|
| SecondaryCode | string |
None. |
|
| OwnerName | string |
None. |
|
| ExcludeFromDemand | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ownerID": 1,
"primaryCode": "sample string 2",
"secondaryCode": "sample string 3",
"ownerName": "sample string 4",
"excludeFromDemand": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.