PUT api/TwreedSrfSub

Request Information

URI Parameters

None.

Body Parameters

Twreed_Srf_Sub
NameDescriptionTypeAdditional information
proc_id

integer

None.

item

integer

None.

unit

integer

None.

quan

decimal number

None.

totquan

decimal number

None.

price

decimal number

None.

sum

decimal number

None.

sub_branch

integer

None.

sub_center

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "proc_id": 1,
  "item": 1,
  "unit": 1,
  "quan": 1.1,
  "totquan": 1.1,
  "price": 1.1,
  "sum": 1.1,
  "sub_branch": 1,
  "sub_center": 1
}

application/xml, text/xml

Sample:
<Twreed_Srf_Sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <item>1</item>
  <price>1.1</price>
  <proc_id>1</proc_id>
  <quan>1.1</quan>
  <sub_branch>1</sub_branch>
  <sub_center>1</sub_center>
  <sum>1.1</sum>
  <totquan>1.1</totquan>
  <unit>1</unit>
</Twreed_Srf_Sub>

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.