POST api/Port/NewPort
Request Information
URI Parameters
None.
Body Parameters
CreateArrivePortDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true