POST api/ExImPackMaterial/GetByOrganizationCompanyId
Request Information
URI Parameters
None.
Body Parameters
ExImPackMaterilaType| Name | Description | Type | Additional information |
|---|---|---|---|
| PostState | boolean |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| PostDate | date |
None. |
|
| CompanyId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| JobLotId | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| PostUser | integer |
None. |
|
| ProjectId | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostState": true,
"EntryDate": "2025-10-29T13:11:31.1770859+05:00",
"ModifyDate": "2025-10-29T13:11:31.1770859+05:00",
"PostDate": "2025-10-29T13:11:31.1770859+05:00",
"CompanyId": 5,
"EntryUser": 6,
"Id": 7,
"JobLotId": 8,
"ModifyUser": 9,
"OrganizationId": 10,
"PostUser": 11,
"ProjectId": 12,
"Code": "sample string 13",
"Description": "sample string 14"
}
application/xml, text/xml
Sample:
<ExImPackMaterilaType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export"> <Code>sample string 13</Code> <CompanyId>5</CompanyId> <Description>sample string 14</Description> <EntryDate>2025-10-29T13:11:31.1770859+05:00</EntryDate> <EntryUser>6</EntryUser> <Id>7</Id> <JobLotId>8</JobLotId> <ModifyDate>2025-10-29T13:11:31.1770859+05:00</ModifyDate> <ModifyUser>9</ModifyUser> <OrganizationId>10</OrganizationId> <PostDate>2025-10-29T13:11:31.1770859+05:00</PostDate> <PostState>true</PostState> <PostUser>11</PostUser> <ProjectId>12</ProjectId> </ExImPackMaterilaType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.