POST api/MarginListParty/Delete

Request Information

URI Parameters

None.

Body Parameters

MarginListPartyModel
NameDescriptionTypeAdditional information
AssignmentId

string

None.

ChannelId

integer

None.

ChannelName

string

None.

PartyName

string

None.

MarginListId

string

None.

MarginListName

string

None.

StartDate

string

None.

EndDate

string

None.

FirstRec

integer

None.

LastRec

integer

None.

SortColumn

string

None.

SortOrder

string

None.

RequestType

integer

None.

IsActive

boolean

None.

CallFrom

string

None.

SelectedPartiesId

string

None.

Parties

Collection of MarginParty

None.

Partiesjson

string

None.

AssignmentNo

string

None.

AssignmentDate

string

None.

StateName

string

None.

DistrictName

string

None.

Message

APIResponse

None.

SecretKey

string

None.

Token

string

None.

EnterprisesCode

string

None.

ModeluSelection

string

None.

IsAllowedRequest

boolean

None.

IsInMaintenance

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AssignmentId": "sample string 1",
  "ChannelId": 2,
  "ChannelName": "sample string 3",
  "PartyName": "sample string 4",
  "MarginListId": "sample string 5",
  "MarginListName": "sample string 6",
  "StartDate": "sample string 7",
  "EndDate": "sample string 8",
  "FirstRec": 9,
  "LastRec": 10,
  "SortColumn": "sample string 11",
  "SortOrder": "sample string 12",
  "RequestType": 13,
  "IsActive": true,
  "CallFrom": "sample string 15",
  "SelectedPartiesId": "sample string 16",
  "Parties": [
    {
      "PartyId": 1,
      "PartyName": "sample string 2"
    },
    {
      "PartyId": 1,
      "PartyName": "sample string 2"
    }
  ],
  "Partiesjson": "sample string 17",
  "AssignmentNo": "sample string 18",
  "AssignmentDate": "sample string 19",
  "StateName": "sample string 20",
  "DistrictName": "sample string 21",
  "Message": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  },
  "SecretKey": "sample string 22",
  "Token": "sample string 23",
  "EnterprisesCode": "sample string 24",
  "ModeluSelection": "sample string 25",
  "IsAllowedRequest": true,
  "IsInMaintenance": true
}

application/xml, text/xml

Sample:
<MarginListPartyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
  <CallFrom i:nil="true" />
  <EnterprisesCode>sample string 24</EnterprisesCode>
  <IsAllowedRequest>true</IsAllowedRequest>
  <IsInMaintenance>true</IsInMaintenance>
  <Message>
    <ResponseCode>1</ResponseCode>
    <ResponseMessage>sample string 2</ResponseMessage>
  </Message>
  <ModeluSelection>sample string 25</ModeluSelection>
  <SecretKey>sample string 22</SecretKey>
  <Token>sample string 23</Token>
  <AssignmentDate>sample string 19</AssignmentDate>
  <AssignmentId>sample string 1</AssignmentId>
  <AssignmentNo>sample string 18</AssignmentNo>
  <CallFrom>sample string 15</CallFrom>
  <ChannelId>2</ChannelId>
  <ChannelName>sample string 3</ChannelName>
  <DistrictName>sample string 21</DistrictName>
  <EndDate>sample string 8</EndDate>
  <FirstRec>9</FirstRec>
  <IsActive>true</IsActive>
  <LastRec>10</LastRec>
  <MarginListId>sample string 5</MarginListId>
  <MarginListName>sample string 6</MarginListName>
  <Parties>
    <MarginParty>
      <PartyId>1</PartyId>
      <PartyName>sample string 2</PartyName>
    </MarginParty>
    <MarginParty>
      <PartyId>1</PartyId>
      <PartyName>sample string 2</PartyName>
    </MarginParty>
  </Parties>
  <Partiesjson>sample string 17</Partiesjson>
  <PartyName>sample string 4</PartyName>
  <RequestType>13</RequestType>
  <SelectedPartiesId>sample string 16</SelectedPartiesId>
  <SortColumn>sample string 11</SortColumn>
  <SortOrder>sample string 12</SortOrder>
  <StartDate>sample string 7</StartDate>
  <StateName>sample string 20</StateName>
</MarginListPartyModel>

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.