POST api/SYOleTypeLookup

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ApplCode": "sample string 1",
  "OleType": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "OleTypes": null
}