GET ops/stacks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

StackGET
NameDescriptionTypeAdditional information
Id

integer

None.

DeliveryNote

DeliveryNoteBasicGET

None.

LogCount

integer

None.

LogLength

decimal number

None.

Modified

date

None.

ModifiedBy

UserBasicGET

None.

StackNo

string

None.

Volume

decimal number

None.

Weight

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "deliveryNote": null,
  "logCount": 2,
  "logLength": 3.0,
  "modified": "2024-09-07T11:57:56.6121465+00:00",
  "modifiedBy": null,
  "stackNo": "sample string 5",
  "volume": 6.1,
  "weight": 7.1
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'myPortalApi.Models.Operations.DeliveryNoteBasicGET' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'myPortalApi.Models.Operations.DeliveryNoteBasicGET' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.