POST api/hero/cablereelmanagement/directreelidlink
Request Information
URI Parameters
None.
Body Parameters
CableDirectReelIdLinkModelName | 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-09-01T12:25:20.7533734-04:00", "FkReelSize": 1, "CableReelSizeTypeDescription": "sample string 2", "LrbNumber": "sample string 3", "ReelId": "sample string 4", "UserName": "sample string 5" }
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 2</CableReelSizeTypeDescription> <Date>2025-09-01T12:25:20.7533734-04:00</Date> <FkReelSize>1</FkReelSize> <LrbNumber>sample string 3</LrbNumber> <ReelId>sample string 4</ReelId> <UserName>sample string 5</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.