POST api/Proencumbtype_Controller/CreateProencumbtype

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ProencumbtypeModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "encumb_id": 1,
  "encumb_code": "sample string 2",
  "Description": "sample string 3",
  "Class": "sample string 4",
  "Status": 5,
  "status_name": "sample string 6"
}

application/xml, text/xml

Sample:
<ProencumbtypeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <Class>sample string 4</Class>
  <Description>sample string 3</Description>
  <Status>5</Status>
  <encumb_code>sample string 2</encumb_code>
  <encumb_id>1</encumb_id>
  <status_name>sample string 6</status_name>
</ProencumbtypeModels>

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 'ProencumbtypeModels'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.