POST api/hero/scrapemptyboxrequest/rejectclosedbox
Request Information
URI Parameters
None.
Body Parameters
CableScrapRequestEmptyBoxViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RequestNumber | string |
None. |
|
| RequestNumberCounter | integer |
None. |
|
| FkCableWorkCenter | integer |
None. |
|
| CableWorkCenterDescription | string |
None. |
|
| FkCableScrapItem | integer |
None. |
|
| CableScrapItemDescription | string |
None. |
|
| Status | CableScrapEmptyBoxRequestStatus |
None. |
|
| StatusDescription | string |
None. |
|
| CreationDate | date |
None. |
|
| CreationUser | string |
None. |
|
| GeneratedDate | date |
None. |
|
| GeneratedUser | string |
None. |
|
| ReceivedDate | date |
None. |
|
| ReceivedUser | string |
None. |
|
| ClosedDate | date |
None. |
|
| ClosedUser | string |
None. |
|
| RejectedDate | date |
None. |
|
| RejectedUser | string |
None. |
|
| RejectedComments | string |
None. |
|
| DeactivatedDate | date |
None. |
|
| DeactivatedUser | string |
None. |
|
| DeactivatedComments | string |
None. |
|
| FkCableScrapBox | integer |
None. |
|
| CableScrapBoxNumber | string |
None. |
|
| CableScrapBoxClosedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RequestNumber": "sample string 2",
"RequestNumberCounter": 3,
"FkCableWorkCenter": 4,
"CableWorkCenterDescription": "sample string 5",
"FkCableScrapItem": 6,
"CableScrapItemDescription": "sample string 7",
"Status": 0,
"StatusDescription": "sample string 8",
"CreationDate": "2025-11-06T19:07:17.1723517-05:00",
"CreationUser": "sample string 10",
"GeneratedDate": "2025-11-06T19:07:17.1723517-05:00",
"GeneratedUser": "sample string 11",
"ReceivedDate": "2025-11-06T19:07:17.1733476-05:00",
"ReceivedUser": "sample string 12",
"ClosedDate": "2025-11-06T19:07:17.1733476-05:00",
"ClosedUser": "sample string 13",
"RejectedDate": "2025-11-06T19:07:17.1733476-05:00",
"RejectedUser": "sample string 14",
"RejectedComments": "sample string 15",
"DeactivatedDate": "2025-11-06T19:07:17.1733476-05:00",
"DeactivatedUser": "sample string 16",
"DeactivatedComments": "sample string 17",
"FkCableScrapBox": 1,
"CableScrapBoxNumber": "sample string 18",
"CableScrapBoxClosedDate": "2025-11-06T19:07:17.1733476-05:00"
}
application/xml, text/xml
Sample:
<CableScrapRequestEmptyBoxViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Gulf.Application.Inventory.Scrap.ViewModels"> <CableScrapBoxClosedDate>2025-11-06T19:07:17.1733476-05:00</CableScrapBoxClosedDate> <CableScrapBoxNumber>sample string 18</CableScrapBoxNumber> <CableScrapItemDescription>sample string 7</CableScrapItemDescription> <CableWorkCenterDescription>sample string 5</CableWorkCenterDescription> <ClosedDate>2025-11-06T19:07:17.1733476-05:00</ClosedDate> <ClosedUser>sample string 13</ClosedUser> <CreationDate>2025-11-06T19:07:17.1723517-05:00</CreationDate> <CreationUser>sample string 10</CreationUser> <DeactivatedComments>sample string 17</DeactivatedComments> <DeactivatedDate>2025-11-06T19:07:17.1733476-05:00</DeactivatedDate> <DeactivatedUser>sample string 16</DeactivatedUser> <FkCableScrapBox>1</FkCableScrapBox> <FkCableScrapItem>6</FkCableScrapItem> <FkCableWorkCenter>4</FkCableWorkCenter> <GeneratedDate>2025-11-06T19:07:17.1723517-05:00</GeneratedDate> <GeneratedUser>sample string 11</GeneratedUser> <Id>1</Id> <ReceivedDate>2025-11-06T19:07:17.1733476-05:00</ReceivedDate> <ReceivedUser>sample string 12</ReceivedUser> <RejectedComments>sample string 15</RejectedComments> <RejectedDate>2025-11-06T19:07:17.1733476-05:00</RejectedDate> <RejectedUser>sample string 14</RejectedUser> <RequestNumber>sample string 2</RequestNumber> <RequestNumberCounter>3</RequestNumberCounter> <Status>None</Status> <StatusDescription>sample string 8</StatusDescription> </CableScrapRequestEmptyBoxViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.