GET Api/SLLP/Input/SLLP_Input_GetList_Acct

Request Information

URI Parameters

None.

Body Parameters

SLLP_Input_Get
NameDescriptionTypeAdditional information
Level

string

None.

User

string

None.

AccountOfficer_Code

string

None.

Customer_Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Level": "sample string 1",
  "User": "sample string 2",
  "AccountOfficer_Code": "sample string 3",
  "Customer_Type": "sample string 4"
}

text/html

Sample:
{"Level":"sample string 1","User":"sample string 2","AccountOfficer_Code":"sample string 3","Customer_Type":"sample string 4"}

application/xml, text/xml

Sample:
<SLLP_Input_Get xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <AccountOfficer_Code>sample string 3</AccountOfficer_Code>
  <Customer_Type>sample string 4</Customer_Type>
  <Level>sample string 1</Level>
  <User>sample string 2</User>
</SLLP_Input_Get>

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.