POST api/hero/cablereelmanagement/directreelidlink
Request Information
URI Parameters
None.
Body Parameters
CableDirectReelIdLinkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| FkReelSize | integer |
None. |
|
| CableReelSizeTypeDescription | string |
None. |
|
| LrbNumber | string |
None. |
|
| ReelId | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Date": "2025-11-06T19:14:13.0916017-05:00",
"FkReelSize": 2,
"CableReelSizeTypeDescription": "sample string 3",
"LrbNumber": "sample string 4",
"ReelId": "sample string 5",
"UserName": "sample string 6"
}
application/xml, text/xml
Sample:
<CableDirectReelIdLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Server.Services.Api.Areas.Hero.Models"> <CableReelSizeTypeDescription>sample string 3</CableReelSizeTypeDescription> <Date>2025-11-06T19:14:13.0916017-05:00</Date> <FkReelSize>2</FkReelSize> <LrbNumber>sample string 4</LrbNumber> <ReelId>sample string 5</ReelId> <UserName>sample string 6</UserName> </CableDirectReelIdLinkModel>
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.