POST api/IntermedateAccounts

Request Information

URI Parameters

None.

Body Parameters

IntermedteAll
NameDescriptionTypeAdditional information
_intermedateList

Collection of Intermediate_accounts

None.

_branch

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_intermedateList": [
    {
      "id": 1,
      "Intermediate_name": "sample string 2",
      "Intermediate_acc_no": 1,
      "Intermediate_acc_no_old": 1,
      "Intermediate_acc_name": "sample string 3",
      "Intermediate_section": "sample string 4",
      "trans_code": "sample string 5",
      "order_id": 1,
      "branch": 1,
      "Intermediate_Name_Pro": "sample string 6"
    },
    {
      "id": 1,
      "Intermediate_name": "sample string 2",
      "Intermediate_acc_no": 1,
      "Intermediate_acc_no_old": 1,
      "Intermediate_acc_name": "sample string 3",
      "Intermediate_section": "sample string 4",
      "trans_code": "sample string 5",
      "order_id": 1,
      "branch": 1,
      "Intermediate_Name_Pro": "sample string 6"
    }
  ],
  "_branch": 1
}

application/xml, text/xml

Sample:
<IntermedateAccountsController.IntermedteAll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Controllers.Accounts">
  <_branch>1</_branch>
  <_intermedateList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ApiLite.Models">
    <d2p1:Intermediate_accounts>
      <d2p1:Intermediate_Name_Pro>sample string 6</d2p1:Intermediate_Name_Pro>
      <d2p1:Intermediate_acc_name>sample string 3</d2p1:Intermediate_acc_name>
      <d2p1:Intermediate_acc_no>1</d2p1:Intermediate_acc_no>
      <d2p1:Intermediate_acc_no_old>1</d2p1:Intermediate_acc_no_old>
      <d2p1:Intermediate_name>sample string 2</d2p1:Intermediate_name>
      <d2p1:Intermediate_section>sample string 4</d2p1:Intermediate_section>
      <d2p1:branch>1</d2p1:branch>
      <d2p1:id>1</d2p1:id>
      <d2p1:order_id>1</d2p1:order_id>
      <d2p1:trans_code>sample string 5</d2p1:trans_code>
    </d2p1:Intermediate_accounts>
    <d2p1:Intermediate_accounts>
      <d2p1:Intermediate_Name_Pro>sample string 6</d2p1:Intermediate_Name_Pro>
      <d2p1:Intermediate_acc_name>sample string 3</d2p1:Intermediate_acc_name>
      <d2p1:Intermediate_acc_no>1</d2p1:Intermediate_acc_no>
      <d2p1:Intermediate_acc_no_old>1</d2p1:Intermediate_acc_no_old>
      <d2p1:Intermediate_name>sample string 2</d2p1:Intermediate_name>
      <d2p1:Intermediate_section>sample string 4</d2p1:Intermediate_section>
      <d2p1:branch>1</d2p1:branch>
      <d2p1:id>1</d2p1:id>
      <d2p1:order_id>1</d2p1:order_id>
      <d2p1:trans_code>sample string 5</d2p1:trans_code>
    </d2p1:Intermediate_accounts>
  </_intermedateList>
</IntermedateAccountsController.IntermedteAll>

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.