POST api/SeaPorts/GetByOrganizationCompanyId
Request Information
URI Parameters
None.
Body Parameters
SeaPorts| Name | Description | Type | Additional information |
|---|---|---|---|
| PostState | boolean |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| PostDate | date |
None. |
|
| CompanyId | integer |
None. |
|
| CountryId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| PostUser | integer |
None. |
|
| PortName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostState": true,
"EntryDate": "2025-10-29T13:14:01.1663344+05:00",
"ModifyDate": "2025-10-29T13:14:01.1663344+05:00",
"PostDate": "2025-10-29T13:14:01.1663344+05:00",
"CompanyId": 5,
"CountryId": 6,
"EntryUser": 7,
"Id": 8,
"ModifyUser": 9,
"OrganizationId": 10,
"PostUser": 11,
"PortName": "sample string 12"
}
application/xml, text/xml
Sample:
<SeaPorts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory"> <CompanyId>5</CompanyId> <CountryId>6</CountryId> <EntryDate>2025-10-29T13:14:01.1663344+05:00</EntryDate> <EntryUser>7</EntryUser> <Id>8</Id> <ModifyDate>2025-10-29T13:14:01.1663344+05:00</ModifyDate> <ModifyUser>9</ModifyUser> <OrganizationId>10</OrganizationId> <PortName>sample string 12</PortName> <PostDate>2025-10-29T13:14:01.1663344+05:00</PostDate> <PostState>true</PostState> <PostUser>11</PostUser> </SeaPorts>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.