GET api/ordNote/specialInfo/{itemType}/{itemID}

Returns a list of integer cfg.NoteType values which indicate which note types exist for the given itemID of that docType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemType

One of the OrdLinkType enum values; currently, only FreightLeg, FreightPayable, Order, Invoice and Quote are valid

OrdLinkType

Required

itemID

The integer ID of the doc in question.

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of integer cfg.NoteType values

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.