POST api/OpenOrdMangmt/PassToOtherFM/{contID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contID

integer

Required

Body Parameters

Collection of Cls_OpenOrderShareLink
NameDescriptionTypeAdditional information
OrderShareLinkID

integer

None.

OrderID

integer

None.

MeetupLocation

string

None.

ShowCustomerInformation

boolean

None.

PostedFMID

integer

None.

ReceivedFMID

integer

None.

DeliveredBy

integer

None.

EnteredBy

integer

None.

DateEntered

date

None.

DateAccepted

date

None.

SharingStatus

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "OrderShareLinkID": 1,
    "OrderID": 2,
    "MeetupLocation": "sample string 3",
    "ShowCustomerInformation": true,
    "PostedFMID": 5,
    "ReceivedFMID": 6,
    "DeliveredBy": 7,
    "EnteredBy": 8,
    "DateEntered": "2026-09-17T22:23:05.5918244+02:00",
    "DateAccepted": "2026-09-17T22:23:05.5918244+02:00",
    "SharingStatus": "sample string 11"
  },
  {
    "OrderShareLinkID": 1,
    "OrderID": 2,
    "MeetupLocation": "sample string 3",
    "ShowCustomerInformation": true,
    "PostedFMID": 5,
    "ReceivedFMID": 6,
    "DeliveredBy": 7,
    "EnteredBy": 8,
    "DateEntered": "2026-09-17T22:23:05.5918244+02:00",
    "DateAccepted": "2026-09-17T22:23:05.5918244+02:00",
    "SharingStatus": "sample string 11"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"