POST api/OrderOracleService/ActiveAccountToInterface
Request Information
URI Parameters
None.
Body Parameters
AccountActiveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| statecode | integer |
None. |
|
| crmcode | string |
None. |
|
| jdecode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"statecode": 1,
"crmcode": "sample string 2",
"jdecode": "sample string 3"
}
application/xml, text/xml
Sample:
<AccountActiveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Net.MSCrm.Model"> <crmcode>sample string 2</crmcode> <jdecode>sample string 3</jdecode> <statecode>1</statecode> </AccountActiveModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.