POST api/TwreedSrf?PType={PType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PType

integer

Required

Body Parameters

Twreed_Srf
NameDescriptionTypeAdditional information
id

integer

None.

no

integer

None.

Type

integer

None.

date

date

None.

safe

integer

None.

refno

string

None.

center

integer

None.

omla

integer

None.

acc

integer

None.

notes

string

None.

res_id

integer

None.

is_deleted

boolean

None.

branch

integer

None.

Type_Cost

integer

None.

acc2

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "no": 1,
  "Type": 1,
  "date": "2025-11-09T14:06:43.9162425+03:00",
  "safe": 1,
  "refno": "sample string 2",
  "center": 1,
  "omla": 1,
  "acc": 1,
  "notes": "sample string 3",
  "res_id": 1,
  "is_deleted": true,
  "branch": 1,
  "Type_Cost": 1,
  "acc2": 1
}

application/xml, text/xml

Sample:
<Twreed_Srf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <Type>1</Type>
  <Type_Cost>1</Type_Cost>
  <acc>1</acc>
  <acc2>1</acc2>
  <branch>1</branch>
  <center>1</center>
  <date>2025-11-09T14:06:43.9162425+03:00</date>
  <id>1</id>
  <is_deleted>true</is_deleted>
  <no>1</no>
  <notes>sample string 3</notes>
  <omla>1</omla>
  <refno>sample string 2</refno>
  <res_id>1</res_id>
  <safe>1</safe>
</Twreed_Srf>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.