POST TPlus/TPProject
Request Information
URI Parameters
None.
Body Parameters
TPProjectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountSet | string |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Class | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountSet": "sample string 1",
"Code": "sample string 2",
"Name": "sample string 3",
"Class": "sample string 4"
}
application/xml, text/xml
Sample:
<TPProjectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.TPWE"> <AccountSet>sample string 1</AccountSet> <Class>sample string 4</Class> <Code>sample string 2</Code> <Name>sample string 3</Name> </TPProjectRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": "sample string 3"
}
application/xml, text/xml
Sample:
<RemoteResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model"> <Errors>sample string 2</Errors> <Result>sample string 3</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfstring>