POST api/BECorporate/DeleteBusinessFile

Request Information

URI Parameters

None.

Body Parameters

Collection of DeleteBusinessFileCondition
NameDescriptionTypeAdditional information
BF_Id

integer

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "BF_Id": 1
  },
  {
    "BF_Id": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerModel.DeleteBusinessFileCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <CustomerModel.DeleteBusinessFileCondition>
    <BF_Id>1</BF_Id>
  </CustomerModel.DeleteBusinessFileCondition>
  <CustomerModel.DeleteBusinessFileCondition>
    <BF_Id>1</BF_Id>
  </CustomerModel.DeleteBusinessFileCondition>
</ArrayOfCustomerModel.DeleteBusinessFileCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfObject
NameDescriptionTypeAdditional information
body

Object

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body />
  <exception>sample string 3</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfanyTypeRvdAXEcW>