POST ITP/SaveITPMethod

Request Information

URI Parameters

None.

Body Parameters

SaveITPMethodInput
NameDescriptionTypeAdditional information
Info

Lib_ITPMethod

None.

Request Formats

application/json, text/json

Sample:
{
  "Info": {
    "IID": 1,
    "ShowName": "sample string 2",
    "Decription": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<SaveITPMethodInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request.ProjectITP">
  <Info xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF">
    <d2p1:Decription>sample string 3</d2p1:Decription>
    <d2p1:IID>1</d2p1:IID>
    <d2p1:ShowName>sample string 2</d2p1:ShowName>
  </Info>
</SaveITPMethodInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Success

integer

None.

Msg

string

None.

Token

string

None.

Key

string

None.

FileName

string

None.

FilePageCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Msg": "sample string 2",
  "Token": "sample string 3",
  "Key": "sample string 4",
  "FileName": "sample string 5",
  "FilePageCount": 6
}

application/xml, text/xml

Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
  <FileName>sample string 5</FileName>
  <FilePageCount>6</FilePageCount>
  <Key>sample string 4</Key>
  <Msg>sample string 2</Msg>
  <Success>1</Success>
  <Token>sample string 3</Token>
</BaseResult>