POST api/getouttypeforinternaloutward

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OutTypeResponse
NameDescriptionTypeAdditional information
lstOutTypeData

Collection of OutTypeModel

None.

totalItems

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "lstOutTypeData": [
    {
      "$id": "2",
      "Id": 1,
      "OutTypeName": "sample string 2"
    },
    {
      "$ref": "2"
    }
  ],
  "totalItems": 1
}