POST api/ProviderTest
Request Information
URI Parameters
None.
Body Parameters
CAccountProvider| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| ProviderType | PROVIDER |
None. |
|
| ProviderTypeStr | string |
None. |
|
| Field1 | string |
None. |
|
| Field2 | string |
None. |
|
| Field3 | string |
None. |
|
| Field4 | string |
None. |
|
| Field5 | string |
None. |
|
| Deleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 2,
"ProviderType": 0,
"ProviderTypeStr": "sample string 3",
"Field1": "sample string 4",
"Field2": "sample string 5",
"Field3": "sample string 6",
"Field4": "sample string 7",
"Field5": "sample string 8",
"Deleted": true
}
application/xml, text/xml
Sample:
<CAccountProvider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMoneyCashWebsiteLogic"> <AccountId>2</AccountId> <Deleted>true</Deleted> <Field1>sample string 4</Field1> <Field2>sample string 5</Field2> <Field3>sample string 6</Field3> <Field4>sample string 7</Field4> <Id>1</Id> <ProviderType>ALL</ProviderType> <ProviderTypeStr>sample string 3</ProviderTypeStr> </CAccountProvider>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |